Shades of Americano #8C786C
Tints of Americano #8C786C
RGB
CMYK
RGB Variations
Color information
#8C786C (or 0x8C786C) is known color: Americano. HEX triplet: 8C, 78 and 6C. RGB value is (140,120,108). Sum of RGB (Red+Green+Blue) = 140+120+108=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 140 - color contains mainly: red. Hex color #8C786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C786C is #738793. Grayscale: #7C7C7C. Windows color (decimal): -7571348 or 7108748. OLE color: 7108748.
HSL color Cylindrical-coordinate representation of color #8C786C: hue angle of 22.5º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C786C is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 120 | 108 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.45 |
| HSL | 22.5º | 0.13% | 0.49% | - |
| HSV(B) | 22.5º | 0.23% | 0.55% | - |
| XYZ | 20.24 | 20.09 | 17 | - |
| YUV | 124.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 108 | 0 | 0.14 | 0.23 | 0.45 | 22.5 | 0.13 | 0.49 |
| Hex | 8C | 78 | 6C | 0 | E | 17 | 2D | 16 | D | 31 |
| Octal | 214 | 170 | 154 | 0 | 16 | 27 | 55 | 26 | 15 | 61 |
| Binary | 10001100 | 1111000 | 1101100 | 0 | 1110 | 10111 | 101101 | 10110 | 1101 | 110001 |
Color Harmonies of #8C786C
Complementary color
Monochromatic Colors of #8C786C
Black with #8C786C
Text Example
Text Example
White with #8C786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C786C; }
p { color: rgb(140,120,108); }
H1.HeaderClassName
{
color: #8C786C;
}
.AnyTagClassName
{
color: #8C786C;
}
</style>
background-color css
<style>
a { background-color: #8C786C; }
a { background-color: rgb(140,120,108); }
div.DivClassName
{
background-color: #8C786C;
}
.BgClassName
{
background-color: #8C786C;
}
</style>
border-color css
<style>
span { border-color: #8C786C; }
span { border-color: rgb(140,120,108); }
td.TdClassName
{
border-color: #8C786C;
}
.TagClassName
{
border-color: #8C786C;
}
</style>