Shades of Mauve Taupe #966477
Tints of Mauve Taupe #966477
RGB
CMYK
RGB Variations
Color information
#966477 (or 0x966477) is known color: Mauve Taupe. HEX triplet: 96, 64 and 77. RGB value is (150,100,119). Sum of RGB (Red+Green+Blue) = 150+100+119=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #966477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966477 is #699B88. Grayscale: #757575. Windows color (decimal): -6921097 or 7824534. OLE color: 7824534.
HSL color Cylindrical-coordinate representation of color #966477: hue angle of 337.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #966477 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 100 | 119 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.41 |
| HSL | 337.2º | 0.2% | 0.49% | - |
| HSV(B) | 337.2º | 0.33% | 0.59% | - |
| XYZ | 20.46 | 16.93 | 19.64 | - |
| YUV | 117.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 119 | 0 | 0.33 | 0.21 | 0.41 | 337.2 | 0.2 | 0.49 |
| Hex | 96 | 64 | 77 | 0 | 21 | 15 | 29 | 151 | 14 | 31 |
| Octal | 226 | 144 | 167 | 0 | 41 | 25 | 51 | 521 | 24 | 61 |
| Binary | 10010110 | 1100100 | 1110111 | 0 | 100001 | 10101 | 101001 | 101010001 | 10100 | 110001 |
Color Harmonies of #966477
Complementary color
Monochromatic Colors of #966477
Black with #966477
Text Example
Text Example
White with #966477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966477; }
p { color: rgb(150,100,119); }
H1.HeaderClassName
{
color: #966477;
}
.AnyTagClassName
{
color: #966477;
}
</style>
background-color css
<style>
a { background-color: #966477; }
a { background-color: rgb(150,100,119); }
div.DivClassName
{
background-color: #966477;
}
.BgClassName
{
background-color: #966477;
}
</style>
border-color css
<style>
span { border-color: #966477; }
span { border-color: rgb(150,100,119); }
td.TdClassName
{
border-color: #966477;
}
.TagClassName
{
border-color: #966477;
}
</style>