Shades of Americano #8D7B70
Tints of Americano #8D7B70
RGB
CMYK
RGB Variations
Color information
#8D7B70 (or 0x8D7B70) is known color: Americano. HEX triplet: 8D, 7B and 70. RGB value is (141,123,112). Sum of RGB (Red+Green+Blue) = 141+123+112=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7B70 is #72848F. Grayscale: #7F7F7F. Windows color (decimal): -7505040 or 7371661. OLE color: 7371661.
HSL color Cylindrical-coordinate representation of color #8D7B70: hue angle of 22.76º 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 #8D7B70 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 123 | 112 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.45 |
| HSL | 22.76º | 0.11% | 0.5% | - |
| HSV(B) | 22.76º | 0.21% | 0.55% | - |
| XYZ | 20.99 | 21 | 18.28 | - |
| YUV | 127.13 | 119.46 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 123 | 112 | 0 | 0.13 | 0.21 | 0.45 | 22.76 | 0.11 | 0.5 |
| Hex | 8D | 7B | 70 | 0 | D | 15 | 2D | 17 | B | 32 |
| Octal | 215 | 173 | 160 | 0 | 15 | 25 | 55 | 27 | 13 | 62 |
| Binary | 10001101 | 1111011 | 1110000 | 0 | 1101 | 10101 | 101101 | 10111 | 1011 | 110010 |
Color Harmonies of #8D7B70
Complementary color
Monochromatic Colors of #8D7B70
Black with #8D7B70
Text Example
Text Example
White with #8D7B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7B70; }
p { color: rgb(141,123,112); }
H1.HeaderClassName
{
color: #8D7B70;
}
.AnyTagClassName
{
color: #8D7B70;
}
</style>
background-color css
<style>
a { background-color: #8D7B70; }
a { background-color: rgb(141,123,112); }
div.DivClassName
{
background-color: #8D7B70;
}
.BgClassName
{
background-color: #8D7B70;
}
</style>
border-color css
<style>
span { border-color: #8D7B70; }
span { border-color: rgb(141,123,112); }
td.TdClassName
{
border-color: #8D7B70;
}
.TagClassName
{
border-color: #8D7B70;
}
</style>