Shades of Americano #8C8176
Tints of Americano #8C8176
RGB
CMYK
RGB Variations
Color information
#8C8176 (or 0x8C8176) is known color: Americano. HEX triplet: 8C, 81 and 76. RGB value is (140,129,118). Sum of RGB (Red+Green+Blue) = 140+129+118=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8176 is #737E89. Grayscale: #838383. Windows color (decimal): -7569034 or 7766412. OLE color: 7766412.
HSL color Cylindrical-coordinate representation of color #8C8176: hue angle of 30º 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 #8C8176 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 129 | 118 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.45 |
| HSL | 30º | 0.09% | 0.51% | - |
| HSV(B) | 30º | 0.16% | 0.55% | - |
| XYZ | 21.94 | 22.58 | 20.34 | - |
| YUV | 131.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 118 | 0 | 0.08 | 0.16 | 0.45 | 30 | 0.09 | 0.51 |
| Hex | 8C | 81 | 76 | 0 | 8 | 10 | 2D | 1E | 9 | 33 |
| Octal | 214 | 201 | 166 | 0 | 10 | 20 | 55 | 36 | 11 | 63 |
| Binary | 10001100 | 10000001 | 1110110 | 0 | 1000 | 10000 | 101101 | 11110 | 1001 | 110011 |
Color Harmonies of #8C8176
Complementary color
Monochromatic Colors of #8C8176
Black with #8C8176
Text Example
Text Example
White with #8C8176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8176; }
p { color: rgb(140,129,118); }
H1.HeaderClassName
{
color: #8C8176;
}
.AnyTagClassName
{
color: #8C8176;
}
</style>
background-color css
<style>
a { background-color: #8C8176; }
a { background-color: rgb(140,129,118); }
div.DivClassName
{
background-color: #8C8176;
}
.BgClassName
{
background-color: #8C8176;
}
</style>
border-color css
<style>
span { border-color: #8C8176; }
span { border-color: rgb(140,129,118); }
td.TdClassName
{
border-color: #8C8176;
}
.TagClassName
{
border-color: #8C8176;
}
</style>