#776b13
a dark, vivid yellow · cool · closest name: olive
RGB
119, 107, 19
HSL
53°, 73%, 27%
CMYK
0, 10, 84, 53
Luminance
0.1448
Every format
| HEX | #776b13 |
| RGB | rgb(119, 107, 19) |
| HSL | hsl(53, 73%, 27%) |
| CMYK | cmyk(0%, 10%, 84%, 53%) |
| LAB | lab(44.9 -5.1 46.5) |
| LCH | lch(44.9 46.8 96.2) |
| OKLCH | oklch(0.523 0.102 100.9) |
Copy-ready code
/* CSS */
color: #776b13;
background-color: #776b13;
/* Tailwind (arbitrary) */
class="text-[#776b13] bg-[#776b13]"
/* SCSS */
$brand: #776b13;
/* SwiftUI */
Color(red: 0.467, green: 0.420, blue: 0.075)
/* Android */
Color.parseColor("#776b13")Accessibility — WCAG contrast
Aa
#776b13 on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#776b13 on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green42.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow84.0%
Key (black)53.3%
Color previews
#776b13 text on a black background
contrast 3.90:1
Card sample
#776b13 text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #776b13;
Background color
Panel with #776b13 background
background-color: #776b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #776b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 107, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 107, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #776b13; background: linear-gradient(135deg, #776b13, #407713);