Shades of Mauve Taupe #875E62
Tints of Mauve Taupe #875E62
RGB
CMYK
RGB Variations
Color information
#875E62 (or 0x875E62) is known color: Mauve Taupe. HEX triplet: 87, 5E and 62. RGB value is (135,94,98). Sum of RGB (Red+Green+Blue) = 135+94+98=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #875E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E62 is #78A19D. Grayscale: #6A6A6A. Windows color (decimal): -7905694 or 6446727. OLE color: 6446727.
HSL color Cylindrical-coordinate representation of color #875E62: hue angle of 354.15º degrees, saturation: 0.18, 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 #875E62 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 94 | 98 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.47 |
| HSL | 354.15º | 0.18% | 0.45% | - |
| HSV(B) | 354.15º | 0.3% | 0.53% | - |
| XYZ | 16.2 | 14.04 | 13.41 | - |
| YUV | 106.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 98 | 0 | 0.30 | 0.27 | 0.47 | 354.15 | 0.18 | 0.45 |
| Hex | 87 | 5E | 62 | 0 | 1E | 1B | 2F | 162 | 12 | 2D |
| Octal | 207 | 136 | 142 | 0 | 36 | 33 | 57 | 542 | 22 | 55 |
| Binary | 10000111 | 1011110 | 1100010 | 0 | 11110 | 11011 | 101111 | 101100010 | 10010 | 101101 |
Color Harmonies of #875E62
Complementary color
Monochromatic Colors of #875E62
Black with #875E62
Text Example
Text Example
White with #875E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875E62; }
p { color: rgb(135,94,98); }
H1.HeaderClassName
{
color: #875E62;
}
.AnyTagClassName
{
color: #875E62;
}
</style>
background-color css
<style>
a { background-color: #875E62; }
a { background-color: rgb(135,94,98); }
div.DivClassName
{
background-color: #875E62;
}
.BgClassName
{
background-color: #875E62;
}
</style>
border-color css
<style>
span { border-color: #875E62; }
span { border-color: rgb(135,94,98); }
td.TdClassName
{
border-color: #875E62;
}
.TagClassName
{
border-color: #875E62;
}
</style>