Shades of Mauve Taupe #966077
Tints of Mauve Taupe #966077
RGB
CMYK
RGB Variations
Color information
#966077 (or 0x966077) is known color: Mauve Taupe. HEX triplet: 96, 60 and 77. RGB value is (150,96,119). Sum of RGB (Red+Green+Blue) = 150+96+119=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #966077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966077 is #699F88. Grayscale: #727272. Windows color (decimal): -6922121 or 7823510. OLE color: 7823510.
HSL color Cylindrical-coordinate representation of color #966077: hue angle of 334.44º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #966077 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 119 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.41 |
| HSL | 334.44º | 0.22% | 0.48% | - |
| HSV(B) | 334.44º | 0.36% | 0.59% | - |
| XYZ | 20.09 | 16.18 | 19.52 | - |
| YUV | 114.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 119 | 0 | 0.36 | 0.21 | 0.41 | 334.44 | 0.22 | 0.48 |
| Hex | 96 | 60 | 77 | 0 | 24 | 15 | 29 | 14E | 16 | 30 |
| Octal | 226 | 140 | 167 | 0 | 44 | 25 | 51 | 516 | 26 | 60 |
| Binary | 10010110 | 1100000 | 1110111 | 0 | 100100 | 10101 | 101001 | 101001110 | 10110 | 110000 |
Color Harmonies of #966077
Complementary color
Monochromatic Colors of #966077
Black with #966077
Text Example
Text Example
White with #966077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966077; }
p { color: rgb(150,96,119); }
H1.HeaderClassName
{
color: #966077;
}
.AnyTagClassName
{
color: #966077;
}
</style>
background-color css
<style>
a { background-color: #966077; }
a { background-color: rgb(150,96,119); }
div.DivClassName
{
background-color: #966077;
}
.BgClassName
{
background-color: #966077;
}
</style>
border-color css
<style>
span { border-color: #966077; }
span { border-color: rgb(150,96,119); }
td.TdClassName
{
border-color: #966077;
}
.TagClassName
{
border-color: #966077;
}
</style>