Shades of Mauve Taupe #976A74
Tints of Mauve Taupe #976A74
RGB
CMYK
RGB Variations
Color information
#976A74 (or 0x976A74) is known color: Mauve Taupe. HEX triplet: 97, 6A and 74. RGB value is (151,106,116). Sum of RGB (Red+Green+Blue) = 151+106+116=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 151 - color contains mainly: red. Hex color #976A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976A74 is #68958B. Grayscale: #787878. Windows color (decimal): -6854028 or 7629463. OLE color: 7629463.
HSL color Cylindrical-coordinate representation of color #976A74: hue angle of 346.67º 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 #976A74 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 106 | 116 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.41 |
| HSL | 346.67º | 0.18% | 0.5% | - |
| HSV(B) | 346.67º | 0.3% | 0.59% | - |
| XYZ | 21.07 | 18.15 | 18.92 | - |
| YUV | 120.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 106 | 116 | 0 | 0.30 | 0.23 | 0.41 | 346.67 | 0.18 | 0.5 |
| Hex | 97 | 6A | 74 | 0 | 1E | 17 | 29 | 15B | 12 | 32 |
| Octal | 227 | 152 | 164 | 0 | 36 | 27 | 51 | 533 | 22 | 62 |
| Binary | 10010111 | 1101010 | 1110100 | 0 | 11110 | 10111 | 101001 | 101011011 | 10010 | 110010 |
Color Harmonies of #976A74
Complementary color
Monochromatic Colors of #976A74
Black with #976A74
Text Example
Text Example
White with #976A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976A74; }
p { color: rgb(151,106,116); }
H1.HeaderClassName
{
color: #976A74;
}
.AnyTagClassName
{
color: #976A74;
}
</style>
background-color css
<style>
a { background-color: #976A74; }
a { background-color: rgb(151,106,116); }
div.DivClassName
{
background-color: #976A74;
}
.BgClassName
{
background-color: #976A74;
}
</style>
border-color css
<style>
span { border-color: #976A74; }
span { border-color: rgb(151,106,116); }
td.TdClassName
{
border-color: #976A74;
}
.TagClassName
{
border-color: #976A74;
}
</style>