Shades of Americano #8D7E73
Tints of Americano #8D7E73
RGB
CMYK
RGB Variations
Color information
#8D7E73 (or 0x8D7E73) is known color: Americano. HEX triplet: 8D, 7E and 73. RGB value is (141,126,115). Sum of RGB (Red+Green+Blue) = 141+126+115=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7E73 is #72818C. Grayscale: #818181. Windows color (decimal): -7504269 or 7569037. OLE color: 7569037.
HSL color Cylindrical-coordinate representation of color #8D7E73: hue angle of 25.38º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D7E73 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 126 | 115 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.45 |
| HSL | 25.38º | 0.1% | 0.5% | - |
| HSV(B) | 25.38º | 0.18% | 0.55% | - |
| XYZ | 21.54 | 21.82 | 19.3 | - |
| YUV | 129.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 115 | 0 | 0.11 | 0.18 | 0.45 | 25.38 | 0.1 | 0.5 |
| Hex | 8D | 7E | 73 | 0 | B | 12 | 2D | 19 | A | 32 |
| Octal | 215 | 176 | 163 | 0 | 13 | 22 | 55 | 31 | 12 | 62 |
| Binary | 10001101 | 1111110 | 1110011 | 0 | 1011 | 10010 | 101101 | 11001 | 1010 | 110010 |
Color Harmonies of #8D7E73
Complementary color
Monochromatic Colors of #8D7E73
Black with #8D7E73
Text Example
Text Example
White with #8D7E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7E73; }
p { color: rgb(141,126,115); }
H1.HeaderClassName
{
color: #8D7E73;
}
.AnyTagClassName
{
color: #8D7E73;
}
</style>
background-color css
<style>
a { background-color: #8D7E73; }
a { background-color: rgb(141,126,115); }
div.DivClassName
{
background-color: #8D7E73;
}
.BgClassName
{
background-color: #8D7E73;
}
</style>
border-color css
<style>
span { border-color: #8D7E73; }
span { border-color: rgb(141,126,115); }
td.TdClassName
{
border-color: #8D7E73;
}
.TagClassName
{
border-color: #8D7E73;
}
</style>