Shades of Mauve Taupe #8F6F77
Tints of Mauve Taupe #8F6F77
RGB
CMYK
RGB Variations
Color information
#8F6F77 (or 0x8F6F77) is known color: Mauve Taupe. HEX triplet: 8F, 6F and 77. RGB value is (143,111,119). Sum of RGB (Red+Green+Blue) = 143+111+119=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6F77 is #709088. Grayscale: #797979. Windows color (decimal): -7377033 or 7827343. OLE color: 7827343.
HSL color Cylindrical-coordinate representation of color #8F6F77: hue angle of 345º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F6F77 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 111 | 119 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.44 |
| HSL | 345º | 0.13% | 0.5% | - |
| HSV(B) | 345º | 0.22% | 0.56% | - |
| XYZ | 20.34 | 18.54 | 19.96 | - |
| YUV | 121.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 111 | 119 | 0 | 0.22 | 0.17 | 0.44 | 345 | 0.13 | 0.5 |
| Hex | 8F | 6F | 77 | 0 | 16 | 11 | 2C | 159 | D | 32 |
| Octal | 217 | 157 | 167 | 0 | 26 | 21 | 54 | 531 | 15 | 62 |
| Binary | 10001111 | 1101111 | 1110111 | 0 | 10110 | 10001 | 101100 | 101011001 | 1101 | 110010 |
Color Harmonies of #8F6F77
Complementary color
Monochromatic Colors of #8F6F77
Black with #8F6F77
Text Example
Text Example
White with #8F6F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6F77; }
p { color: rgb(143,111,119); }
H1.HeaderClassName
{
color: #8F6F77;
}
.AnyTagClassName
{
color: #8F6F77;
}
</style>
background-color css
<style>
a { background-color: #8F6F77; }
a { background-color: rgb(143,111,119); }
div.DivClassName
{
background-color: #8F6F77;
}
.BgClassName
{
background-color: #8F6F77;
}
</style>
border-color css
<style>
span { border-color: #8F6F77; }
span { border-color: rgb(143,111,119); }
td.TdClassName
{
border-color: #8F6F77;
}
.TagClassName
{
border-color: #8F6F77;
}
</style>