#7c7b5d
a dark, muted yellow · cool · closest name: gray
RGB
124, 123, 93
HSL
58°, 14%, 43%
CMYK
0, 1, 25, 51
Luminance
0.1924
Every format
| HEX | #7c7b5d |
| RGB | rgb(124, 123, 93) |
| HSL | hsl(58, 14%, 43%) |
| CMYK | cmyk(0%, 1%, 25%, 51%) |
| LAB | lab(51.0 -4.9 16.6) |
| LCH | lch(51.0 17.3 106.5) |
| OKLCH | oklch(0.576 0.044 106.1) |
Copy-ready code
/* CSS */
color: #7c7b5d;
background-color: #7c7b5d;
/* Tailwind (arbitrary) */
class="text-[#7c7b5d] bg-[#7c7b5d]"
/* SCSS */
$brand: #7c7b5d;
/* SwiftUI */
Color(red: 0.486, green: 0.482, blue: 0.365)
/* Android */
Color.parseColor("#7c7b5d")Accessibility — WCAG contrast
Aa
#7c7b5d on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c7b5d on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green48.2%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow25.0%
Key (black)51.4%
Color previews
#7c7b5d text on a black background
contrast 4.85:1
Card sample
#7c7b5d text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c7b5d;
Background color
Panel with #7c7b5d background
background-color: #7c7b5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c7b5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 123, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 123, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c7b5d; background: linear-gradient(135deg, #7c7b5d, #687C5D);