Shades of Mauve Taupe #875D64
Tints of Mauve Taupe #875D64
RGB
CMYK
RGB Variations
Color information
#875D64 (or 0x875D64) is known color: Mauve Taupe. HEX triplet: 87, 5D and 64. RGB value is (135,93,100). Sum of RGB (Red+Green+Blue) = 135+93+100=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #875D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D64 is #78A29B. Grayscale: #6A6A6A. Windows color (decimal): -7905948 or 6577543. OLE color: 6577543.
HSL color Cylindrical-coordinate representation of color #875D64: hue angle of 350º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #875D64 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 93 | 100 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.47 |
| HSL | 350º | 0.18% | 0.45% | - |
| HSV(B) | 350º | 0.31% | 0.53% | - |
| XYZ | 16.21 | 13.9 | 13.89 | - |
| YUV | 106.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 100 | 0 | 0.31 | 0.26 | 0.47 | 350 | 0.18 | 0.45 |
| Hex | 87 | 5D | 64 | 0 | 1F | 1A | 2F | 15E | 12 | 2D |
| Octal | 207 | 135 | 144 | 0 | 37 | 32 | 57 | 536 | 22 | 55 |
| Binary | 10000111 | 1011101 | 1100100 | 0 | 11111 | 11010 | 101111 | 101011110 | 10010 | 101101 |
Color Harmonies of #875D64
Complementary color
Monochromatic Colors of #875D64
Black with #875D64
Text Example
Text Example
White with #875D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875D64; }
p { color: rgb(135,93,100); }
H1.HeaderClassName
{
color: #875D64;
}
.AnyTagClassName
{
color: #875D64;
}
</style>
background-color css
<style>
a { background-color: #875D64; }
a { background-color: rgb(135,93,100); }
div.DivClassName
{
background-color: #875D64;
}
.BgClassName
{
background-color: #875D64;
}
</style>
border-color css
<style>
span { border-color: #875D64; }
span { border-color: rgb(135,93,100); }
td.TdClassName
{
border-color: #875D64;
}
.TagClassName
{
border-color: #875D64;
}
</style>