Shades of Mauve Taupe #9D6478
Tints of Mauve Taupe #9D6478
RGB
CMYK
RGB Variations
Color information
#9D6478 (or 0x9D6478) is known color: Mauve Taupe. HEX triplet: 9D, 64 and 78. RGB value is (157,100,120). Sum of RGB (Red+Green+Blue) = 157+100+120=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6478 is #629B87. Grayscale: #777777. Windows color (decimal): -6462344 or 7890077. OLE color: 7890077.
HSL color Cylindrical-coordinate representation of color #9D6478: hue angle of 338.95º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D6478 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 100 | 120 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.38 |
| HSL | 338.95º | 0.23% | 0.5% | - |
| HSV(B) | 338.95º | 0.36% | 0.62% | - |
| XYZ | 21.85 | 17.64 | 20.02 | - |
| YUV | 119.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 100 | 120 | 0 | 0.36 | 0.24 | 0.38 | 338.95 | 0.23 | 0.5 |
| Hex | 9D | 64 | 78 | 0 | 24 | 18 | 26 | 153 | 17 | 32 |
| Octal | 235 | 144 | 170 | 0 | 44 | 30 | 46 | 523 | 27 | 62 |
| Binary | 10011101 | 1100100 | 1111000 | 0 | 100100 | 11000 | 100110 | 101010011 | 10111 | 110010 |
Color Harmonies of #9D6478
Complementary color
Monochromatic Colors of #9D6478
Black with #9D6478
Text Example
Text Example
White with #9D6478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6478; }
p { color: rgb(157,100,120); }
H1.HeaderClassName
{
color: #9D6478;
}
.AnyTagClassName
{
color: #9D6478;
}
</style>
background-color css
<style>
a { background-color: #9D6478; }
a { background-color: rgb(157,100,120); }
div.DivClassName
{
background-color: #9D6478;
}
.BgClassName
{
background-color: #9D6478;
}
</style>
border-color css
<style>
span { border-color: #9D6478; }
span { border-color: rgb(157,100,120); }
td.TdClassName
{
border-color: #9D6478;
}
.TagClassName
{
border-color: #9D6478;
}
</style>