Shades of Americano #8C7E71
Tints of Americano #8C7E71
RGB
CMYK
RGB Variations
Color information
#8C7E71 (or 0x8C7E71) is known color: Americano. HEX triplet: 8C, 7E and 71. RGB value is (140,126,113). Sum of RGB (Red+Green+Blue) = 140+126+113=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7E71 is #73818E. Grayscale: #808080. Windows color (decimal): -7569807 or 7437964. OLE color: 7437964.
HSL color Cylindrical-coordinate representation of color #8C7E71: hue angle of 28.89º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C7E71 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 126 | 113 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.45 |
| HSL | 28.89º | 0.11% | 0.5% | - |
| HSV(B) | 28.89º | 0.19% | 0.55% | - |
| XYZ | 21.26 | 21.69 | 18.69 | - |
| YUV | 128.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 113 | 0 | 0.10 | 0.19 | 0.45 | 28.89 | 0.11 | 0.5 |
| Hex | 8C | 7E | 71 | 0 | A | 13 | 2D | 1D | B | 32 |
| Octal | 214 | 176 | 161 | 0 | 12 | 23 | 55 | 35 | 13 | 62 |
| Binary | 10001100 | 1111110 | 1110001 | 0 | 1010 | 10011 | 101101 | 11101 | 1011 | 110010 |
Color Harmonies of #8C7E71
Complementary color
Monochromatic Colors of #8C7E71
Black with #8C7E71
Text Example
Text Example
White with #8C7E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7E71; }
p { color: rgb(140,126,113); }
H1.HeaderClassName
{
color: #8C7E71;
}
.AnyTagClassName
{
color: #8C7E71;
}
</style>
background-color css
<style>
a { background-color: #8C7E71; }
a { background-color: rgb(140,126,113); }
div.DivClassName
{
background-color: #8C7E71;
}
.BgClassName
{
background-color: #8C7E71;
}
</style>
border-color css
<style>
span { border-color: #8C7E71; }
span { border-color: rgb(140,126,113); }
td.TdClassName
{
border-color: #8C7E71;
}
.TagClassName
{
border-color: #8C7E71;
}
</style>