Shades of Americano #8C796D
Tints of Americano #8C796D
RGB
CMYK
RGB Variations
Color information
#8C796D (or 0x8C796D) is known color: Americano. HEX triplet: 8C, 79 and 6D. RGB value is (140,121,109). Sum of RGB (Red+Green+Blue) = 140+121+109=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 140 - color contains mainly: red. Hex color #8C796D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C796D is #738692. Grayscale: #7D7D7D. Windows color (decimal): -7571091 or 7174540. OLE color: 7174540.
HSL color Cylindrical-coordinate representation of color #8C796D: hue angle of 23.23º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C796D is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 121 | 109 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.45 |
| HSL | 23.23º | 0.12% | 0.49% | - |
| HSV(B) | 23.23º | 0.22% | 0.55% | - |
| XYZ | 20.41 | 20.35 | 17.32 | - |
| YUV | 125.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 121 | 109 | 0 | 0.14 | 0.22 | 0.45 | 23.23 | 0.12 | 0.49 |
| Hex | 8C | 79 | 6D | 0 | E | 16 | 2D | 17 | C | 31 |
| Octal | 214 | 171 | 155 | 0 | 16 | 26 | 55 | 27 | 14 | 61 |
| Binary | 10001100 | 1111001 | 1101101 | 0 | 1110 | 10110 | 101101 | 10111 | 1100 | 110001 |
Color Harmonies of #8C796D
Complementary color
Monochromatic Colors of #8C796D
Black with #8C796D
Text Example
Text Example
White with #8C796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C796D; }
p { color: rgb(140,121,109); }
H1.HeaderClassName
{
color: #8C796D;
}
.AnyTagClassName
{
color: #8C796D;
}
</style>
background-color css
<style>
a { background-color: #8C796D; }
a { background-color: rgb(140,121,109); }
div.DivClassName
{
background-color: #8C796D;
}
.BgClassName
{
background-color: #8C796D;
}
</style>
border-color css
<style>
span { border-color: #8C796D; }
span { border-color: rgb(140,121,109); }
td.TdClassName
{
border-color: #8C796D;
}
.TagClassName
{
border-color: #8C796D;
}
</style>