Shades of Mauve Taupe #8E6773
Tints of Mauve Taupe #8E6773
RGB
CMYK
RGB Variations
Color information
#8E6773 (or 0x8E6773) is known color: Mauve Taupe. HEX triplet: 8E, 67 and 73. RGB value is (142,103,115). Sum of RGB (Red+Green+Blue) = 142+103+115=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6773 is #71988C. Grayscale: #747474. Windows color (decimal): -7444621 or 7563150. OLE color: 7563150.
HSL color Cylindrical-coordinate representation of color #8E6773: hue angle of 341.54º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E6773 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 103 | 115 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.44 |
| HSL | 341.54º | 0.16% | 0.48% | - |
| HSV(B) | 341.54º | 0.27% | 0.56% | - |
| XYZ | 19.1 | 16.69 | 18.43 | - |
| YUV | 116.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 103 | 115 | 0 | 0.27 | 0.19 | 0.44 | 341.54 | 0.16 | 0.48 |
| Hex | 8E | 67 | 73 | 0 | 1B | 13 | 2C | 156 | 10 | 30 |
| Octal | 216 | 147 | 163 | 0 | 33 | 23 | 54 | 526 | 20 | 60 |
| Binary | 10001110 | 1100111 | 1110011 | 0 | 11011 | 10011 | 101100 | 101010110 | 10000 | 110000 |
Color Harmonies of #8E6773
Complementary color
Monochromatic Colors of #8E6773
Black with #8E6773
Text Example
Text Example
White with #8E6773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6773; }
p { color: rgb(142,103,115); }
H1.HeaderClassName
{
color: #8E6773;
}
.AnyTagClassName
{
color: #8E6773;
}
</style>
background-color css
<style>
a { background-color: #8E6773; }
a { background-color: rgb(142,103,115); }
div.DivClassName
{
background-color: #8E6773;
}
.BgClassName
{
background-color: #8E6773;
}
</style>
border-color css
<style>
span { border-color: #8E6773; }
span { border-color: rgb(142,103,115); }
td.TdClassName
{
border-color: #8E6773;
}
.TagClassName
{
border-color: #8E6773;
}
</style>