Shades of Mauve Taupe #876063
Tints of Mauve Taupe #876063
RGB
CMYK
RGB Variations
Color information
#876063 (or 0x876063) is known color: Mauve Taupe. HEX triplet: 87, 60 and 63. RGB value is (135,96,99). Sum of RGB (Red+Green+Blue) = 135+96+99=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #876063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876063 is #789F9C. Grayscale: #6C6C6C. Windows color (decimal): -7905181 or 6512775. OLE color: 6512775.
HSL color Cylindrical-coordinate representation of color #876063: hue angle of 355.38º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #876063 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 96 | 99 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.47 |
| HSL | 355.38º | 0.17% | 0.45% | - |
| HSV(B) | 355.38º | 0.29% | 0.53% | - |
| XYZ | 16.43 | 14.42 | 13.72 | - |
| YUV | 108 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 96 | 99 | 0 | 0.29 | 0.27 | 0.47 | 355.38 | 0.17 | 0.45 |
| Hex | 87 | 60 | 63 | 0 | 1D | 1B | 2F | 163 | 11 | 2D |
| Octal | 207 | 140 | 143 | 0 | 35 | 33 | 57 | 543 | 21 | 55 |
| Binary | 10000111 | 1100000 | 1100011 | 0 | 11101 | 11011 | 101111 | 101100011 | 10001 | 101101 |
Color Harmonies of #876063
Complementary color
Monochromatic Colors of #876063
Black with #876063
Text Example
Text Example
White with #876063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876063; }
p { color: rgb(135,96,99); }
H1.HeaderClassName
{
color: #876063;
}
.AnyTagClassName
{
color: #876063;
}
</style>
background-color css
<style>
a { background-color: #876063; }
a { background-color: rgb(135,96,99); }
div.DivClassName
{
background-color: #876063;
}
.BgClassName
{
background-color: #876063;
}
</style>
border-color css
<style>
span { border-color: #876063; }
span { border-color: rgb(135,96,99); }
td.TdClassName
{
border-color: #876063;
}
.TagClassName
{
border-color: #876063;
}
</style>