Shades of Mauve Taupe #8D6774
Tints of Mauve Taupe #8D6774
RGB
CMYK
RGB Variations
Color information
#8D6774 (or 0x8D6774) is known color: Mauve Taupe. HEX triplet: 8D, 67 and 74. RGB value is (141,103,116). Sum of RGB (Red+Green+Blue) = 141+103+116=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6774 is #72988B. Grayscale: #737373. Windows color (decimal): -7510156 or 7628685. OLE color: 7628685.
HSL color Cylindrical-coordinate representation of color #8D6774: hue angle of 339.47º 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 #8D6774 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 103 | 116 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.45 |
| HSL | 339.47º | 0.16% | 0.48% | - |
| HSV(B) | 339.47º | 0.27% | 0.55% | - |
| XYZ | 18.99 | 16.62 | 18.73 | - |
| YUV | 115.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 103 | 116 | 0 | 0.27 | 0.18 | 0.45 | 339.47 | 0.16 | 0.48 |
| Hex | 8D | 67 | 74 | 0 | 1B | 12 | 2D | 153 | 10 | 30 |
| Octal | 215 | 147 | 164 | 0 | 33 | 22 | 55 | 523 | 20 | 60 |
| Binary | 10001101 | 1100111 | 1110100 | 0 | 11011 | 10010 | 101101 | 101010011 | 10000 | 110000 |
Color Harmonies of #8D6774
Complementary color
Monochromatic Colors of #8D6774
Black with #8D6774
Text Example
Text Example
White with #8D6774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6774; }
p { color: rgb(141,103,116); }
H1.HeaderClassName
{
color: #8D6774;
}
.AnyTagClassName
{
color: #8D6774;
}
</style>
background-color css
<style>
a { background-color: #8D6774; }
a { background-color: rgb(141,103,116); }
div.DivClassName
{
background-color: #8D6774;
}
.BgClassName
{
background-color: #8D6774;
}
</style>
border-color css
<style>
span { border-color: #8D6774; }
span { border-color: rgb(141,103,116); }
td.TdClassName
{
border-color: #8D6774;
}
.TagClassName
{
border-color: #8D6774;
}
</style>