Shades of Mauve Taupe #88626C
Tints of Mauve Taupe #88626C
RGB
CMYK
RGB Variations
Color information
#88626C (or 0x88626C) is known color: Mauve Taupe. HEX triplet: 88, 62 and 6C. RGB value is (136,98,108). Sum of RGB (Red+Green+Blue) = 136+98+108=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 136 - color contains mainly: red. Hex color #88626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88626C is #779D93. Grayscale: #6E6E6E. Windows color (decimal): -7839124 or 7103112. OLE color: 7103112.
HSL color Cylindrical-coordinate representation of color #88626C: hue angle of 344.21º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88626C is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 98 | 108 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.47 |
| HSL | 344.21º | 0.16% | 0.46% | - |
| HSV(B) | 344.21º | 0.28% | 0.53% | - |
| XYZ | 17.23 | 15.05 | 16.18 | - |
| YUV | 110.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 98 | 108 | 0 | 0.28 | 0.21 | 0.47 | 344.21 | 0.16 | 0.46 |
| Hex | 88 | 62 | 6C | 0 | 1C | 15 | 2F | 158 | 10 | 2E |
| Octal | 210 | 142 | 154 | 0 | 34 | 25 | 57 | 530 | 20 | 56 |
| Binary | 10001000 | 1100010 | 1101100 | 0 | 11100 | 10101 | 101111 | 101011000 | 10000 | 101110 |
Color Harmonies of #88626C
Complementary color
Monochromatic Colors of #88626C
Black with #88626C
Text Example
Text Example
White with #88626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88626C; }
p { color: rgb(136,98,108); }
H1.HeaderClassName
{
color: #88626C;
}
.AnyTagClassName
{
color: #88626C;
}
</style>
background-color css
<style>
a { background-color: #88626C; }
a { background-color: rgb(136,98,108); }
div.DivClassName
{
background-color: #88626C;
}
.BgClassName
{
background-color: #88626C;
}
</style>
border-color css
<style>
span { border-color: #88626C; }
span { border-color: rgb(136,98,108); }
td.TdClassName
{
border-color: #88626C;
}
.TagClassName
{
border-color: #88626C;
}
</style>