Shades of Mauve Taupe #966677
Tints of Mauve Taupe #966677
RGB
CMYK
RGB Variations
Color information
#966677 (or 0x966677) is known color: Mauve Taupe. HEX triplet: 96, 66 and 77. RGB value is (150,102,119). Sum of RGB (Red+Green+Blue) = 150+102+119=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #966677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966677 is #699988. Grayscale: #767676. Windows color (decimal): -6920585 or 7825046. OLE color: 7825046.
HSL color Cylindrical-coordinate representation of color #966677: hue angle of 338.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #966677 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 119 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.41 |
| HSL | 338.75º | 0.19% | 0.49% | - |
| HSV(B) | 338.75º | 0.32% | 0.59% | - |
| XYZ | 20.66 | 17.32 | 19.71 | - |
| YUV | 118.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 119 | 0 | 0.32 | 0.21 | 0.41 | 338.75 | 0.19 | 0.49 |
| Hex | 96 | 66 | 77 | 0 | 20 | 15 | 29 | 153 | 13 | 31 |
| Octal | 226 | 146 | 167 | 0 | 40 | 25 | 51 | 523 | 23 | 61 |
| Binary | 10010110 | 1100110 | 1110111 | 0 | 100000 | 10101 | 101001 | 101010011 | 10011 | 110001 |
Color Harmonies of #966677
Complementary color
Monochromatic Colors of #966677
Black with #966677
Text Example
Text Example
White with #966677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966677; }
p { color: rgb(150,102,119); }
H1.HeaderClassName
{
color: #966677;
}
.AnyTagClassName
{
color: #966677;
}
</style>
background-color css
<style>
a { background-color: #966677; }
a { background-color: rgb(150,102,119); }
div.DivClassName
{
background-color: #966677;
}
.BgClassName
{
background-color: #966677;
}
</style>
border-color css
<style>
span { border-color: #966677; }
span { border-color: rgb(150,102,119); }
td.TdClassName
{
border-color: #966677;
}
.TagClassName
{
border-color: #966677;
}
</style>