Empress
#7c7173
Looking for the precise values behind Empress (#7c7173)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #7c7173 | |
|---|---|---|
| RGB | rgb(124, 113, 115) | |
| HSL | hsl(349, 5%, 46%) | |
| CMYK | cmyk(0%, 9%, 7%, 51%) | |
| LAB | lab(49, 5, 1) | |
| OKLCH | oklch(0.56 0.014 5) |
Color harmonies
Tints & shades
Code snippets
color: #7c7173;
background-color: #7c7173;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF7C7173)
/* Swift / UIKit */
UIColor(red: 0.49, green: 0.44, blue: 0.45, alpha: 1.0)