Shades of Mauve Taupe #8F5E74
Tints of Mauve Taupe #8F5E74
RGB
CMYK
RGB Variations
Color information
#8F5E74 (or 0x8F5E74) is known color: Mauve Taupe. HEX triplet: 8F, 5E and 74. RGB value is (143,94,116). Sum of RGB (Red+Green+Blue) = 143+94+116=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5E74 is #70A18B. Grayscale: #6F6F6F. Windows color (decimal): -7381388 or 7626383. OLE color: 7626383.
HSL color Cylindrical-coordinate representation of color #8F5E74: hue angle of 333.06º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F5E74 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 94 | 116 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.44 |
| HSL | 333.06º | 0.21% | 0.46% | - |
| HSV(B) | 333.06º | 0.34% | 0.56% | - |
| XYZ | 18.48 | 15.11 | 18.46 | - |
| YUV | 111.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 94 | 116 | 0 | 0.34 | 0.19 | 0.44 | 333.06 | 0.21 | 0.46 |
| Hex | 8F | 5E | 74 | 0 | 22 | 13 | 2C | 14D | 15 | 2E |
| Octal | 217 | 136 | 164 | 0 | 42 | 23 | 54 | 515 | 25 | 56 |
| Binary | 10001111 | 1011110 | 1110100 | 0 | 100010 | 10011 | 101100 | 101001101 | 10101 | 101110 |
Color Harmonies of #8F5E74
Complementary color
Monochromatic Colors of #8F5E74
Black with #8F5E74
Text Example
Text Example
White with #8F5E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5E74; }
p { color: rgb(143,94,116); }
H1.HeaderClassName
{
color: #8F5E74;
}
.AnyTagClassName
{
color: #8F5E74;
}
</style>
background-color css
<style>
a { background-color: #8F5E74; }
a { background-color: rgb(143,94,116); }
div.DivClassName
{
background-color: #8F5E74;
}
.BgClassName
{
background-color: #8F5E74;
}
</style>
border-color css
<style>
span { border-color: #8F5E74; }
span { border-color: rgb(143,94,116); }
td.TdClassName
{
border-color: #8F5E74;
}
.TagClassName
{
border-color: #8F5E74;
}
</style>