#772000
a deep, electric orange · warm · closest name: maroon
RGB
119, 32, 0
HSL
16°, 100%, 23%
CMYK
0, 73, 100, 53
Luminance
0.0495
Every format
| HEX | #772000 |
| RGB | rgb(119, 32, 0) |
| HSL | hsl(16, 100%, 23%) |
| CMYK | cmyk(0%, 73%, 100%, 53%) |
| LAB | lab(26.6 36.6 38.3) |
| LCH | lch(26.6 53.0 46.3) |
| OKLCH | oklch(0.381 0.126 37.4) |
Copy-ready code
/* CSS */
color: #772000;
background-color: #772000;
/* Tailwind (arbitrary) */
class="text-[#772000] bg-[#772000]"
/* SCSS */
$brand: #772000;
/* SwiftUI */
Color(red: 0.467, green: 0.125, blue: 0.000)
/* Android */
Color.parseColor("#772000")Accessibility — WCAG contrast
Aa
#772000 on white: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#772000 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green12.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow100.0%
Key (black)53.3%
Color previews
#772000 text on a black background
contrast 1.99:1
Card sample
#772000 text on a white background
contrast 10.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #772000;
Background color
Panel with #772000 background
background-color: #772000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #772000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 32, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 32, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #772000; background: linear-gradient(135deg, #772000, #776F00);