Shades of Mauve Taupe #8C5B73
Tints of Mauve Taupe #8C5B73
RGB
CMYK
RGB Variations
Color information
#8C5B73 (or 0x8C5B73) is known color: Mauve Taupe. HEX triplet: 8C, 5B and 73. RGB value is (140,91,115). Sum of RGB (Red+Green+Blue) = 140+91+115=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5B73 is #73A48C. Grayscale: #6C6C6C. Windows color (decimal): -7578765 or 7560076. OLE color: 7560076.
HSL color Cylindrical-coordinate representation of color #8C5B73: hue angle of 330.61º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C5B73 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 91 | 115 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.45 |
| HSL | 330.61º | 0.21% | 0.45% | - |
| HSV(B) | 330.61º | 0.35% | 0.55% | - |
| XYZ | 17.65 | 14.3 | 18.05 | - |
| YUV | 108.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 91 | 115 | 0 | 0.35 | 0.18 | 0.45 | 330.61 | 0.21 | 0.45 |
| Hex | 8C | 5B | 73 | 0 | 23 | 12 | 2D | 14B | 15 | 2D |
| Octal | 214 | 133 | 163 | 0 | 43 | 22 | 55 | 513 | 25 | 55 |
| Binary | 10001100 | 1011011 | 1110011 | 0 | 100011 | 10010 | 101101 | 101001011 | 10101 | 101101 |
Color Harmonies of #8C5B73
Complementary color
Monochromatic Colors of #8C5B73
Black with #8C5B73
Text Example
Text Example
White with #8C5B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5B73; }
p { color: rgb(140,91,115); }
H1.HeaderClassName
{
color: #8C5B73;
}
.AnyTagClassName
{
color: #8C5B73;
}
</style>
background-color css
<style>
a { background-color: #8C5B73; }
a { background-color: rgb(140,91,115); }
div.DivClassName
{
background-color: #8C5B73;
}
.BgClassName
{
background-color: #8C5B73;
}
</style>
border-color css
<style>
span { border-color: #8C5B73; }
span { border-color: rgb(140,91,115); }
td.TdClassName
{
border-color: #8C5B73;
}
.TagClassName
{
border-color: #8C5B73;
}
</style>