Shades of Mauve Taupe #976974
Tints of Mauve Taupe #976974
RGB
CMYK
RGB Variations
Color information
#976974 (or 0x976974) is known color: Mauve Taupe. HEX triplet: 97, 69 and 74. RGB value is (151,105,116). Sum of RGB (Red+Green+Blue) = 151+105+116=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 151 - color contains mainly: red. Hex color #976974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976974 is #68968B. Grayscale: #787878. Windows color (decimal): -6854284 or 7629207. OLE color: 7629207.
HSL color Cylindrical-coordinate representation of color #976974: hue angle of 345.65º 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 #976974 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 105 | 116 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.41 |
| HSL | 345.65º | 0.18% | 0.5% | - |
| HSV(B) | 345.65º | 0.3% | 0.59% | - |
| XYZ | 20.97 | 17.94 | 18.88 | - |
| YUV | 120.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 105 | 116 | 0 | 0.30 | 0.23 | 0.41 | 345.65 | 0.18 | 0.5 |
| Hex | 97 | 69 | 74 | 0 | 1E | 17 | 29 | 15A | 12 | 32 |
| Octal | 227 | 151 | 164 | 0 | 36 | 27 | 51 | 532 | 22 | 62 |
| Binary | 10010111 | 1101001 | 1110100 | 0 | 11110 | 10111 | 101001 | 101011010 | 10010 | 110010 |
Color Harmonies of #976974
Complementary color
Monochromatic Colors of #976974
Black with #976974
Text Example
Text Example
White with #976974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976974; }
p { color: rgb(151,105,116); }
H1.HeaderClassName
{
color: #976974;
}
.AnyTagClassName
{
color: #976974;
}
</style>
background-color css
<style>
a { background-color: #976974; }
a { background-color: rgb(151,105,116); }
div.DivClassName
{
background-color: #976974;
}
.BgClassName
{
background-color: #976974;
}
</style>
border-color css
<style>
span { border-color: #976974; }
span { border-color: rgb(151,105,116); }
td.TdClassName
{
border-color: #976974;
}
.TagClassName
{
border-color: #976974;
}
</style>