Anchovy
#756f6b
Looking for the precise values behind Anchovy (#756f6b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #756f6b | |
|---|---|---|
| RGB | rgb(117, 111, 107) | |
| HSL | hsl(24, 4%, 44%) | |
| CMYK | cmyk(0%, 5%, 9%, 54%) | |
| LAB | lab(47, 2, 3) | |
| OKLCH | oklch(0.55 0.01 56) |
Color harmonies
Tints & shades
Code snippets
color: #756f6b;
background-color: #756f6b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF756F6B)
/* Swift / UIKit */
UIColor(red: 0.46, green: 0.44, blue: 0.42, alpha: 1.0)