Shades of Mauve Taupe #8F6872
Tints of Mauve Taupe #8F6872
RGB
CMYK
RGB Variations
Color information
#8F6872 (or 0x8F6872) is known color: Mauve Taupe. HEX triplet: 8F, 68 and 72. RGB value is (143,104,114). Sum of RGB (Red+Green+Blue) = 143+104+114=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6872 is #70978D. Grayscale: #747474. Windows color (decimal): -7378830 or 7497871. OLE color: 7497871.
HSL color Cylindrical-coordinate representation of color #8F6872: hue angle of 344.62º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F6872 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 104 | 114 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.44 |
| HSL | 344.62º | 0.16% | 0.48% | - |
| HSV(B) | 344.62º | 0.27% | 0.56% | - |
| XYZ | 19.32 | 16.96 | 18.17 | - |
| YUV | 116.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 114 | 0 | 0.27 | 0.20 | 0.44 | 344.62 | 0.16 | 0.48 |
| Hex | 8F | 68 | 72 | 0 | 1B | 14 | 2C | 159 | 10 | 30 |
| Octal | 217 | 150 | 162 | 0 | 33 | 24 | 54 | 531 | 20 | 60 |
| Binary | 10001111 | 1101000 | 1110010 | 0 | 11011 | 10100 | 101100 | 101011001 | 10000 | 110000 |
Color Harmonies of #8F6872
Complementary color
Monochromatic Colors of #8F6872
Black with #8F6872
Text Example
Text Example
White with #8F6872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6872; }
p { color: rgb(143,104,114); }
H1.HeaderClassName
{
color: #8F6872;
}
.AnyTagClassName
{
color: #8F6872;
}
</style>
background-color css
<style>
a { background-color: #8F6872; }
a { background-color: rgb(143,104,114); }
div.DivClassName
{
background-color: #8F6872;
}
.BgClassName
{
background-color: #8F6872;
}
</style>
border-color css
<style>
span { border-color: #8F6872; }
span { border-color: rgb(143,104,114); }
td.TdClassName
{
border-color: #8F6872;
}
.TagClassName
{
border-color: #8F6872;
}
</style>