#7f716b
a balanced, muted orange · warm · closest name: gray
RGB
127, 113, 107
HSL
18°, 9%, 46%
CMYK
0, 11, 16, 50
Luminance
0.1738
Every format
| HEX | #7f716b |
| RGB | rgb(127, 113, 107) |
| HSL | hsl(18, 9%, 46%) |
| CMYK | cmyk(0%, 11%, 16%, 50%) |
| LAB | lab(48.7 4.4 5.3) |
| LCH | lch(48.7 6.9 50.6) |
| OKLCH | oklch(0.560 0.020 44.7) |
Copy-ready code
/* CSS */
color: #7f716b;
background-color: #7f716b;
/* Tailwind (arbitrary) */
class="text-[#7f716b] bg-[#7f716b]"
/* SCSS */
$brand: #7f716b;
/* SwiftUI */
Color(red: 0.498, green: 0.443, blue: 0.420)
/* Android */
Color.parseColor("#7f716b")Accessibility — WCAG contrast
Aa
#7f716b on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f716b on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green44.3%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow15.7%
Key (black)50.2%
Color previews
#7f716b text on a black background
contrast 4.48:1
Card sample
#7f716b text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f716b;
Background color
Panel with #7f716b background
background-color: #7f716b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f716b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 113, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 113, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f716b; background: linear-gradient(135deg, #7f716b, #7F7E6B);