Shades of Americano #8D7D71
Tints of Americano #8D7D71
RGB
CMYK
RGB Variations
Color information
#8D7D71 (or 0x8D7D71) is known color: Americano. HEX triplet: 8D, 7D and 71. RGB value is (141,125,113). Sum of RGB (Red+Green+Blue) = 141+125+113=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7D71 is #72828E. Grayscale: #808080. Windows color (decimal): -7504527 or 7437709. OLE color: 7437709.
HSL color Cylindrical-coordinate representation of color #8D7D71: hue angle of 25.71º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D7D71 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 125 | 113 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.45 |
| HSL | 25.71º | 0.11% | 0.5% | - |
| HSV(B) | 25.71º | 0.2% | 0.55% | - |
| XYZ | 21.3 | 21.52 | 18.65 | - |
| YUV | 128.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 125 | 113 | 0 | 0.11 | 0.20 | 0.45 | 25.71 | 0.11 | 0.5 |
| Hex | 8D | 7D | 71 | 0 | B | 14 | 2D | 1A | B | 32 |
| Octal | 215 | 175 | 161 | 0 | 13 | 24 | 55 | 32 | 13 | 62 |
| Binary | 10001101 | 1111101 | 1110001 | 0 | 1011 | 10100 | 101101 | 11010 | 1011 | 110010 |
Color Harmonies of #8D7D71
Complementary color
Monochromatic Colors of #8D7D71
Black with #8D7D71
Text Example
Text Example
White with #8D7D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7D71; }
p { color: rgb(141,125,113); }
H1.HeaderClassName
{
color: #8D7D71;
}
.AnyTagClassName
{
color: #8D7D71;
}
</style>
background-color css
<style>
a { background-color: #8D7D71; }
a { background-color: rgb(141,125,113); }
div.DivClassName
{
background-color: #8D7D71;
}
.BgClassName
{
background-color: #8D7D71;
}
</style>
border-color css
<style>
span { border-color: #8D7D71; }
span { border-color: rgb(141,125,113); }
td.TdClassName
{
border-color: #8D7D71;
}
.TagClassName
{
border-color: #8D7D71;
}
</style>