Cement Feet
#7b737b
Looking for the precise values behind Cement Feet (#7b737b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #7b737b | |
|---|---|---|
| RGB | rgb(123, 115, 123) | |
| HSL | hsl(300, 3%, 47%) | |
| CMYK | cmyk(0%, 7%, 0%, 52%) | |
| LAB | lab(49, 4, -3) | |
| OKLCH | oklch(0.57 0.015 326) |
Color harmonies
Tints & shades
Code snippets
color: #7b737b;
background-color: #7b737b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF7B737B)
/* Swift / UIKit */
UIColor(red: 0.48, green: 0.45, blue: 0.48, alpha: 1.0)