Shades of Mauve Taupe #8B5D72
Tints of Mauve Taupe #8B5D72
RGB
CMYK
RGB Variations
Color information
#8B5D72 (or 0x8B5D72) is known color: Mauve Taupe. HEX triplet: 8B, 5D and 72. RGB value is (139,93,114). Sum of RGB (Red+Green+Blue) = 139+93+114=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5D72 is #74A28D. Grayscale: #6D6D6D. Windows color (decimal): -7643790 or 7495051. OLE color: 7495051.
HSL color Cylindrical-coordinate representation of color #8B5D72: hue angle of 332.61º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B5D72 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 114 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.45 |
| HSL | 332.61º | 0.2% | 0.45% | - |
| HSV(B) | 332.61º | 0.33% | 0.55% | - |
| XYZ | 17.6 | 14.53 | 17.8 | - |
| YUV | 109.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 114 | 0 | 0.33 | 0.18 | 0.45 | 332.61 | 0.2 | 0.45 |
| Hex | 8B | 5D | 72 | 0 | 21 | 12 | 2D | 14D | 14 | 2D |
| Octal | 213 | 135 | 162 | 0 | 41 | 22 | 55 | 515 | 24 | 55 |
| Binary | 10001011 | 1011101 | 1110010 | 0 | 100001 | 10010 | 101101 | 101001101 | 10100 | 101101 |
Color Harmonies of #8B5D72
Complementary color
Monochromatic Colors of #8B5D72
Black with #8B5D72
Text Example
Text Example
White with #8B5D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D72; }
p { color: rgb(139,93,114); }
H1.HeaderClassName
{
color: #8B5D72;
}
.AnyTagClassName
{
color: #8B5D72;
}
</style>
background-color css
<style>
a { background-color: #8B5D72; }
a { background-color: rgb(139,93,114); }
div.DivClassName
{
background-color: #8B5D72;
}
.BgClassName
{
background-color: #8B5D72;
}
</style>
border-color css
<style>
span { border-color: #8B5D72; }
span { border-color: rgb(139,93,114); }
td.TdClassName
{
border-color: #8B5D72;
}
.TagClassName
{
border-color: #8B5D72;
}
</style>