Shades of Mauve Taupe #886574
Tints of Mauve Taupe #886574
RGB
CMYK
RGB Variations
Color information
#886574 (or 0x886574) is known color: Mauve Taupe. HEX triplet: 88, 65 and 74. RGB value is (136,101,116). Sum of RGB (Red+Green+Blue) = 136+101+116=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #886574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886574 is #779A8B. Grayscale: #717171. Windows color (decimal): -7838348 or 7628168. OLE color: 7628168.
HSL color Cylindrical-coordinate representation of color #886574: hue angle of 334.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #886574 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 101 | 116 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.47 |
| HSL | 334.29º | 0.15% | 0.46% | - |
| HSV(B) | 334.29º | 0.26% | 0.53% | - |
| XYZ | 17.96 | 15.8 | 18.63 | - |
| YUV | 113.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 116 | 0 | 0.26 | 0.15 | 0.47 | 334.29 | 0.15 | 0.46 |
| Hex | 88 | 65 | 74 | 0 | 1A | F | 2F | 14E | F | 2E |
| Octal | 210 | 145 | 164 | 0 | 32 | 17 | 57 | 516 | 17 | 56 |
| Binary | 10001000 | 1100101 | 1110100 | 0 | 11010 | 1111 | 101111 | 101001110 | 1111 | 101110 |
Color Harmonies of #886574
Complementary color
Monochromatic Colors of #886574
Black with #886574
Text Example
Text Example
White with #886574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886574; }
p { color: rgb(136,101,116); }
H1.HeaderClassName
{
color: #886574;
}
.AnyTagClassName
{
color: #886574;
}
</style>
background-color css
<style>
a { background-color: #886574; }
a { background-color: rgb(136,101,116); }
div.DivClassName
{
background-color: #886574;
}
.BgClassName
{
background-color: #886574;
}
</style>
border-color css
<style>
span { border-color: #886574; }
span { border-color: rgb(136,101,116); }
td.TdClassName
{
border-color: #886574;
}
.TagClassName
{
border-color: #886574;
}
</style>