Shades of Mauve Taupe #976577
Tints of Mauve Taupe #976577
RGB
CMYK
RGB Variations
Color information
#976577 (or 0x976577) is known color: Mauve Taupe. HEX triplet: 97, 65 and 77. RGB value is (151,101,119). Sum of RGB (Red+Green+Blue) = 151+101+119=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #976577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976577 is #689A88. Grayscale: #757575. Windows color (decimal): -6855305 or 7824791. OLE color: 7824791.
HSL color Cylindrical-coordinate representation of color #976577: hue angle of 338.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #976577 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 101 | 119 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.41 |
| HSL | 338.4º | 0.2% | 0.49% | - |
| HSV(B) | 338.4º | 0.33% | 0.59% | - |
| XYZ | 20.75 | 17.22 | 19.68 | - |
| YUV | 118 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 101 | 119 | 0 | 0.33 | 0.21 | 0.41 | 338.4 | 0.2 | 0.49 |
| Hex | 97 | 65 | 77 | 0 | 21 | 15 | 29 | 152 | 14 | 31 |
| Octal | 227 | 145 | 167 | 0 | 41 | 25 | 51 | 522 | 24 | 61 |
| Binary | 10010111 | 1100101 | 1110111 | 0 | 100001 | 10101 | 101001 | 101010010 | 10100 | 110001 |
Color Harmonies of #976577
Complementary color
Monochromatic Colors of #976577
Black with #976577
Text Example
Text Example
White with #976577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976577; }
p { color: rgb(151,101,119); }
H1.HeaderClassName
{
color: #976577;
}
.AnyTagClassName
{
color: #976577;
}
</style>
background-color css
<style>
a { background-color: #976577; }
a { background-color: rgb(151,101,119); }
div.DivClassName
{
background-color: #976577;
}
.BgClassName
{
background-color: #976577;
}
</style>
border-color css
<style>
span { border-color: #976577; }
span { border-color: rgb(151,101,119); }
td.TdClassName
{
border-color: #976577;
}
.TagClassName
{
border-color: #976577;
}
</style>