Chocolate Velvet
#7f7453
Looking for the precise values behind Chocolate Velvet (#7f7453)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #7f7453 | |
|---|---|---|
| RGB | rgb(127, 116, 83) | |
| HSL | hsl(45, 21%, 41%) | |
| CMYK | cmyk(0%, 9%, 35%, 50%) | |
| LAB | lab(49, 0, 20) | |
| OKLCH | oklch(0.56 0.05 92) |
Color harmonies
Tints & shades
Code snippets
color: #7f7453;
background-color: #7f7453;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF7F7453)
/* Swift / UIKit */
UIColor(red: 0.50, green: 0.45, blue: 0.33, alpha: 1.0)