Shades of Mauve Taupe #966B77
Tints of Mauve Taupe #966B77
RGB
CMYK
RGB Variations
Color information
#966B77 (or 0x966B77) is known color: Mauve Taupe. HEX triplet: 96, 6B and 77. RGB value is (150,107,119). Sum of RGB (Red+Green+Blue) = 150+107+119=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #966B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966B77 is #699488. Grayscale: #797979. Windows color (decimal): -6919305 or 7826326. OLE color: 7826326.
HSL color Cylindrical-coordinate representation of color #966B77: hue angle of 343.26º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #966B77 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 107 | 119 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.41 |
| HSL | 343.26º | 0.17% | 0.5% | - |
| HSV(B) | 343.26º | 0.29% | 0.59% | - |
| XYZ | 21.17 | 18.33 | 19.88 | - |
| YUV | 121.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 119 | 0 | 0.29 | 0.21 | 0.41 | 343.26 | 0.17 | 0.5 |
| Hex | 96 | 6B | 77 | 0 | 1D | 15 | 29 | 157 | 11 | 32 |
| Octal | 226 | 153 | 167 | 0 | 35 | 25 | 51 | 527 | 21 | 62 |
| Binary | 10010110 | 1101011 | 1110111 | 0 | 11101 | 10101 | 101001 | 101010111 | 10001 | 110010 |
Color Harmonies of #966B77
Complementary color
Monochromatic Colors of #966B77
Black with #966B77
Text Example
Text Example
White with #966B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966B77; }
p { color: rgb(150,107,119); }
H1.HeaderClassName
{
color: #966B77;
}
.AnyTagClassName
{
color: #966B77;
}
</style>
background-color css
<style>
a { background-color: #966B77; }
a { background-color: rgb(150,107,119); }
div.DivClassName
{
background-color: #966B77;
}
.BgClassName
{
background-color: #966B77;
}
</style>
border-color css
<style>
span { border-color: #966B77; }
span { border-color: rgb(150,107,119); }
td.TdClassName
{
border-color: #966B77;
}
.TagClassName
{
border-color: #966B77;
}
</style>