Shades of Mauve Taupe #966772
Tints of Mauve Taupe #966772
RGB
CMYK
RGB Variations
Color information
#966772 (or 0x966772) is known color: Mauve Taupe. HEX triplet: 96, 67 and 72. RGB value is (150,103,114). Sum of RGB (Red+Green+Blue) = 150+103+114=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #966772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966772 is #69988D. Grayscale: #767676. Windows color (decimal): -6920334 or 7497622. OLE color: 7497622.
HSL color Cylindrical-coordinate representation of color #966772: hue angle of 345.96º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966772 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 114 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.41 |
| HSL | 345.96º | 0.19% | 0.5% | - |
| HSV(B) | 345.96º | 0.31% | 0.59% | - |
| XYZ | 20.47 | 17.4 | 18.2 | - |
| YUV | 118.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 114 | 0 | 0.31 | 0.24 | 0.41 | 345.96 | 0.19 | 0.5 |
| Hex | 96 | 67 | 72 | 0 | 1F | 18 | 29 | 15A | 13 | 32 |
| Octal | 226 | 147 | 162 | 0 | 37 | 30 | 51 | 532 | 23 | 62 |
| Binary | 10010110 | 1100111 | 1110010 | 0 | 11111 | 11000 | 101001 | 101011010 | 10011 | 110010 |
Color Harmonies of #966772
Complementary color
Monochromatic Colors of #966772
Black with #966772
Text Example
Text Example
White with #966772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966772; }
p { color: rgb(150,103,114); }
H1.HeaderClassName
{
color: #966772;
}
.AnyTagClassName
{
color: #966772;
}
</style>
background-color css
<style>
a { background-color: #966772; }
a { background-color: rgb(150,103,114); }
div.DivClassName
{
background-color: #966772;
}
.BgClassName
{
background-color: #966772;
}
</style>
border-color css
<style>
span { border-color: #966772; }
span { border-color: rgb(150,103,114); }
td.TdClassName
{
border-color: #966772;
}
.TagClassName
{
border-color: #966772;
}
</style>