Shades of Mauve Taupe #976777
Tints of Mauve Taupe #976777
RGB
CMYK
RGB Variations
Color information
#976777 (or 0x976777) is known color: Mauve Taupe. HEX triplet: 97, 67 and 77. RGB value is (151,103,119). Sum of RGB (Red+Green+Blue) = 151+103+119=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 151 - color contains mainly: red. Hex color #976777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976777 is #689888. Grayscale: #777777. Windows color (decimal): -6854793 or 7825303. OLE color: 7825303.
HSL color Cylindrical-coordinate representation of color #976777: hue angle of 340º 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 #976777 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 103 | 119 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.41 |
| HSL | 340º | 0.19% | 0.5% | - |
| HSV(B) | 340º | 0.32% | 0.59% | - |
| XYZ | 20.94 | 17.61 | 19.75 | - |
| YUV | 119.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 103 | 119 | 0 | 0.32 | 0.21 | 0.41 | 340 | 0.19 | 0.5 |
| Hex | 97 | 67 | 77 | 0 | 20 | 15 | 29 | 154 | 13 | 32 |
| Octal | 227 | 147 | 167 | 0 | 40 | 25 | 51 | 524 | 23 | 62 |
| Binary | 10010111 | 1100111 | 1110111 | 0 | 100000 | 10101 | 101001 | 101010100 | 10011 | 110010 |
Color Harmonies of #976777
Complementary color
Monochromatic Colors of #976777
Black with #976777
Text Example
Text Example
White with #976777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976777; }
p { color: rgb(151,103,119); }
H1.HeaderClassName
{
color: #976777;
}
.AnyTagClassName
{
color: #976777;
}
</style>
background-color css
<style>
a { background-color: #976777; }
a { background-color: rgb(151,103,119); }
div.DivClassName
{
background-color: #976777;
}
.BgClassName
{
background-color: #976777;
}
</style>
border-color css
<style>
span { border-color: #976777; }
span { border-color: rgb(151,103,119); }
td.TdClassName
{
border-color: #976777;
}
.TagClassName
{
border-color: #976777;
}
</style>