#777718
a dark, vivid yellow · cool · closest name: olive
RGB
119, 119, 24
HSL
60°, 66%, 28%
CMYK
0, 0, 80, 53
Luminance
0.1718
Every format
| HEX | #777718 |
| RGB | rgb(119, 119, 24) |
| HSL | hsl(60, 66%, 28%) |
| CMYK | cmyk(0%, 0%, 80%, 53%) |
| LAB | lab(48.5 -11.6 48.1) |
| LCH | lch(48.5 49.4 103.6) |
| OKLCH | oklch(0.552 0.111 109.6) |
Copy-ready code
/* CSS */
color: #777718;
background-color: #777718;
/* Tailwind (arbitrary) */
class="text-[#777718] bg-[#777718]"
/* SCSS */
$brand: #777718;
/* SwiftUI */
Color(red: 0.467, green: 0.467, blue: 0.094)
/* Android */
Color.parseColor("#777718")Accessibility — WCAG contrast
Aa
#777718 on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#777718 on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green46.7%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow79.8%
Key (black)53.3%
Color previews
#777718 text on a black background
contrast 4.44:1
Card sample
#777718 text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #777718;
Background color
Panel with #777718 background
background-color: #777718;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #777718;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 119, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 119, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #777718; background: linear-gradient(135deg, #777718, #387718);