Shades of Mauve Taupe #876573
Tints of Mauve Taupe #876573
RGB
CMYK
RGB Variations
Color information
#876573 (or 0x876573) is known color: Mauve Taupe. HEX triplet: 87, 65 and 73. RGB value is (135,101,115). Sum of RGB (Red+Green+Blue) = 135+101+115=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #876573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876573 is #789A8C. Grayscale: #707070. Windows color (decimal): -7903885 or 7562631. OLE color: 7562631.
HSL color Cylindrical-coordinate representation of color #876573: hue angle of 335.29º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #876573 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 101 | 115 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.47 |
| HSL | 335.29º | 0.14% | 0.46% | - |
| HSV(B) | 335.29º | 0.25% | 0.53% | - |
| XYZ | 17.74 | 15.7 | 18.31 | - |
| YUV | 112.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 101 | 115 | 0 | 0.25 | 0.15 | 0.47 | 335.29 | 0.14 | 0.46 |
| Hex | 87 | 65 | 73 | 0 | 19 | F | 2F | 14F | E | 2E |
| Octal | 207 | 145 | 163 | 0 | 31 | 17 | 57 | 517 | 16 | 56 |
| Binary | 10000111 | 1100101 | 1110011 | 0 | 11001 | 1111 | 101111 | 101001111 | 1110 | 101110 |
Color Harmonies of #876573
Complementary color
Monochromatic Colors of #876573
Black with #876573
Text Example
Text Example
White with #876573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876573; }
p { color: rgb(135,101,115); }
H1.HeaderClassName
{
color: #876573;
}
.AnyTagClassName
{
color: #876573;
}
</style>
background-color css
<style>
a { background-color: #876573; }
a { background-color: rgb(135,101,115); }
div.DivClassName
{
background-color: #876573;
}
.BgClassName
{
background-color: #876573;
}
</style>
border-color css
<style>
span { border-color: #876573; }
span { border-color: rgb(135,101,115); }
td.TdClassName
{
border-color: #876573;
}
.TagClassName
{
border-color: #876573;
}
</style>