Shades of Mauve Taupe #8F5770
Tints of Mauve Taupe #8F5770
RGB
CMYK
RGB Variations
Color information
#8F5770 (or 0x8F5770) is known color: Mauve Taupe. HEX triplet: 8F, 57 and 70. RGB value is (143,87,112). Sum of RGB (Red+Green+Blue) = 143+87+112=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5770 is #70A88F. Grayscale: #6A6A6A. Windows color (decimal): -7383184 or 7362447. OLE color: 7362447.
HSL color Cylindrical-coordinate representation of color #8F5770: hue angle of 333.21º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F5770 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 87 | 112 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.44 |
| HSL | 333.21º | 0.24% | 0.45% | - |
| HSV(B) | 333.21º | 0.39% | 0.56% | - |
| XYZ | 17.66 | 13.83 | 17.07 | - |
| YUV | 106.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 87 | 112 | 0 | 0.39 | 0.22 | 0.44 | 333.21 | 0.24 | 0.45 |
| Hex | 8F | 57 | 70 | 0 | 27 | 16 | 2C | 14D | 18 | 2D |
| Octal | 217 | 127 | 160 | 0 | 47 | 26 | 54 | 515 | 30 | 55 |
| Binary | 10001111 | 1010111 | 1110000 | 0 | 100111 | 10110 | 101100 | 101001101 | 11000 | 101101 |
Color Harmonies of #8F5770
Complementary color
Monochromatic Colors of #8F5770
Black with #8F5770
Text Example
Text Example
White with #8F5770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5770; }
p { color: rgb(143,87,112); }
H1.HeaderClassName
{
color: #8F5770;
}
.AnyTagClassName
{
color: #8F5770;
}
</style>
background-color css
<style>
a { background-color: #8F5770; }
a { background-color: rgb(143,87,112); }
div.DivClassName
{
background-color: #8F5770;
}
.BgClassName
{
background-color: #8F5770;
}
</style>
border-color css
<style>
span { border-color: #8F5770; }
span { border-color: rgb(143,87,112); }
td.TdClassName
{
border-color: #8F5770;
}
.TagClassName
{
border-color: #8F5770;
}
</style>