Shades of Mauve Taupe #8E6073
Tints of Mauve Taupe #8E6073
RGB
CMYK
RGB Variations
Color information
#8E6073 (or 0x8E6073) is known color: Mauve Taupe. HEX triplet: 8E, 60 and 73. RGB value is (142,96,115). Sum of RGB (Red+Green+Blue) = 142+96+115=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6073 is #719F8C. Grayscale: #6F6F6F. Windows color (decimal): -7446413 or 7561358. OLE color: 7561358.
HSL color Cylindrical-coordinate representation of color #8E6073: hue angle of 335.22º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E6073 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 96 | 115 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.44 |
| HSL | 335.22º | 0.19% | 0.47% | - |
| HSV(B) | 335.22º | 0.32% | 0.56% | - |
| XYZ | 18.43 | 15.35 | 18.21 | - |
| YUV | 111.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 96 | 115 | 0 | 0.32 | 0.19 | 0.44 | 335.22 | 0.19 | 0.47 |
| Hex | 8E | 60 | 73 | 0 | 20 | 13 | 2C | 14F | 13 | 2F |
| Octal | 216 | 140 | 163 | 0 | 40 | 23 | 54 | 517 | 23 | 57 |
| Binary | 10001110 | 1100000 | 1110011 | 0 | 100000 | 10011 | 101100 | 101001111 | 10011 | 101111 |
Color Harmonies of #8E6073
Complementary color
Monochromatic Colors of #8E6073
Black with #8E6073
Text Example
Text Example
White with #8E6073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6073; }
p { color: rgb(142,96,115); }
H1.HeaderClassName
{
color: #8E6073;
}
.AnyTagClassName
{
color: #8E6073;
}
</style>
background-color css
<style>
a { background-color: #8E6073; }
a { background-color: rgb(142,96,115); }
div.DivClassName
{
background-color: #8E6073;
}
.BgClassName
{
background-color: #8E6073;
}
</style>
border-color css
<style>
span { border-color: #8E6073; }
span { border-color: rgb(142,96,115); }
td.TdClassName
{
border-color: #8E6073;
}
.TagClassName
{
border-color: #8E6073;
}
</style>