Shades of Mauve Taupe #976375
Tints of Mauve Taupe #976375
RGB
CMYK
RGB Variations
Color information
#976375 (or 0x976375) is known color: Mauve Taupe. HEX triplet: 97, 63 and 75. RGB value is (151,99,117). Sum of RGB (Red+Green+Blue) = 151+99+117=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #976375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976375 is #689C8A. Grayscale: #747474. Windows color (decimal): -6855819 or 7693207. OLE color: 7693207.
HSL color Cylindrical-coordinate representation of color #976375: hue angle of 339.23º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #976375 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 99 | 117 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.41 |
| HSL | 339.23º | 0.21% | 0.49% | - |
| HSV(B) | 339.23º | 0.34% | 0.59% | - |
| XYZ | 20.44 | 16.79 | 18.99 | - |
| YUV | 116.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 99 | 117 | 0 | 0.34 | 0.23 | 0.41 | 339.23 | 0.21 | 0.49 |
| Hex | 97 | 63 | 75 | 0 | 22 | 17 | 29 | 153 | 15 | 31 |
| Octal | 227 | 143 | 165 | 0 | 42 | 27 | 51 | 523 | 25 | 61 |
| Binary | 10010111 | 1100011 | 1110101 | 0 | 100010 | 10111 | 101001 | 101010011 | 10101 | 110001 |
Color Harmonies of #976375
Complementary color
Monochromatic Colors of #976375
Black with #976375
Text Example
Text Example
White with #976375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976375; }
p { color: rgb(151,99,117); }
H1.HeaderClassName
{
color: #976375;
}
.AnyTagClassName
{
color: #976375;
}
</style>
background-color css
<style>
a { background-color: #976375; }
a { background-color: rgb(151,99,117); }
div.DivClassName
{
background-color: #976375;
}
.BgClassName
{
background-color: #976375;
}
</style>
border-color css
<style>
span { border-color: #976375; }
span { border-color: rgb(151,99,117); }
td.TdClassName
{
border-color: #976375;
}
.TagClassName
{
border-color: #976375;
}
</style>