Shades of Mauve Taupe #8C5771
Tints of Mauve Taupe #8C5771
RGB
CMYK
RGB Variations
Color information
#8C5771 (or 0x8C5771) is known color: Mauve Taupe. HEX triplet: 8C, 57 and 71. RGB value is (140,87,113). Sum of RGB (Red+Green+Blue) = 140+87+113=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5771 is #73A88E. Grayscale: #696969. Windows color (decimal): -7579791 or 7427980. OLE color: 7427980.
HSL color Cylindrical-coordinate representation of color #8C5771: hue angle of 330.57º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C5771 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 113 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.45 |
| HSL | 330.57º | 0.23% | 0.45% | - |
| HSV(B) | 330.57º | 0.38% | 0.55% | - |
| XYZ | 17.2 | 13.58 | 17.34 | - |
| YUV | 105.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 113 | 0 | 0.38 | 0.19 | 0.45 | 330.57 | 0.23 | 0.45 |
| Hex | 8C | 57 | 71 | 0 | 26 | 13 | 2D | 14B | 17 | 2D |
| Octal | 214 | 127 | 161 | 0 | 46 | 23 | 55 | 513 | 27 | 55 |
| Binary | 10001100 | 1010111 | 1110001 | 0 | 100110 | 10011 | 101101 | 101001011 | 10111 | 101101 |
Color Harmonies of #8C5771
Complementary color
Monochromatic Colors of #8C5771
Black with #8C5771
Text Example
Text Example
White with #8C5771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5771; }
p { color: rgb(140,87,113); }
H1.HeaderClassName
{
color: #8C5771;
}
.AnyTagClassName
{
color: #8C5771;
}
</style>
background-color css
<style>
a { background-color: #8C5771; }
a { background-color: rgb(140,87,113); }
div.DivClassName
{
background-color: #8C5771;
}
.BgClassName
{
background-color: #8C5771;
}
</style>
border-color css
<style>
span { border-color: #8C5771; }
span { border-color: rgb(140,87,113); }
td.TdClassName
{
border-color: #8C5771;
}
.TagClassName
{
border-color: #8C5771;
}
</style>