Shades of Mauve Taupe #8B5B70
Tints of Mauve Taupe #8B5B70
RGB
CMYK
RGB Variations
Color information
#8B5B70 (or 0x8B5B70) is known color: Mauve Taupe. HEX triplet: 8B, 5B and 70. RGB value is (139,91,112). Sum of RGB (Red+Green+Blue) = 139+91+112=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5B70 is #74A48F. Grayscale: #6B6B6B. Windows color (decimal): -7644304 or 7363467. OLE color: 7363467.
HSL color Cylindrical-coordinate representation of color #8B5B70: hue angle of 333.75º 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 #8B5B70 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 91 | 112 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.45 |
| HSL | 333.75º | 0.21% | 0.45% | - |
| HSV(B) | 333.75º | 0.35% | 0.55% | - |
| XYZ | 17.31 | 14.14 | 17.15 | - |
| YUV | 107.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 112 | 0 | 0.35 | 0.19 | 0.45 | 333.75 | 0.21 | 0.45 |
| Hex | 8B | 5B | 70 | 0 | 23 | 13 | 2D | 14E | 15 | 2D |
| Octal | 213 | 133 | 160 | 0 | 43 | 23 | 55 | 516 | 25 | 55 |
| Binary | 10001011 | 1011011 | 1110000 | 0 | 100011 | 10011 | 101101 | 101001110 | 10101 | 101101 |
Color Harmonies of #8B5B70
Complementary color
Monochromatic Colors of #8B5B70
Black with #8B5B70
Text Example
Text Example
White with #8B5B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5B70; }
p { color: rgb(139,91,112); }
H1.HeaderClassName
{
color: #8B5B70;
}
.AnyTagClassName
{
color: #8B5B70;
}
</style>
background-color css
<style>
a { background-color: #8B5B70; }
a { background-color: rgb(139,91,112); }
div.DivClassName
{
background-color: #8B5B70;
}
.BgClassName
{
background-color: #8B5B70;
}
</style>
border-color css
<style>
span { border-color: #8B5B70; }
span { border-color: rgb(139,91,112); }
td.TdClassName
{
border-color: #8B5B70;
}
.TagClassName
{
border-color: #8B5B70;
}
</style>