Shades of Mauve Taupe #8D6772
Tints of Mauve Taupe #8D6772
RGB
CMYK
RGB Variations
Color information
#8D6772 (or 0x8D6772) is known color: Mauve Taupe. HEX triplet: 8D, 67 and 72. RGB value is (141,103,114). Sum of RGB (Red+Green+Blue) = 141+103+114=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6772 is #72988D. Grayscale: #737373. Windows color (decimal): -7510158 or 7497613. OLE color: 7497613.
HSL color Cylindrical-coordinate representation of color #8D6772: hue angle of 342.63º 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 #8D6772 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 103 | 114 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.45 |
| HSL | 342.63º | 0.16% | 0.48% | - |
| HSV(B) | 342.63º | 0.27% | 0.55% | - |
| XYZ | 18.87 | 16.58 | 18.12 | - |
| YUV | 115.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 103 | 114 | 0 | 0.27 | 0.19 | 0.45 | 342.63 | 0.16 | 0.48 |
| Hex | 8D | 67 | 72 | 0 | 1B | 13 | 2D | 157 | 10 | 30 |
| Octal | 215 | 147 | 162 | 0 | 33 | 23 | 55 | 527 | 20 | 60 |
| Binary | 10001101 | 1100111 | 1110010 | 0 | 11011 | 10011 | 101101 | 101010111 | 10000 | 110000 |
Color Harmonies of #8D6772
Complementary color
Monochromatic Colors of #8D6772
Black with #8D6772
Text Example
Text Example
White with #8D6772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6772; }
p { color: rgb(141,103,114); }
H1.HeaderClassName
{
color: #8D6772;
}
.AnyTagClassName
{
color: #8D6772;
}
</style>
background-color css
<style>
a { background-color: #8D6772; }
a { background-color: rgb(141,103,114); }
div.DivClassName
{
background-color: #8D6772;
}
.BgClassName
{
background-color: #8D6772;
}
</style>
border-color css
<style>
span { border-color: #8D6772; }
span { border-color: rgb(141,103,114); }
td.TdClassName
{
border-color: #8D6772;
}
.TagClassName
{
border-color: #8D6772;
}
</style>