Shades of Mauve Taupe #8C6574
Tints of Mauve Taupe #8C6574
RGB
CMYK
RGB Variations
Color information
#8C6574 (or 0x8C6574) is known color: Mauve Taupe. HEX triplet: 8C, 65 and 74. RGB value is (140,101,116). Sum of RGB (Red+Green+Blue) = 140+101+116=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6574 is #739A8B. Grayscale: #727272. Windows color (decimal): -7576204 or 7628172. OLE color: 7628172.
HSL color Cylindrical-coordinate representation of color #8C6574: hue angle of 336.92º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C6574 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 101 | 116 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.45 |
| HSL | 336.92º | 0.16% | 0.47% | - |
| HSV(B) | 336.92º | 0.28% | 0.55% | - |
| XYZ | 18.62 | 16.14 | 18.66 | - |
| YUV | 114.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 116 | 0 | 0.28 | 0.17 | 0.45 | 336.92 | 0.16 | 0.47 |
| Hex | 8C | 65 | 74 | 0 | 1C | 11 | 2D | 151 | 10 | 2F |
| Octal | 214 | 145 | 164 | 0 | 34 | 21 | 55 | 521 | 20 | 57 |
| Binary | 10001100 | 1100101 | 1110100 | 0 | 11100 | 10001 | 101101 | 101010001 | 10000 | 101111 |
Color Harmonies of #8C6574
Complementary color
Monochromatic Colors of #8C6574
Black with #8C6574
Text Example
Text Example
White with #8C6574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6574; }
p { color: rgb(140,101,116); }
H1.HeaderClassName
{
color: #8C6574;
}
.AnyTagClassName
{
color: #8C6574;
}
</style>
background-color css
<style>
a { background-color: #8C6574; }
a { background-color: rgb(140,101,116); }
div.DivClassName
{
background-color: #8C6574;
}
.BgClassName
{
background-color: #8C6574;
}
</style>
border-color css
<style>
span { border-color: #8C6574; }
span { border-color: rgb(140,101,116); }
td.TdClassName
{
border-color: #8C6574;
}
.TagClassName
{
border-color: #8C6574;
}
</style>