Shades of Mauve Taupe #8C5772
Tints of Mauve Taupe #8C5772
RGB
CMYK
RGB Variations
Color information
#8C5772 (or 0x8C5772) is known color: Mauve Taupe. HEX triplet: 8C, 57 and 72. RGB value is (140,87,114). Sum of RGB (Red+Green+Blue) = 140+87+114=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5772 is #73A88D. Grayscale: #696969. Windows color (decimal): -7579790 or 7493516. OLE color: 7493516.
HSL color Cylindrical-coordinate representation of color #8C5772: hue angle of 329.43º 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 #8C5772 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 114 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.45 |
| HSL | 329.43º | 0.23% | 0.45% | - |
| HSV(B) | 329.43º | 0.38% | 0.55% | - |
| XYZ | 17.26 | 13.61 | 17.64 | - |
| YUV | 105.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 114 | 0 | 0.38 | 0.19 | 0.45 | 329.43 | 0.23 | 0.45 |
| Hex | 8C | 57 | 72 | 0 | 26 | 13 | 2D | 149 | 17 | 2D |
| Octal | 214 | 127 | 162 | 0 | 46 | 23 | 55 | 511 | 27 | 55 |
| Binary | 10001100 | 1010111 | 1110010 | 0 | 100110 | 10011 | 101101 | 101001001 | 10111 | 101101 |
Color Harmonies of #8C5772
Complementary color
Monochromatic Colors of #8C5772
Black with #8C5772
Text Example
Text Example
White with #8C5772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5772; }
p { color: rgb(140,87,114); }
H1.HeaderClassName
{
color: #8C5772;
}
.AnyTagClassName
{
color: #8C5772;
}
</style>
background-color css
<style>
a { background-color: #8C5772; }
a { background-color: rgb(140,87,114); }
div.DivClassName
{
background-color: #8C5772;
}
.BgClassName
{
background-color: #8C5772;
}
</style>
border-color css
<style>
span { border-color: #8C5772; }
span { border-color: rgb(140,87,114); }
td.TdClassName
{
border-color: #8C5772;
}
.TagClassName
{
border-color: #8C5772;
}
</style>