Shades of Americano #8A786C
Tints of Americano #8A786C
RGB
CMYK
RGB Variations
Color information
#8A786C (or 0x8A786C) is known color: Americano. HEX triplet: 8A, 78 and 6C. RGB value is (138,120,108). Sum of RGB (Red+Green+Blue) = 138+120+108=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 138 - color contains mainly: red. Hex color #8A786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A786C is #758793. Grayscale: #7C7C7C. Windows color (decimal): -7702420 or 7108746. OLE color: 7108746.
HSL color Cylindrical-coordinate representation of color #8A786C: hue angle of 24º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A786C is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 120 | 108 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.46 |
| HSL | 24º | 0.12% | 0.48% | - |
| HSV(B) | 24º | 0.22% | 0.54% | - |
| XYZ | 19.9 | 19.92 | 16.98 | - |
| YUV | 124.01 | 118.96 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 120 | 108 | 0 | 0.13 | 0.22 | 0.46 | 24 | 0.12 | 0.48 |
| Hex | 8A | 78 | 6C | 0 | D | 16 | 2E | 18 | C | 30 |
| Octal | 212 | 170 | 154 | 0 | 15 | 26 | 56 | 30 | 14 | 60 |
| Binary | 10001010 | 1111000 | 1101100 | 0 | 1101 | 10110 | 101110 | 11000 | 1100 | 110000 |
Color Harmonies of #8A786C
Complementary color
Monochromatic Colors of #8A786C
Black with #8A786C
Text Example
Text Example
White with #8A786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A786C; }
p { color: rgb(138,120,108); }
H1.HeaderClassName
{
color: #8A786C;
}
.AnyTagClassName
{
color: #8A786C;
}
</style>
background-color css
<style>
a { background-color: #8A786C; }
a { background-color: rgb(138,120,108); }
div.DivClassName
{
background-color: #8A786C;
}
.BgClassName
{
background-color: #8A786C;
}
</style>
border-color css
<style>
span { border-color: #8A786C; }
span { border-color: rgb(138,120,108); }
td.TdClassName
{
border-color: #8A786C;
}
.TagClassName
{
border-color: #8A786C;
}
</style>