Acoustic Brown
#766b69
Looking for the precise values behind Acoustic Brown (#766b69)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #766b69 | |
|---|---|---|
| RGB | rgb(118, 107, 105) | |
| HSL | hsl(9, 6%, 44%) | |
| CMYK | cmyk(0%, 9%, 11%, 54%) | |
| LAB | lab(46, 4, 3) | |
| OKLCH | oklch(0.54 0.014 30) |
Color harmonies
Tints & shades
Code snippets
color: #766b69;
background-color: #766b69;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF766B69)
/* Swift / UIKit */
UIColor(red: 0.46, green: 0.42, blue: 0.41, alpha: 1.0)