Grasshopper
#77824a
Grasshopper, represented by the hex value #77824a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #77824a | |
|---|---|---|
| RGB | rgb(119, 130, 74) | |
| HSL | hsl(72, 27%, 40%) | |
| CMYK | cmyk(8%, 0%, 43%, 49%) | |
| LAB | lab(52, -11, 29) | |
| OKLCH | oklch(0.58 0.08 118) |
Color harmonies
Tints & shades
Code snippets
color: #77824a;
background-color: #77824a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF77824A)
/* Swift / UIKit */
UIColor(red: 0.47, green: 0.51, blue: 0.29, alpha: 1.0)