Shades of Mauve Taupe #8B5C72
Tints of Mauve Taupe #8B5C72
RGB
CMYK
RGB Variations
Color information
#8B5C72 (or 0x8B5C72) is known color: Mauve Taupe. HEX triplet: 8B, 5C and 72. RGB value is (139,92,114). Sum of RGB (Red+Green+Blue) = 139+92+114=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5C72 is #74A38D. Grayscale: #6C6C6C. Windows color (decimal): -7644046 or 7494795. OLE color: 7494795.
HSL color Cylindrical-coordinate representation of color #8B5C72: hue angle of 331.91º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B5C72 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 92 | 114 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.45 |
| HSL | 331.91º | 0.2% | 0.45% | - |
| HSV(B) | 331.91º | 0.34% | 0.55% | - |
| XYZ | 17.51 | 14.36 | 17.77 | - |
| YUV | 108.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 92 | 114 | 0 | 0.34 | 0.18 | 0.45 | 331.91 | 0.2 | 0.45 |
| Hex | 8B | 5C | 72 | 0 | 22 | 12 | 2D | 14C | 14 | 2D |
| Octal | 213 | 134 | 162 | 0 | 42 | 22 | 55 | 514 | 24 | 55 |
| Binary | 10001011 | 1011100 | 1110010 | 0 | 100010 | 10010 | 101101 | 101001100 | 10100 | 101101 |
Color Harmonies of #8B5C72
Complementary color
Monochromatic Colors of #8B5C72
Black with #8B5C72
Text Example
Text Example
White with #8B5C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5C72; }
p { color: rgb(139,92,114); }
H1.HeaderClassName
{
color: #8B5C72;
}
.AnyTagClassName
{
color: #8B5C72;
}
</style>
background-color css
<style>
a { background-color: #8B5C72; }
a { background-color: rgb(139,92,114); }
div.DivClassName
{
background-color: #8B5C72;
}
.BgClassName
{
background-color: #8B5C72;
}
</style>
border-color css
<style>
span { border-color: #8B5C72; }
span { border-color: rgb(139,92,114); }
td.TdClassName
{
border-color: #8B5C72;
}
.TagClassName
{
border-color: #8B5C72;
}
</style>