Shades of Mauve Taupe #8D6775
Tints of Mauve Taupe #8D6775
RGB
CMYK
RGB Variations
Color information
#8D6775 (or 0x8D6775) is known color: Mauve Taupe. HEX triplet: 8D, 67 and 75. RGB value is (141,103,117). Sum of RGB (Red+Green+Blue) = 141+103+117=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6775 is #72988A. Grayscale: #737373. Windows color (decimal): -7510155 or 7694221. OLE color: 7694221.
HSL color Cylindrical-coordinate representation of color #8D6775: hue angle of 337.89º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D6775 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 103 | 117 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.45 |
| HSL | 337.89º | 0.16% | 0.48% | - |
| HSV(B) | 337.89º | 0.27% | 0.55% | - |
| XYZ | 19.05 | 16.65 | 19.04 | - |
| YUV | 115.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 103 | 117 | 0 | 0.27 | 0.17 | 0.45 | 337.89 | 0.16 | 0.48 |
| Hex | 8D | 67 | 75 | 0 | 1B | 11 | 2D | 152 | 10 | 30 |
| Octal | 215 | 147 | 165 | 0 | 33 | 21 | 55 | 522 | 20 | 60 |
| Binary | 10001101 | 1100111 | 1110101 | 0 | 11011 | 10001 | 101101 | 101010010 | 10000 | 110000 |
Color Harmonies of #8D6775
Complementary color
Monochromatic Colors of #8D6775
Black with #8D6775
Text Example
Text Example
White with #8D6775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6775; }
p { color: rgb(141,103,117); }
H1.HeaderClassName
{
color: #8D6775;
}
.AnyTagClassName
{
color: #8D6775;
}
</style>
background-color css
<style>
a { background-color: #8D6775; }
a { background-color: rgb(141,103,117); }
div.DivClassName
{
background-color: #8D6775;
}
.BgClassName
{
background-color: #8D6775;
}
</style>
border-color css
<style>
span { border-color: #8D6775; }
span { border-color: rgb(141,103,117); }
td.TdClassName
{
border-color: #8D6775;
}
.TagClassName
{
border-color: #8D6775;
}
</style>