Shades of Mauve Taupe #976771
Tints of Mauve Taupe #976771
RGB
CMYK
RGB Variations
Color information
#976771 (or 0x976771) is known color: Mauve Taupe. HEX triplet: 97, 67 and 71. RGB value is (151,103,113). Sum of RGB (Red+Green+Blue) = 151+103+113=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #976771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976771 is #68988E. Grayscale: #767676. Windows color (decimal): -6854799 or 7432087. OLE color: 7432087.
HSL color Cylindrical-coordinate representation of color #976771: hue angle of 347.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #976771 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 103 | 113 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.41 |
| HSL | 347.5º | 0.19% | 0.5% | - |
| HSV(B) | 347.5º | 0.32% | 0.59% | - |
| XYZ | 20.59 | 17.47 | 17.91 | - |
| YUV | 118.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 103 | 113 | 0 | 0.32 | 0.25 | 0.41 | 347.5 | 0.19 | 0.5 |
| Hex | 97 | 67 | 71 | 0 | 20 | 19 | 29 | 15C | 13 | 32 |
| Octal | 227 | 147 | 161 | 0 | 40 | 31 | 51 | 534 | 23 | 62 |
| Binary | 10010111 | 1100111 | 1110001 | 0 | 100000 | 11001 | 101001 | 101011100 | 10011 | 110010 |
Color Harmonies of #976771
Complementary color
Monochromatic Colors of #976771
Black with #976771
Text Example
Text Example
White with #976771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976771; }
p { color: rgb(151,103,113); }
H1.HeaderClassName
{
color: #976771;
}
.AnyTagClassName
{
color: #976771;
}
</style>
background-color css
<style>
a { background-color: #976771; }
a { background-color: rgb(151,103,113); }
div.DivClassName
{
background-color: #976771;
}
.BgClassName
{
background-color: #976771;
}
</style>
border-color css
<style>
span { border-color: #976771; }
span { border-color: rgb(151,103,113); }
td.TdClassName
{
border-color: #976771;
}
.TagClassName
{
border-color: #976771;
}
</style>