#7c7972
a balanced, muted gray · warm · closest name: gray
RGB
124, 121, 114
HSL
42°, 4%, 47%
CMYK
0, 2, 8, 51
Luminance
0.1917
Every format
| HEX | #7c7972 |
| RGB | rgb(124, 121, 114) |
| HSL | hsl(42, 4%, 47%) |
| CMYK | cmyk(0%, 2%, 8%, 51%) |
| LAB | lab(50.9 -0.2 4.2) |
| LCH | lch(50.9 4.2 92.7) |
| OKLCH | oklch(0.577 0.011 87.5) |
Copy-ready code
/* CSS */
color: #7c7972;
background-color: #7c7972;
/* Tailwind (arbitrary) */
class="text-[#7c7972] bg-[#7c7972]"
/* SCSS */
$brand: #7c7972;
/* SwiftUI */
Color(red: 0.486, green: 0.475, blue: 0.447)
/* Android */
Color.parseColor("#7c7972")Accessibility — WCAG contrast
Aa
#7c7972 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c7972 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green47.5%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow8.1%
Key (black)51.4%
Color previews
#7c7972 text on a black background
contrast 4.83:1
Card sample
#7c7972 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c7972;
Background color
Panel with #7c7972 background
background-color: #7c7972;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c7972;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 121, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 121, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c7972; background: linear-gradient(135deg, #7c7972, #787C72);