Shades of Americano #8E786C
Tints of Americano #8E786C
RGB
CMYK
RGB Variations
Color information
#8E786C (or 0x8E786C) is known color: Americano. HEX triplet: 8E, 78 and 6C. RGB value is (142,120,108). Sum of RGB (Red+Green+Blue) = 142+120+108=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 142 - color contains mainly: red. Hex color #8E786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E786C is #718793. Grayscale: #7D7D7D. Windows color (decimal): -7440276 or 7108750. OLE color: 7108750.
HSL color Cylindrical-coordinate representation of color #8E786C: hue angle of 21.18º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E786C is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 120 | 108 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.44 |
| HSL | 21.18º | 0.14% | 0.49% | - |
| HSV(B) | 21.18º | 0.24% | 0.56% | - |
| XYZ | 20.58 | 20.27 | 17.01 | - |
| YUV | 125.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 120 | 108 | 0 | 0.15 | 0.24 | 0.44 | 21.18 | 0.14 | 0.49 |
| Hex | 8E | 78 | 6C | 0 | F | 18 | 2C | 15 | E | 31 |
| Octal | 216 | 170 | 154 | 0 | 17 | 30 | 54 | 25 | 16 | 61 |
| Binary | 10001110 | 1111000 | 1101100 | 0 | 1111 | 11000 | 101100 | 10101 | 1110 | 110001 |
Color Harmonies of #8E786C
Complementary color
Monochromatic Colors of #8E786C
Black with #8E786C
Text Example
Text Example
White with #8E786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E786C; }
p { color: rgb(142,120,108); }
H1.HeaderClassName
{
color: #8E786C;
}
.AnyTagClassName
{
color: #8E786C;
}
</style>
background-color css
<style>
a { background-color: #8E786C; }
a { background-color: rgb(142,120,108); }
div.DivClassName
{
background-color: #8E786C;
}
.BgClassName
{
background-color: #8E786C;
}
</style>
border-color css
<style>
span { border-color: #8E786C; }
span { border-color: rgb(142,120,108); }
td.TdClassName
{
border-color: #8E786C;
}
.TagClassName
{
border-color: #8E786C;
}
</style>