Shades of Mauve Taupe #88676E
Tints of Mauve Taupe #88676E
RGB
CMYK
RGB Variations
Color information
#88676E (or 0x88676E) is known color: Mauve Taupe. HEX triplet: 88, 67 and 6E. RGB value is (136,103,110). Sum of RGB (Red+Green+Blue) = 136+103+110=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #88676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88676E is #779891. Grayscale: #717171. Windows color (decimal): -7837842 or 7235464. OLE color: 7235464.
HSL color Cylindrical-coordinate representation of color #88676E: hue angle of 347.27º degrees, saturation: 0.14, 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 #88676E is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 103 | 110 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.47 |
| HSL | 347.27º | 0.14% | 0.47% | - |
| HSV(B) | 347.27º | 0.24% | 0.53% | - |
| XYZ | 17.82 | 16.06 | 16.91 | - |
| YUV | 113.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 103 | 110 | 0 | 0.24 | 0.19 | 0.47 | 347.27 | 0.14 | 0.47 |
| Hex | 88 | 67 | 6E | 0 | 18 | 13 | 2F | 15B | E | 2F |
| Octal | 210 | 147 | 156 | 0 | 30 | 23 | 57 | 533 | 16 | 57 |
| Binary | 10001000 | 1100111 | 1101110 | 0 | 11000 | 10011 | 101111 | 101011011 | 1110 | 101111 |
Color Harmonies of #88676E
Complementary color
Monochromatic Colors of #88676E
Black with #88676E
Text Example
Text Example
White with #88676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88676E; }
p { color: rgb(136,103,110); }
H1.HeaderClassName
{
color: #88676E;
}
.AnyTagClassName
{
color: #88676E;
}
</style>
background-color css
<style>
a { background-color: #88676E; }
a { background-color: rgb(136,103,110); }
div.DivClassName
{
background-color: #88676E;
}
.BgClassName
{
background-color: #88676E;
}
</style>
border-color css
<style>
span { border-color: #88676E; }
span { border-color: rgb(136,103,110); }
td.TdClassName
{
border-color: #88676E;
}
.TagClassName
{
border-color: #88676E;
}
</style>