Shades of Mauve Taupe #8F5F70
Tints of Mauve Taupe #8F5F70
RGB
CMYK
RGB Variations
Color information
#8F5F70 (or 0x8F5F70) is known color: Mauve Taupe. HEX triplet: 8F, 5F and 70. RGB value is (143,95,112). Sum of RGB (Red+Green+Blue) = 143+95+112=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5F70 is #70A08F. Grayscale: #6F6F6F. Windows color (decimal): -7381136 or 7364495. OLE color: 7364495.
HSL color Cylindrical-coordinate representation of color #8F5F70: hue angle of 338.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F5F70 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 95 | 112 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.44 |
| HSL | 338.75º | 0.2% | 0.47% | - |
| HSV(B) | 338.75º | 0.34% | 0.56% | - |
| XYZ | 18.34 | 15.19 | 17.3 | - |
| YUV | 111.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 95 | 112 | 0 | 0.34 | 0.22 | 0.44 | 338.75 | 0.2 | 0.47 |
| Hex | 8F | 5F | 70 | 0 | 22 | 16 | 2C | 153 | 14 | 2F |
| Octal | 217 | 137 | 160 | 0 | 42 | 26 | 54 | 523 | 24 | 57 |
| Binary | 10001111 | 1011111 | 1110000 | 0 | 100010 | 10110 | 101100 | 101010011 | 10100 | 101111 |
Color Harmonies of #8F5F70
Complementary color
Monochromatic Colors of #8F5F70
Black with #8F5F70
Text Example
Text Example
White with #8F5F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5F70; }
p { color: rgb(143,95,112); }
H1.HeaderClassName
{
color: #8F5F70;
}
.AnyTagClassName
{
color: #8F5F70;
}
</style>
background-color css
<style>
a { background-color: #8F5F70; }
a { background-color: rgb(143,95,112); }
div.DivClassName
{
background-color: #8F5F70;
}
.BgClassName
{
background-color: #8F5F70;
}
</style>
border-color css
<style>
span { border-color: #8F5F70; }
span { border-color: rgb(143,95,112); }
td.TdClassName
{
border-color: #8F5F70;
}
.TagClassName
{
border-color: #8F5F70;
}
</style>