Ranch House
#7b645a
Ranch House is a color with the hex code #7b645a. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #7b645a | |
|---|---|---|
| RGB | rgb(123, 100, 90) | |
| HSL | hsl(18, 15%, 42%) | |
| CMYK | cmyk(0%, 19%, 27%, 52%) | |
| LAB | lab(44, 8, 9) | |
| OKLCH | oklch(0.52 0.034 45) |
Color harmonies
Tints & shades
Code snippets
color: #7b645a;
background-color: #7b645a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF7B645A)
/* Swift / UIKit */
UIColor(red: 0.48, green: 0.39, blue: 0.35, alpha: 1.0)