Shades of Mauve Taupe #8B5E70
Tints of Mauve Taupe #8B5E70
RGB
CMYK
RGB Variations
Color information
#8B5E70 (or 0x8B5E70) is known color: Mauve Taupe. HEX triplet: 8B, 5E and 70. RGB value is (139,94,112). Sum of RGB (Red+Green+Blue) = 139+94+112=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5E70 is #74A18F. Grayscale: #6D6D6D. Windows color (decimal): -7643536 or 7364235. OLE color: 7364235.
HSL color Cylindrical-coordinate representation of color #8B5E70: hue angle of 336º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B5E70 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
RGB | 139 | 94 | 112 | - |
CMYK | 0 | 0.32 | 0.19 | 0.45 |
HSL | 336º | 0.19% | 0.46% | - |
HSV(B) | 336º | 0.32% | 0.55% | - |
XYZ | 17.57 | 14.66 | 17.23 | - |
YUV | 109.51 | 129.41 | 149.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 139 | 94 | 112 | 0 | 0.32 | 0.19 | 0.45 | 336 | 0.19 | 0.46 |
Hex | 8B | 5E | 70 | 0 | 20 | 13 | 2D | 150 | 13 | 2E |
Octal | 213 | 136 | 160 | 0 | 40 | 23 | 55 | 520 | 23 | 56 |
Binary | 10001011 | 1011110 | 1110000 | 0 | 100000 | 10011 | 101101 | 101010000 | 10011 | 101110 |
Color Harmonies of #8B5E70
Complementary color
Monochromatic Colors of #8B5E70
Black with #8B5E70
Text Example
Text Example
White with #8B5E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E70; }
p { color: rgb(139,94,112); }
H1.HeaderClassName
{
color: #8B5E70;
}
.AnyTagClassName
{
color: #8B5E70;
}
</style>
background-color css
<style>
a { background-color: #8B5E70; }
a { background-color: rgb(139,94,112); }
div.DivClassName
{
background-color: #8B5E70;
}
.BgClassName
{
background-color: #8B5E70;
}
</style>
border-color css
<style>
span { border-color: #8B5E70; }
span { border-color: rgb(139,94,112); }
td.TdClassName
{
border-color: #8B5E70;
}
.TagClassName
{
border-color: #8B5E70;
}
</style>