Shades of Mauve Taupe #87666E
Tints of Mauve Taupe #87666E
RGB
CMYK
RGB Variations
Color information
#87666E (or 0x87666E) is known color: Mauve Taupe. HEX triplet: 87, 66 and 6E. RGB value is (135,102,110). Sum of RGB (Red+Green+Blue) = 135+102+110=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 135 - color contains mainly: red. Hex color #87666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87666E is #789991. Grayscale: #707070. Windows color (decimal): -7903634 or 7235207. OLE color: 7235207.
HSL color Cylindrical-coordinate representation of color #87666E: hue angle of 345.45º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #87666E is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 102 | 110 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.47 |
| HSL | 345.45º | 0.14% | 0.46% | - |
| HSV(B) | 345.45º | 0.24% | 0.53% | - |
| XYZ | 17.56 | 15.78 | 16.87 | - |
| YUV | 112.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 110 | 0 | 0.24 | 0.19 | 0.47 | 345.45 | 0.14 | 0.46 |
| Hex | 87 | 66 | 6E | 0 | 18 | 13 | 2F | 159 | E | 2E |
| Octal | 207 | 146 | 156 | 0 | 30 | 23 | 57 | 531 | 16 | 56 |
| Binary | 10000111 | 1100110 | 1101110 | 0 | 11000 | 10011 | 101111 | 101011001 | 1110 | 101110 |
Color Harmonies of #87666E
Complementary color
Monochromatic Colors of #87666E
Black with #87666E
Text Example
Text Example
White with #87666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87666E; }
p { color: rgb(135,102,110); }
H1.HeaderClassName
{
color: #87666E;
}
.AnyTagClassName
{
color: #87666E;
}
</style>
background-color css
<style>
a { background-color: #87666E; }
a { background-color: rgb(135,102,110); }
div.DivClassName
{
background-color: #87666E;
}
.BgClassName
{
background-color: #87666E;
}
</style>
border-color css
<style>
span { border-color: #87666E; }
span { border-color: rgb(135,102,110); }
td.TdClassName
{
border-color: #87666E;
}
.TagClassName
{
border-color: #87666E;
}
</style>