Shades of Mauve Taupe #875972
Tints of Mauve Taupe #875972
RGB
CMYK
RGB Variations
Color information
#875972 (or 0x875972) is known color: Mauve Taupe. HEX triplet: 87, 59 and 72. RGB value is (135,89,114). Sum of RGB (Red+Green+Blue) = 135+89+114=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #875972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875972 is #78A68D. Grayscale: #696969. Windows color (decimal): -7906958 or 7494023. OLE color: 7494023.
HSL color Cylindrical-coordinate representation of color #875972: hue angle of 327.39º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #875972 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 89 | 114 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.47 |
| HSL | 327.39º | 0.21% | 0.44% | - |
| HSV(B) | 327.39º | 0.34% | 0.53% | - |
| XYZ | 16.6 | 13.51 | 17.65 | - |
| YUV | 105.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 114 | 0 | 0.34 | 0.16 | 0.47 | 327.39 | 0.21 | 0.44 |
| Hex | 87 | 59 | 72 | 0 | 22 | 10 | 2F | 147 | 15 | 2C |
| Octal | 207 | 131 | 162 | 0 | 42 | 20 | 57 | 507 | 25 | 54 |
| Binary | 10000111 | 1011001 | 1110010 | 0 | 100010 | 10000 | 101111 | 101000111 | 10101 | 101100 |
Color Harmonies of #875972
Complementary color
Monochromatic Colors of #875972
Black with #875972
Text Example
Text Example
White with #875972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875972; }
p { color: rgb(135,89,114); }
H1.HeaderClassName
{
color: #875972;
}
.AnyTagClassName
{
color: #875972;
}
</style>
background-color css
<style>
a { background-color: #875972; }
a { background-color: rgb(135,89,114); }
div.DivClassName
{
background-color: #875972;
}
.BgClassName
{
background-color: #875972;
}
</style>
border-color css
<style>
span { border-color: #875972; }
span { border-color: rgb(135,89,114); }
td.TdClassName
{
border-color: #875972;
}
.TagClassName
{
border-color: #875972;
}
</style>