Shades of Mauve Taupe #8F6777
Tints of Mauve Taupe #8F6777
RGB
CMYK
RGB Variations
Color information
#8F6777 (or 0x8F6777) is known color: Mauve Taupe. HEX triplet: 8F, 67 and 77. RGB value is (143,103,119). Sum of RGB (Red+Green+Blue) = 143+103+119=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6777 is #709888. Grayscale: #747474. Windows color (decimal): -7379081 or 7825295. OLE color: 7825295.
HSL color Cylindrical-coordinate representation of color #8F6777: hue angle of 336º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F6777 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 103 | 119 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.44 |
| HSL | 336º | 0.16% | 0.48% | - |
| HSV(B) | 336º | 0.28% | 0.56% | - |
| XYZ | 19.51 | 16.87 | 19.68 | - |
| YUV | 116.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 119 | 0 | 0.28 | 0.17 | 0.44 | 336 | 0.16 | 0.48 |
| Hex | 8F | 67 | 77 | 0 | 1C | 11 | 2C | 150 | 10 | 30 |
| Octal | 217 | 147 | 167 | 0 | 34 | 21 | 54 | 520 | 20 | 60 |
| Binary | 10001111 | 1100111 | 1110111 | 0 | 11100 | 10001 | 101100 | 101010000 | 10000 | 110000 |
Color Harmonies of #8F6777
Complementary color
Monochromatic Colors of #8F6777
Black with #8F6777
Text Example
Text Example
White with #8F6777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6777; }
p { color: rgb(143,103,119); }
H1.HeaderClassName
{
color: #8F6777;
}
.AnyTagClassName
{
color: #8F6777;
}
</style>
background-color css
<style>
a { background-color: #8F6777; }
a { background-color: rgb(143,103,119); }
div.DivClassName
{
background-color: #8F6777;
}
.BgClassName
{
background-color: #8F6777;
}
</style>
border-color css
<style>
span { border-color: #8F6777; }
span { border-color: rgb(143,103,119); }
td.TdClassName
{
border-color: #8F6777;
}
.TagClassName
{
border-color: #8F6777;
}
</style>