Shades of Mauve Taupe #87646E
Tints of Mauve Taupe #87646E
RGB
CMYK
RGB Variations
Color information
#87646E (or 0x87646E) is known color: Mauve Taupe. HEX triplet: 87, 64 and 6E. RGB value is (135,100,110). Sum of RGB (Red+Green+Blue) = 135+100+110=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #87646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87646E is #789B91. Grayscale: #6F6F6F. Windows color (decimal): -7904146 or 7234695. OLE color: 7234695.
HSL color Cylindrical-coordinate representation of color #87646E: hue angle of 342.86º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #87646E is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 100 | 110 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.47 |
| HSL | 342.86º | 0.15% | 0.46% | - |
| HSV(B) | 342.86º | 0.26% | 0.53% | - |
| XYZ | 17.36 | 15.39 | 16.81 | - |
| YUV | 111.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 110 | 0 | 0.26 | 0.19 | 0.47 | 342.86 | 0.15 | 0.46 |
| Hex | 87 | 64 | 6E | 0 | 1A | 13 | 2F | 157 | F | 2E |
| Octal | 207 | 144 | 156 | 0 | 32 | 23 | 57 | 527 | 17 | 56 |
| Binary | 10000111 | 1100100 | 1101110 | 0 | 11010 | 10011 | 101111 | 101010111 | 1111 | 101110 |
Color Harmonies of #87646E
Complementary color
Monochromatic Colors of #87646E
Black with #87646E
Text Example
Text Example
White with #87646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87646E; }
p { color: rgb(135,100,110); }
H1.HeaderClassName
{
color: #87646E;
}
.AnyTagClassName
{
color: #87646E;
}
</style>
background-color css
<style>
a { background-color: #87646E; }
a { background-color: rgb(135,100,110); }
div.DivClassName
{
background-color: #87646E;
}
.BgClassName
{
background-color: #87646E;
}
</style>
border-color css
<style>
span { border-color: #87646E; }
span { border-color: rgb(135,100,110); }
td.TdClassName
{
border-color: #87646E;
}
.TagClassName
{
border-color: #87646E;
}
</style>