Shades of Mauve Taupe #975275
Tints of Mauve Taupe #975275
RGB
CMYK
RGB Variations
Color information
#975275 (or 0x975275) is known color: Mauve Taupe. HEX triplet: 97, 52 and 75. RGB value is (151,82,117). Sum of RGB (Red+Green+Blue) = 151+82+117=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #975275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975275 is #68AD8A. Grayscale: #6A6A6A. Windows color (decimal): -6860171 or 7688855. OLE color: 7688855.
HSL color Cylindrical-coordinate representation of color #975275: hue angle of 329.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975275 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 82 | 117 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.41 |
| HSL | 329.57º | 0.3% | 0.46% | - |
| HSV(B) | 329.57º | 0.46% | 0.59% | - |
| XYZ | 18.99 | 13.9 | 18.51 | - |
| YUV | 106.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 82 | 117 | 0 | 0.46 | 0.23 | 0.41 | 329.57 | 0.3 | 0.46 |
| Hex | 97 | 52 | 75 | 0 | 2E | 17 | 29 | 14A | 1E | 2E |
| Octal | 227 | 122 | 165 | 0 | 56 | 27 | 51 | 512 | 36 | 56 |
| Binary | 10010111 | 1010010 | 1110101 | 0 | 101110 | 10111 | 101001 | 101001010 | 11110 | 101110 |
Color Harmonies of #975275
Complementary color
Monochromatic Colors of #975275
Black with #975275
Text Example
Text Example
White with #975275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975275; }
p { color: rgb(151,82,117); }
H1.HeaderClassName
{
color: #975275;
}
.AnyTagClassName
{
color: #975275;
}
</style>
background-color css
<style>
a { background-color: #975275; }
a { background-color: rgb(151,82,117); }
div.DivClassName
{
background-color: #975275;
}
.BgClassName
{
background-color: #975275;
}
</style>
border-color css
<style>
span { border-color: #975275; }
span { border-color: rgb(151,82,117); }
td.TdClassName
{
border-color: #975275;
}
.TagClassName
{
border-color: #975275;
}
</style>