Jungle Look
#727736
Looking for the precise values behind Jungle Look (#727736)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #727736 | |
|---|---|---|
| RGB | rgb(114, 119, 54) | |
| HSL | hsl(65, 38%, 34%) | |
| CMYK | cmyk(4%, 0%, 55%, 53%) | |
| LAB | lab(49, -9, 34) | |
| OKLCH | oklch(0.55 0.088 113) |
Color harmonies
Tints & shades
Code snippets
color: #727736;
background-color: #727736;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF727736)
/* Swift / UIKit */
UIColor(red: 0.45, green: 0.47, blue: 0.21, alpha: 1.0)