Shades of Mauve Taupe #955976
Tints of Mauve Taupe #955976
RGB
CMYK
RGB Variations
Color information
#955976 (or 0x955976) is known color: Mauve Taupe. HEX triplet: 95, 59 and 76. RGB value is (149,89,118). Sum of RGB (Red+Green+Blue) = 149+89+118=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #955976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955976 is #6AA689. Grayscale: #6E6E6E. Windows color (decimal): -6989450 or 7756181. OLE color: 7756181.
HSL color Cylindrical-coordinate representation of color #955976: hue angle of 331º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955976 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 118 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.42 |
| HSL | 331º | 0.25% | 0.47% | - |
| HSV(B) | 331º | 0.4% | 0.58% | - |
| XYZ | 19.24 | 14.84 | 18.99 | - |
| YUV | 110.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 118 | 0 | 0.40 | 0.21 | 0.42 | 331 | 0.25 | 0.47 |
| Hex | 95 | 59 | 76 | 0 | 28 | 15 | 2A | 14B | 19 | 2F |
| Octal | 225 | 131 | 166 | 0 | 50 | 25 | 52 | 513 | 31 | 57 |
| Binary | 10010101 | 1011001 | 1110110 | 0 | 101000 | 10101 | 101010 | 101001011 | 11001 | 101111 |
Color Harmonies of #955976
Complementary color
Monochromatic Colors of #955976
Black with #955976
Text Example
Text Example
White with #955976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955976; }
p { color: rgb(149,89,118); }
H1.HeaderClassName
{
color: #955976;
}
.AnyTagClassName
{
color: #955976;
}
</style>
background-color css
<style>
a { background-color: #955976; }
a { background-color: rgb(149,89,118); }
div.DivClassName
{
background-color: #955976;
}
.BgClassName
{
background-color: #955976;
}
</style>
border-color css
<style>
span { border-color: #955976; }
span { border-color: rgb(149,89,118); }
td.TdClassName
{
border-color: #955976;
}
.TagClassName
{
border-color: #955976;
}
</style>