Shades of Mauve Taupe #875F63
Tints of Mauve Taupe #875F63
RGB
CMYK
RGB Variations
Color information
#875F63 (or 0x875F63) is known color: Mauve Taupe. HEX triplet: 87, 5F and 63. RGB value is (135,95,99). Sum of RGB (Red+Green+Blue) = 135+95+99=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #875F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875F63 is #78A09C. Grayscale: #6B6B6B. Windows color (decimal): -7905437 or 6512519. OLE color: 6512519.
HSL color Cylindrical-coordinate representation of color #875F63: hue angle of 354º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #875F63 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 95 | 99 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.47 |
| HSL | 354º | 0.17% | 0.45% | - |
| HSV(B) | 354º | 0.3% | 0.53% | - |
| XYZ | 16.34 | 14.24 | 13.69 | - |
| YUV | 107.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 99 | 0 | 0.30 | 0.27 | 0.47 | 354 | 0.17 | 0.45 |
| Hex | 87 | 5F | 63 | 0 | 1E | 1B | 2F | 162 | 11 | 2D |
| Octal | 207 | 137 | 143 | 0 | 36 | 33 | 57 | 542 | 21 | 55 |
| Binary | 10000111 | 1011111 | 1100011 | 0 | 11110 | 11011 | 101111 | 101100010 | 10001 | 101101 |
Color Harmonies of #875F63
Complementary color
Monochromatic Colors of #875F63
Black with #875F63
Text Example
Text Example
White with #875F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875F63; }
p { color: rgb(135,95,99); }
H1.HeaderClassName
{
color: #875F63;
}
.AnyTagClassName
{
color: #875F63;
}
</style>
background-color css
<style>
a { background-color: #875F63; }
a { background-color: rgb(135,95,99); }
div.DivClassName
{
background-color: #875F63;
}
.BgClassName
{
background-color: #875F63;
}
</style>
border-color css
<style>
span { border-color: #875F63; }
span { border-color: rgb(135,95,99); }
td.TdClassName
{
border-color: #875F63;
}
.TagClassName
{
border-color: #875F63;
}
</style>