Shades of Mauve Taupe #87656B
Tints of Mauve Taupe #87656B
RGB
CMYK
RGB Variations
Color information
#87656B (or 0x87656B) is known color: Mauve Taupe. HEX triplet: 87, 65 and 6B. RGB value is (135,101,107). Sum of RGB (Red+Green+Blue) = 135+101+107=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #87656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87656B is #789A94. Grayscale: #6F6F6F. Windows color (decimal): -7903893 or 7038343. OLE color: 7038343.
HSL color Cylindrical-coordinate representation of color #87656B: hue angle of 349.41º 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 #87656B is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 101 | 107 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.47 |
| HSL | 349.41º | 0.14% | 0.46% | - |
| HSV(B) | 349.41º | 0.25% | 0.53% | - |
| XYZ | 17.3 | 15.52 | 15.99 | - |
| YUV | 111.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 101 | 107 | 0 | 0.25 | 0.21 | 0.47 | 349.41 | 0.14 | 0.46 |
| Hex | 87 | 65 | 6B | 0 | 19 | 15 | 2F | 15D | E | 2E |
| Octal | 207 | 145 | 153 | 0 | 31 | 25 | 57 | 535 | 16 | 56 |
| Binary | 10000111 | 1100101 | 1101011 | 0 | 11001 | 10101 | 101111 | 101011101 | 1110 | 101110 |
Color Harmonies of #87656B
Complementary color
Monochromatic Colors of #87656B
Black with #87656B
Text Example
Text Example
White with #87656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87656B; }
p { color: rgb(135,101,107); }
H1.HeaderClassName
{
color: #87656B;
}
.AnyTagClassName
{
color: #87656B;
}
</style>
background-color css
<style>
a { background-color: #87656B; }
a { background-color: rgb(135,101,107); }
div.DivClassName
{
background-color: #87656B;
}
.BgClassName
{
background-color: #87656B;
}
</style>
border-color css
<style>
span { border-color: #87656B; }
span { border-color: rgb(135,101,107); }
td.TdClassName
{
border-color: #87656B;
}
.TagClassName
{
border-color: #87656B;
}
</style>