Shades of Americano #8C796C
Tints of Americano #8C796C
RGB
CMYK
RGB Variations
Color information
#8C796C (or 0x8C796C) is known color: Americano. HEX triplet: 8C, 79 and 6C. RGB value is (140,121,108). Sum of RGB (Red+Green+Blue) = 140+121+108=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 140 - color contains mainly: red. Hex color #8C796C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C796C is #738693. Grayscale: #7D7D7D. Windows color (decimal): -7571092 or 7109004. OLE color: 7109004.
HSL color Cylindrical-coordinate representation of color #8C796C: hue angle of 24.38º 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 #8C796C is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 121 | 108 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.45 |
| HSL | 24.38º | 0.13% | 0.49% | - |
| HSV(B) | 24.38º | 0.23% | 0.55% | - |
| XYZ | 20.36 | 20.33 | 17.04 | - |
| YUV | 125.2 | 118.29 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 121 | 108 | 0 | 0.14 | 0.23 | 0.45 | 24.38 | 0.13 | 0.49 |
| Hex | 8C | 79 | 6C | 0 | E | 17 | 2D | 18 | D | 31 |
| Octal | 214 | 171 | 154 | 0 | 16 | 27 | 55 | 30 | 15 | 61 |
| Binary | 10001100 | 1111001 | 1101100 | 0 | 1110 | 10111 | 101101 | 11000 | 1101 | 110001 |
Color Harmonies of #8C796C
Complementary color
Monochromatic Colors of #8C796C
Black with #8C796C
Text Example
Text Example
White with #8C796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C796C; }
p { color: rgb(140,121,108); }
H1.HeaderClassName
{
color: #8C796C;
}
.AnyTagClassName
{
color: #8C796C;
}
</style>
background-color css
<style>
a { background-color: #8C796C; }
a { background-color: rgb(140,121,108); }
div.DivClassName
{
background-color: #8C796C;
}
.BgClassName
{
background-color: #8C796C;
}
</style>
border-color css
<style>
span { border-color: #8C796C; }
span { border-color: rgb(140,121,108); }
td.TdClassName
{
border-color: #8C796C;
}
.TagClassName
{
border-color: #8C796C;
}
</style>