Shades of Mauve Taupe #9C5377
Tints of Mauve Taupe #9C5377
RGB
CMYK
RGB Variations
Color information
#9C5377 (or 0x9C5377) is known color: Mauve Taupe. HEX triplet: 9C, 53 and 77. RGB value is (156,83,119). Sum of RGB (Red+Green+Blue) = 156+83+119=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5377 is #63AC88. Grayscale: #6C6C6C. Windows color (decimal): -6532233 or 7820188. OLE color: 7820188.
HSL color Cylindrical-coordinate representation of color #9C5377: hue angle of 330.41º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C5377 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 83 | 119 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.39 |
| HSL | 330.41º | 0.31% | 0.47% | - |
| HSV(B) | 330.41º | 0.47% | 0.61% | - |
| XYZ | 20.13 | 14.59 | 19.21 | - |
| YUV | 108.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 119 | 0 | 0.47 | 0.24 | 0.39 | 330.41 | 0.31 | 0.47 |
| Hex | 9C | 53 | 77 | 0 | 2F | 18 | 27 | 14A | 1F | 2F |
| Octal | 234 | 123 | 167 | 0 | 57 | 30 | 47 | 512 | 37 | 57 |
| Binary | 10011100 | 1010011 | 1110111 | 0 | 101111 | 11000 | 100111 | 101001010 | 11111 | 101111 |
Color Harmonies of #9C5377
Complementary color
Monochromatic Colors of #9C5377
Black with #9C5377
Text Example
Text Example
White with #9C5377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5377; }
p { color: rgb(156,83,119); }
H1.HeaderClassName
{
color: #9C5377;
}
.AnyTagClassName
{
color: #9C5377;
}
</style>
background-color css
<style>
a { background-color: #9C5377; }
a { background-color: rgb(156,83,119); }
div.DivClassName
{
background-color: #9C5377;
}
.BgClassName
{
background-color: #9C5377;
}
</style>
border-color css
<style>
span { border-color: #9C5377; }
span { border-color: rgb(156,83,119); }
td.TdClassName
{
border-color: #9C5377;
}
.TagClassName
{
border-color: #9C5377;
}
</style>