Shades of Americano #8D7E70
Tints of Americano #8D7E70
RGB
CMYK
RGB Variations
Color information
#8D7E70 (or 0x8D7E70) is known color: Americano. HEX triplet: 8D, 7E and 70. RGB value is (141,126,112). Sum of RGB (Red+Green+Blue) = 141+126+112=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7E70 is #72818F. Grayscale: #808080. Windows color (decimal): -7504272 or 7372429. OLE color: 7372429.
HSL color Cylindrical-coordinate representation of color #8D7E70: hue angle of 28.97º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D7E70 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 126 | 112 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.45 |
| HSL | 28.97º | 0.11% | 0.5% | - |
| HSV(B) | 28.97º | 0.21% | 0.55% | - |
| XYZ | 21.37 | 21.75 | 18.4 | - |
| YUV | 128.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 112 | 0 | 0.11 | 0.21 | 0.45 | 28.97 | 0.11 | 0.5 |
| Hex | 8D | 7E | 70 | 0 | B | 15 | 2D | 1D | B | 32 |
| Octal | 215 | 176 | 160 | 0 | 13 | 25 | 55 | 35 | 13 | 62 |
| Binary | 10001101 | 1111110 | 1110000 | 0 | 1011 | 10101 | 101101 | 11101 | 1011 | 110010 |
Color Harmonies of #8D7E70
Complementary color
Monochromatic Colors of #8D7E70
Black with #8D7E70
Text Example
Text Example
White with #8D7E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7E70; }
p { color: rgb(141,126,112); }
H1.HeaderClassName
{
color: #8D7E70;
}
.AnyTagClassName
{
color: #8D7E70;
}
</style>
background-color css
<style>
a { background-color: #8D7E70; }
a { background-color: rgb(141,126,112); }
div.DivClassName
{
background-color: #8D7E70;
}
.BgClassName
{
background-color: #8D7E70;
}
</style>
border-color css
<style>
span { border-color: #8D7E70; }
span { border-color: rgb(141,126,112); }
td.TdClassName
{
border-color: #8D7E70;
}
.TagClassName
{
border-color: #8D7E70;
}
</style>