Shades of Mauve Taupe #976972
Tints of Mauve Taupe #976972
RGB
CMYK
RGB Variations
Color information
#976972 (or 0x976972) is known color: Mauve Taupe. HEX triplet: 97, 69 and 72. RGB value is (151,105,114). Sum of RGB (Red+Green+Blue) = 151+105+114=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #976972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976972 is #68968D. Grayscale: #777777. Windows color (decimal): -6854286 or 7498135. OLE color: 7498135.
HSL color Cylindrical-coordinate representation of color #976972: hue angle of 348.26º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #976972 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 105 | 114 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.41 |
| HSL | 348.26º | 0.18% | 0.5% | - |
| HSV(B) | 348.26º | 0.3% | 0.59% | - |
| XYZ | 20.85 | 17.9 | 18.28 | - |
| YUV | 119.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 105 | 114 | 0 | 0.30 | 0.25 | 0.41 | 348.26 | 0.18 | 0.5 |
| Hex | 97 | 69 | 72 | 0 | 1E | 19 | 29 | 15C | 12 | 32 |
| Octal | 227 | 151 | 162 | 0 | 36 | 31 | 51 | 534 | 22 | 62 |
| Binary | 10010111 | 1101001 | 1110010 | 0 | 11110 | 11001 | 101001 | 101011100 | 10010 | 110010 |
Color Harmonies of #976972
Complementary color
Monochromatic Colors of #976972
Black with #976972
Text Example
Text Example
White with #976972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976972; }
p { color: rgb(151,105,114); }
H1.HeaderClassName
{
color: #976972;
}
.AnyTagClassName
{
color: #976972;
}
</style>
background-color css
<style>
a { background-color: #976972; }
a { background-color: rgb(151,105,114); }
div.DivClassName
{
background-color: #976972;
}
.BgClassName
{
background-color: #976972;
}
</style>
border-color css
<style>
span { border-color: #976972; }
span { border-color: rgb(151,105,114); }
td.TdClassName
{
border-color: #976972;
}
.TagClassName
{
border-color: #976972;
}
</style>