Shades of Mauve Taupe #87656D
Tints of Mauve Taupe #87656D
RGB
CMYK
RGB Variations
Color information
#87656D (or 0x87656D) is known color: Mauve Taupe. HEX triplet: 87, 65 and 6D. RGB value is (135,101,109). Sum of RGB (Red+Green+Blue) = 135+101+109=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #87656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87656D is #789A92. Grayscale: #707070. Windows color (decimal): -7903891 or 7169415. OLE color: 7169415.
HSL color Cylindrical-coordinate representation of color #87656D: hue angle of 345.88º 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 #87656D is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 101 | 109 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.47 |
| HSL | 345.88º | 0.14% | 0.46% | - |
| HSV(B) | 345.88º | 0.25% | 0.53% | - |
| XYZ | 17.41 | 15.56 | 16.55 | - |
| YUV | 112.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 101 | 109 | 0 | 0.25 | 0.19 | 0.47 | 345.88 | 0.14 | 0.46 |
| Hex | 87 | 65 | 6D | 0 | 19 | 13 | 2F | 15A | E | 2E |
| Octal | 207 | 145 | 155 | 0 | 31 | 23 | 57 | 532 | 16 | 56 |
| Binary | 10000111 | 1100101 | 1101101 | 0 | 11001 | 10011 | 101111 | 101011010 | 1110 | 101110 |
Color Harmonies of #87656D
Complementary color
Monochromatic Colors of #87656D
Black with #87656D
Text Example
Text Example
White with #87656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87656D; }
p { color: rgb(135,101,109); }
H1.HeaderClassName
{
color: #87656D;
}
.AnyTagClassName
{
color: #87656D;
}
</style>
background-color css
<style>
a { background-color: #87656D; }
a { background-color: rgb(135,101,109); }
div.DivClassName
{
background-color: #87656D;
}
.BgClassName
{
background-color: #87656D;
}
</style>
border-color css
<style>
span { border-color: #87656D; }
span { border-color: rgb(135,101,109); }
td.TdClassName
{
border-color: #87656D;
}
.TagClassName
{
border-color: #87656D;
}
</style>