Shades of Americano #89786C
Tints of Americano #89786C
RGB
CMYK
RGB Variations
Color information
#89786C (or 0x89786C) is known color: Americano. HEX triplet: 89, 78 and 6C. RGB value is (137,120,108). Sum of RGB (Red+Green+Blue) = 137+120+108=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 137 - color contains mainly: red. Hex color #89786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89786C is #768793. Grayscale: #7B7B7B. Windows color (decimal): -7767956 or 7108745. OLE color: 7108745.
HSL color Cylindrical-coordinate representation of color #89786C: hue angle of 24.83º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89786C is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 120 | 108 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.46 |
| HSL | 24.83º | 0.12% | 0.48% | - |
| HSV(B) | 24.83º | 0.21% | 0.54% | - |
| XYZ | 19.74 | 19.83 | 16.98 | - |
| YUV | 123.72 | 119.13 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 108 | 0 | 0.12 | 0.21 | 0.46 | 24.83 | 0.12 | 0.48 |
| Hex | 89 | 78 | 6C | 0 | C | 15 | 2E | 19 | C | 30 |
| Octal | 211 | 170 | 154 | 0 | 14 | 25 | 56 | 31 | 14 | 60 |
| Binary | 10001001 | 1111000 | 1101100 | 0 | 1100 | 10101 | 101110 | 11001 | 1100 | 110000 |
Color Harmonies of #89786C
Complementary color
Monochromatic Colors of #89786C
Black with #89786C
Text Example
Text Example
White with #89786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89786C; }
p { color: rgb(137,120,108); }
H1.HeaderClassName
{
color: #89786C;
}
.AnyTagClassName
{
color: #89786C;
}
</style>
background-color css
<style>
a { background-color: #89786C; }
a { background-color: rgb(137,120,108); }
div.DivClassName
{
background-color: #89786C;
}
.BgClassName
{
background-color: #89786C;
}
</style>
border-color css
<style>
span { border-color: #89786C; }
span { border-color: rgb(137,120,108); }
td.TdClassName
{
border-color: #89786C;
}
.TagClassName
{
border-color: #89786C;
}
</style>