Shades of Mauve Taupe #996A78
Tints of Mauve Taupe #996A78
RGB
CMYK
RGB Variations
Color information
#996A78 (or 0x996A78) is known color: Mauve Taupe. HEX triplet: 99, 6A and 78. RGB value is (153,106,120). Sum of RGB (Red+Green+Blue) = 153+106+120=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #996A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A78 is #669587. Grayscale: #797979. Windows color (decimal): -6722952 or 7891609. OLE color: 7891609.
HSL color Cylindrical-coordinate representation of color #996A78: hue angle of 342.13º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996A78 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 106 | 120 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.4 |
| HSL | 342.13º | 0.19% | 0.51% | - |
| HSV(B) | 342.13º | 0.31% | 0.6% | - |
| XYZ | 21.68 | 18.44 | 20.19 | - |
| YUV | 121.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 120 | 0 | 0.31 | 0.22 | 0.4 | 342.13 | 0.19 | 0.51 |
| Hex | 99 | 6A | 78 | 0 | 1F | 16 | 28 | 156 | 13 | 33 |
| Octal | 231 | 152 | 170 | 0 | 37 | 26 | 50 | 526 | 23 | 63 |
| Binary | 10011001 | 1101010 | 1111000 | 0 | 11111 | 10110 | 101000 | 101010110 | 10011 | 110011 |
Color Harmonies of #996A78
Complementary color
Monochromatic Colors of #996A78
Black with #996A78
Text Example
Text Example
White with #996A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996A78; }
p { color: rgb(153,106,120); }
H1.HeaderClassName
{
color: #996A78;
}
.AnyTagClassName
{
color: #996A78;
}
</style>
background-color css
<style>
a { background-color: #996A78; }
a { background-color: rgb(153,106,120); }
div.DivClassName
{
background-color: #996A78;
}
.BgClassName
{
background-color: #996A78;
}
</style>
border-color css
<style>
span { border-color: #996A78; }
span { border-color: rgb(153,106,120); }
td.TdClassName
{
border-color: #996A78;
}
.TagClassName
{
border-color: #996A78;
}
</style>