Shades of Mauve Taupe #9B5A76
Tints of Mauve Taupe #9B5A76
RGB
CMYK
RGB Variations
Color information
#9B5A76 (or 0x9B5A76) is known color: Mauve Taupe. HEX triplet: 9B, 5A and 76. RGB value is (155,90,118). Sum of RGB (Red+Green+Blue) = 155+90+118=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5A76 is #64A589. Grayscale: #707070. Windows color (decimal): -6595978 or 7756443. OLE color: 7756443.
HSL color Cylindrical-coordinate representation of color #9B5A76: hue angle of 334.15º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B5A76 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 90 | 118 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.39 |
| HSL | 334.15º | 0.27% | 0.48% | - |
| HSV(B) | 334.15º | 0.42% | 0.61% | - |
| XYZ | 20.44 | 15.59 | 19.07 | - |
| YUV | 112.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 90 | 118 | 0 | 0.42 | 0.24 | 0.39 | 334.15 | 0.27 | 0.48 |
| Hex | 9B | 5A | 76 | 0 | 2A | 18 | 27 | 14E | 1B | 30 |
| Octal | 233 | 132 | 166 | 0 | 52 | 30 | 47 | 516 | 33 | 60 |
| Binary | 10011011 | 1011010 | 1110110 | 0 | 101010 | 11000 | 100111 | 101001110 | 11011 | 110000 |
Color Harmonies of #9B5A76
Complementary color
Monochromatic Colors of #9B5A76
Black with #9B5A76
Text Example
Text Example
White with #9B5A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5A76; }
p { color: rgb(155,90,118); }
H1.HeaderClassName
{
color: #9B5A76;
}
.AnyTagClassName
{
color: #9B5A76;
}
</style>
background-color css
<style>
a { background-color: #9B5A76; }
a { background-color: rgb(155,90,118); }
div.DivClassName
{
background-color: #9B5A76;
}
.BgClassName
{
background-color: #9B5A76;
}
</style>
border-color css
<style>
span { border-color: #9B5A76; }
span { border-color: rgb(155,90,118); }
td.TdClassName
{
border-color: #9B5A76;
}
.TagClassName
{
border-color: #9B5A76;
}
</style>