Mt. Rushmore
#7f8181
Mt. Rushmore is a color with the hex code #7f8181. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #7f8181 | |
|---|---|---|
| RGB | rgb(127, 129, 129) | |
| HSL | hsl(180, 1%, 50%) | |
| CMYK | cmyk(2%, 0%, 0%, 49%) | |
| LAB | lab(54, -1, 0) | |
| OKLCH | oklch(0.6 0.002 197) |
Color harmonies
Tints & shades
Code snippets
color: #7f8181;
background-color: #7f8181;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF7F8181)
/* Swift / UIKit */
UIColor(red: 0.50, green: 0.51, blue: 0.51, alpha: 1.0)