Shades of Mauve Taupe #976270
Tints of Mauve Taupe #976270
RGB
CMYK
RGB Variations
Color information
#976270 (or 0x976270) is known color: Mauve Taupe. HEX triplet: 97, 62 and 70. RGB value is (151,98,112). Sum of RGB (Red+Green+Blue) = 151+98+112=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #976270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976270 is #689D8F. Grayscale: #737373. Windows color (decimal): -6856080 or 7365271. OLE color: 7365271.
HSL color Cylindrical-coordinate representation of color #976270: hue angle of 344.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #976270 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 98 | 112 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.41 |
| HSL | 344.15º | 0.21% | 0.49% | - |
| HSV(B) | 344.15º | 0.35% | 0.59% | - |
| XYZ | 20.05 | 16.48 | 17.45 | - |
| YUV | 115.44 | 126.06 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 98 | 112 | 0 | 0.35 | 0.26 | 0.41 | 344.15 | 0.21 | 0.49 |
| Hex | 97 | 62 | 70 | 0 | 23 | 1A | 29 | 158 | 15 | 31 |
| Octal | 227 | 142 | 160 | 0 | 43 | 32 | 51 | 530 | 25 | 61 |
| Binary | 10010111 | 1100010 | 1110000 | 0 | 100011 | 11010 | 101001 | 101011000 | 10101 | 110001 |
Color Harmonies of #976270
Complementary color
Monochromatic Colors of #976270
Black with #976270
Text Example
Text Example
White with #976270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976270; }
p { color: rgb(151,98,112); }
H1.HeaderClassName
{
color: #976270;
}
.AnyTagClassName
{
color: #976270;
}
</style>
background-color css
<style>
a { background-color: #976270; }
a { background-color: rgb(151,98,112); }
div.DivClassName
{
background-color: #976270;
}
.BgClassName
{
background-color: #976270;
}
</style>
border-color css
<style>
span { border-color: #976270; }
span { border-color: rgb(151,98,112); }
td.TdClassName
{
border-color: #976270;
}
.TagClassName
{
border-color: #976270;
}
</style>