Shades of Mauve Taupe #88686E
Tints of Mauve Taupe #88686E
RGB
CMYK
RGB Variations
Color information
#88686E (or 0x88686E) is known color: Mauve Taupe. HEX triplet: 88, 68 and 6E. RGB value is (136,104,110). Sum of RGB (Red+Green+Blue) = 136+104+110=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #88686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88686E is #779791. Grayscale: #727272. Windows color (decimal): -7837586 or 7235720. OLE color: 7235720.
HSL color Cylindrical-coordinate representation of color #88686E: hue angle of 348.75º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88686E is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 104 | 110 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.47 |
| HSL | 348.75º | 0.13% | 0.47% | - |
| HSV(B) | 348.75º | 0.24% | 0.53% | - |
| XYZ | 17.92 | 16.26 | 16.95 | - |
| YUV | 114.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 104 | 110 | 0 | 0.24 | 0.19 | 0.47 | 348.75 | 0.13 | 0.47 |
| Hex | 88 | 68 | 6E | 0 | 18 | 13 | 2F | 15D | D | 2F |
| Octal | 210 | 150 | 156 | 0 | 30 | 23 | 57 | 535 | 15 | 57 |
| Binary | 10001000 | 1101000 | 1101110 | 0 | 11000 | 10011 | 101111 | 101011101 | 1101 | 101111 |
Color Harmonies of #88686E
Complementary color
Monochromatic Colors of #88686E
Black with #88686E
Text Example
Text Example
White with #88686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88686E; }
p { color: rgb(136,104,110); }
H1.HeaderClassName
{
color: #88686E;
}
.AnyTagClassName
{
color: #88686E;
}
</style>
background-color css
<style>
a { background-color: #88686E; }
a { background-color: rgb(136,104,110); }
div.DivClassName
{
background-color: #88686E;
}
.BgClassName
{
background-color: #88686E;
}
</style>
border-color css
<style>
span { border-color: #88686E; }
span { border-color: rgb(136,104,110); }
td.TdClassName
{
border-color: #88686E;
}
.TagClassName
{
border-color: #88686E;
}
</style>