#776708
a deep, electric yellow · cool · closest name: olive
RGB
119, 103, 8
HSL
51°, 87%, 25%
CMYK
0, 13, 93, 53
Luminance
0.1364
Every format
| HEX | #776708 |
| RGB | rgb(119, 103, 8) |
| HSL | hsl(51, 87%, 25%) |
| CMYK | cmyk(0%, 13%, 93%, 53%) |
| LAB | lab(43.7 -3.1 48.5) |
| LCH | lch(43.7 48.5 93.7) |
| OKLCH | oklch(0.514 0.104 98.2) |
Copy-ready code
/* CSS */
color: #776708;
background-color: #776708;
/* Tailwind (arbitrary) */
class="text-[#776708] bg-[#776708]"
/* SCSS */
$brand: #776708;
/* SwiftUI */
Color(red: 0.467, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#776708")Accessibility — WCAG contrast
Aa
#776708 on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#776708 on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green40.4%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow93.3%
Key (black)53.3%
Color previews
#776708 text on a black background
contrast 3.73:1
Card sample
#776708 text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #776708;
Background color
Panel with #776708 background
background-color: #776708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #776708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #776708; background: linear-gradient(135deg, #776708, #3D7708);