#776633
a dark, soft yellow · cool · closest name: olive
RGB
119, 102, 51
HSL
45°, 40%, 33%
CMYK
0, 14, 57, 53
Luminance
0.1366
Every format
| HEX | #776633 |
| RGB | rgb(119, 102, 51) |
| HSL | hsl(45, 40%, 33%) |
| CMYK | cmyk(0%, 14%, 57%, 53%) |
| LAB | lab(43.8 -0.2 31.0) |
| LCH | lch(43.8 31.0 90.4) |
| OKLCH | oklch(0.515 0.073 91.3) |
Copy-ready code
/* CSS */
color: #776633;
background-color: #776633;
/* Tailwind (arbitrary) */
class="text-[#776633] bg-[#776633]"
/* SCSS */
$brand: #776633;
/* SwiftUI */
Color(red: 0.467, green: 0.400, blue: 0.200)
/* Android */
Color.parseColor("#776633")Accessibility — WCAG contrast
Aa
#776633 on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#776633 on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green40.0%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow57.1%
Key (black)53.3%
Color previews
#776633 text on a black background
contrast 3.73:1
Card sample
#776633 text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #776633;
Background color
Panel with #776633 background
background-color: #776633;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #776633;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 102, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 102, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #776633; background: linear-gradient(135deg, #776633, #5B7733);