Shades of Mauve Taupe #88676D
Tints of Mauve Taupe #88676D
RGB
CMYK
RGB Variations
Color information
#88676D (or 0x88676D) is known color: Mauve Taupe. HEX triplet: 88, 67 and 6D. RGB value is (136,103,109). Sum of RGB (Red+Green+Blue) = 136+103+109=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #88676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88676D is #779892. Grayscale: #717171. Windows color (decimal): -7837843 or 7169928. OLE color: 7169928.
HSL color Cylindrical-coordinate representation of color #88676D: hue angle of 349.09º 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 #88676D is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 103 | 109 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.47 |
| HSL | 349.09º | 0.14% | 0.47% | - |
| HSV(B) | 349.09º | 0.24% | 0.53% | - |
| XYZ | 17.76 | 16.04 | 16.63 | - |
| YUV | 113.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 103 | 109 | 0 | 0.24 | 0.20 | 0.47 | 349.09 | 0.14 | 0.47 |
| Hex | 88 | 67 | 6D | 0 | 18 | 14 | 2F | 15D | E | 2F |
| Octal | 210 | 147 | 155 | 0 | 30 | 24 | 57 | 535 | 16 | 57 |
| Binary | 10001000 | 1100111 | 1101101 | 0 | 11000 | 10100 | 101111 | 101011101 | 1110 | 101111 |
Color Harmonies of #88676D
Complementary color
Monochromatic Colors of #88676D
Black with #88676D
Text Example
Text Example
White with #88676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88676D; }
p { color: rgb(136,103,109); }
H1.HeaderClassName
{
color: #88676D;
}
.AnyTagClassName
{
color: #88676D;
}
</style>
background-color css
<style>
a { background-color: #88676D; }
a { background-color: rgb(136,103,109); }
div.DivClassName
{
background-color: #88676D;
}
.BgClassName
{
background-color: #88676D;
}
</style>
border-color css
<style>
span { border-color: #88676D; }
span { border-color: rgb(136,103,109); }
td.TdClassName
{
border-color: #88676D;
}
.TagClassName
{
border-color: #88676D;
}
</style>