Petrified
#8b8680
Here's everything about the color Petrified (#8b8680) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #8b8680 | |
|---|---|---|
| RGB | rgb(139, 134, 128) | |
| HSL | hsl(33, 5%, 52%) | |
| CMYK | cmyk(0%, 4%, 8%, 45%) | |
| LAB | lab(56, 1, 4) | |
| OKLCH | oklch(0.62 0.011 73) |
Color harmonies
Tints & shades
Code snippets
color: #8b8680;
background-color: #8b8680;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF8B8680)
/* Swift / UIKit */
UIColor(red: 0.55, green: 0.53, blue: 0.50, alpha: 1.0)