Shades of Mauve Taupe #8F5773
Tints of Mauve Taupe #8F5773
RGB
CMYK
RGB Variations
Color information
#8F5773 (or 0x8F5773) is known color: Mauve Taupe. HEX triplet: 8F, 57 and 73. RGB value is (143,87,115). Sum of RGB (Red+Green+Blue) = 143+87+115=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5773 is #70A88C. Grayscale: #6A6A6A. Windows color (decimal): -7383181 or 7559055. OLE color: 7559055.
HSL color Cylindrical-coordinate representation of color #8F5773: hue angle of 330º 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 #8F5773 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 87 | 115 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.44 |
| HSL | 330º | 0.24% | 0.45% | - |
| HSV(B) | 330º | 0.39% | 0.56% | - |
| XYZ | 17.83 | 13.89 | 17.96 | - |
| YUV | 106.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 87 | 115 | 0 | 0.39 | 0.20 | 0.44 | 330 | 0.24 | 0.45 |
| Hex | 8F | 57 | 73 | 0 | 27 | 14 | 2C | 14A | 18 | 2D |
| Octal | 217 | 127 | 163 | 0 | 47 | 24 | 54 | 512 | 30 | 55 |
| Binary | 10001111 | 1010111 | 1110011 | 0 | 100111 | 10100 | 101100 | 101001010 | 11000 | 101101 |
Color Harmonies of #8F5773
Complementary color
Monochromatic Colors of #8F5773
Black with #8F5773
Text Example
Text Example
White with #8F5773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5773; }
p { color: rgb(143,87,115); }
H1.HeaderClassName
{
color: #8F5773;
}
.AnyTagClassName
{
color: #8F5773;
}
</style>
background-color css
<style>
a { background-color: #8F5773; }
a { background-color: rgb(143,87,115); }
div.DivClassName
{
background-color: #8F5773;
}
.BgClassName
{
background-color: #8F5773;
}
</style>
border-color css
<style>
span { border-color: #8F5773; }
span { border-color: rgb(143,87,115); }
td.TdClassName
{
border-color: #8F5773;
}
.TagClassName
{
border-color: #8F5773;
}
</style>