Shades of Americano #8C8076
Tints of Americano #8C8076
RGB
CMYK
RGB Variations
Color information
#8C8076 (or 0x8C8076) is known color: Americano. HEX triplet: 8C, 80 and 76. RGB value is (140,128,118). Sum of RGB (Red+Green+Blue) = 140+128+118=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8076 is #737F89. Grayscale: #828282. Windows color (decimal): -7569290 or 7766156. OLE color: 7766156.
HSL color Cylindrical-coordinate representation of color #8C8076: hue angle of 27.27º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C8076 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 128 | 118 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.45 |
| HSL | 27.27º | 0.09% | 0.51% | - |
| HSV(B) | 27.27º | 0.16% | 0.55% | - |
| XYZ | 21.8 | 22.32 | 20.3 | - |
| YUV | 130.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 118 | 0 | 0.09 | 0.16 | 0.45 | 27.27 | 0.09 | 0.51 |
| Hex | 8C | 80 | 76 | 0 | 9 | 10 | 2D | 1B | 9 | 33 |
| Octal | 214 | 200 | 166 | 0 | 11 | 20 | 55 | 33 | 11 | 63 |
| Binary | 10001100 | 10000000 | 1110110 | 0 | 1001 | 10000 | 101101 | 11011 | 1001 | 110011 |
Color Harmonies of #8C8076
Complementary color
Monochromatic Colors of #8C8076
Black with #8C8076
Text Example
Text Example
White with #8C8076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8076; }
p { color: rgb(140,128,118); }
H1.HeaderClassName
{
color: #8C8076;
}
.AnyTagClassName
{
color: #8C8076;
}
</style>
background-color css
<style>
a { background-color: #8C8076; }
a { background-color: rgb(140,128,118); }
div.DivClassName
{
background-color: #8C8076;
}
.BgClassName
{
background-color: #8C8076;
}
</style>
border-color css
<style>
span { border-color: #8C8076; }
span { border-color: rgb(140,128,118); }
td.TdClassName
{
border-color: #8C8076;
}
.TagClassName
{
border-color: #8C8076;
}
</style>