Shades of Mauve Taupe #996877
Tints of Mauve Taupe #996877
RGB
CMYK
RGB Variations
Color information
#996877 (or 0x996877) is known color: Mauve Taupe. HEX triplet: 99, 68 and 77. RGB value is (153,104,119). Sum of RGB (Red+Green+Blue) = 153+104+119=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #996877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996877 is #669788. Grayscale: #787878. Windows color (decimal): -6723465 or 7825561. OLE color: 7825561.
HSL color Cylindrical-coordinate representation of color #996877: hue angle of 341.63º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #996877 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
RGB | 153 | 104 | 119 | - |
CMYK | 0 | 0.32 | 0.22 | 0.4 |
HSL | 341.63º | 0.19% | 0.5% | - |
HSV(B) | 341.63º | 0.32% | 0.6% | - |
XYZ | 21.42 | 18 | 19.8 | - |
YUV | 120.36 | 127.23 | 151.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 153 | 104 | 119 | 0 | 0.32 | 0.22 | 0.4 | 341.63 | 0.19 | 0.5 |
Hex | 99 | 68 | 77 | 0 | 20 | 16 | 28 | 156 | 13 | 32 |
Octal | 231 | 150 | 167 | 0 | 40 | 26 | 50 | 526 | 23 | 62 |
Binary | 10011001 | 1101000 | 1110111 | 0 | 100000 | 10110 | 101000 | 101010110 | 10011 | 110010 |
Color Harmonies of #996877
Complementary color
Monochromatic Colors of #996877
Black with #996877
Text Example
Text Example
White with #996877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996877; }
p { color: rgb(153,104,119); }
H1.HeaderClassName
{
color: #996877;
}
.AnyTagClassName
{
color: #996877;
}
</style>
background-color css
<style>
a { background-color: #996877; }
a { background-color: rgb(153,104,119); }
div.DivClassName
{
background-color: #996877;
}
.BgClassName
{
background-color: #996877;
}
</style>
border-color css
<style>
span { border-color: #996877; }
span { border-color: rgb(153,104,119); }
td.TdClassName
{
border-color: #996877;
}
.TagClassName
{
border-color: #996877;
}
</style>