Shades of Mauve Taupe #956978
Tints of Mauve Taupe #956978
RGB
CMYK
RGB Variations
Color information
#956978 (or 0x956978) is known color: Mauve Taupe. HEX triplet: 95, 69 and 78. RGB value is (149,105,120). Sum of RGB (Red+Green+Blue) = 149+105+120=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #956978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956978 is #6A9687. Grayscale: #777777. Windows color (decimal): -6985352 or 7891349. OLE color: 7891349.
HSL color Cylindrical-coordinate representation of color #956978: hue angle of 339.55º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956978 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 105 | 120 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.42 |
| HSL | 339.55º | 0.17% | 0.5% | - |
| HSV(B) | 339.55º | 0.3% | 0.58% | - |
| XYZ | 20.84 | 17.85 | 20.12 | - |
| YUV | 119.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 120 | 0 | 0.30 | 0.19 | 0.42 | 339.55 | 0.17 | 0.5 |
| Hex | 95 | 69 | 78 | 0 | 1E | 13 | 2A | 154 | 11 | 32 |
| Octal | 225 | 151 | 170 | 0 | 36 | 23 | 52 | 524 | 21 | 62 |
| Binary | 10010101 | 1101001 | 1111000 | 0 | 11110 | 10011 | 101010 | 101010100 | 10001 | 110010 |
Color Harmonies of #956978
Complementary color
Monochromatic Colors of #956978
Black with #956978
Text Example
Text Example
White with #956978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956978; }
p { color: rgb(149,105,120); }
H1.HeaderClassName
{
color: #956978;
}
.AnyTagClassName
{
color: #956978;
}
</style>
background-color css
<style>
a { background-color: #956978; }
a { background-color: rgb(149,105,120); }
div.DivClassName
{
background-color: #956978;
}
.BgClassName
{
background-color: #956978;
}
</style>
border-color css
<style>
span { border-color: #956978; }
span { border-color: rgb(149,105,120); }
td.TdClassName
{
border-color: #956978;
}
.TagClassName
{
border-color: #956978;
}
</style>