Camo Clay
#747f71
Looking for the precise values behind Camo Clay (#747f71)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #747f71 | |
|---|---|---|
| RGB | rgb(116, 127, 113) | |
| HSL | hsl(107, 6%, 47%) | |
| CMYK | cmyk(9%, 0%, 11%, 50%) | |
| LAB | lab(52, -6, 6) | |
| OKLCH | oklch(0.58 0.025 139) |
Color harmonies
Tints & shades
Code snippets
color: #747f71;
background-color: #747f71;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF747F71)
/* Swift / UIKit */
UIColor(red: 0.45, green: 0.50, blue: 0.44, alpha: 1.0)