Shades of Mauve Taupe #976A76
Tints of Mauve Taupe #976A76
RGB
CMYK
RGB Variations
Color information
#976A76 (or 0x976A76) is known color: Mauve Taupe. HEX triplet: 97, 6A and 76. RGB value is (151,106,118). Sum of RGB (Red+Green+Blue) = 151+106+118=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 151 - color contains mainly: red. Hex color #976A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976A76 is #689589. Grayscale: #787878. Windows color (decimal): -6854026 or 7760535. OLE color: 7760535.
HSL color Cylindrical-coordinate representation of color #976A76: hue angle of 344º 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 #976A76 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 106 | 118 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.41 |
| HSL | 344º | 0.18% | 0.5% | - |
| HSV(B) | 344º | 0.3% | 0.59% | - |
| XYZ | 21.19 | 18.2 | 19.53 | - |
| YUV | 120.82 | 126.41 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 106 | 118 | 0 | 0.30 | 0.22 | 0.41 | 344 | 0.18 | 0.5 |
| Hex | 97 | 6A | 76 | 0 | 1E | 16 | 29 | 158 | 12 | 32 |
| Octal | 227 | 152 | 166 | 0 | 36 | 26 | 51 | 530 | 22 | 62 |
| Binary | 10010111 | 1101010 | 1110110 | 0 | 11110 | 10110 | 101001 | 101011000 | 10010 | 110010 |
Color Harmonies of #976A76
Complementary color
Monochromatic Colors of #976A76
Black with #976A76
Text Example
Text Example
White with #976A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976A76; }
p { color: rgb(151,106,118); }
H1.HeaderClassName
{
color: #976A76;
}
.AnyTagClassName
{
color: #976A76;
}
</style>
background-color css
<style>
a { background-color: #976A76; }
a { background-color: rgb(151,106,118); }
div.DivClassName
{
background-color: #976A76;
}
.BgClassName
{
background-color: #976A76;
}
</style>
border-color css
<style>
span { border-color: #976A76; }
span { border-color: rgb(151,106,118); }
td.TdClassName
{
border-color: #976A76;
}
.TagClassName
{
border-color: #976A76;
}
</style>