Shades of Mauve Taupe #8C6474
Tints of Mauve Taupe #8C6474
RGB
CMYK
RGB Variations
Color information
#8C6474 (or 0x8C6474) is known color: Mauve Taupe. HEX triplet: 8C, 64 and 74. RGB value is (140,100,116). Sum of RGB (Red+Green+Blue) = 140+100+116=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6474 is #739B8B. Grayscale: #717171. Windows color (decimal): -7576460 or 7627916. OLE color: 7627916.
HSL color Cylindrical-coordinate representation of color #8C6474: hue angle of 336º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C6474 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 100 | 116 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.45 |
| HSL | 336º | 0.17% | 0.47% | - |
| HSV(B) | 336º | 0.29% | 0.55% | - |
| XYZ | 18.52 | 15.95 | 18.63 | - |
| YUV | 113.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 116 | 0 | 0.29 | 0.17 | 0.45 | 336 | 0.17 | 0.47 |
| Hex | 8C | 64 | 74 | 0 | 1D | 11 | 2D | 150 | 11 | 2F |
| Octal | 214 | 144 | 164 | 0 | 35 | 21 | 55 | 520 | 21 | 57 |
| Binary | 10001100 | 1100100 | 1110100 | 0 | 11101 | 10001 | 101101 | 101010000 | 10001 | 101111 |
Color Harmonies of #8C6474
Complementary color
Monochromatic Colors of #8C6474
Black with #8C6474
Text Example
Text Example
White with #8C6474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6474; }
p { color: rgb(140,100,116); }
H1.HeaderClassName
{
color: #8C6474;
}
.AnyTagClassName
{
color: #8C6474;
}
</style>
background-color css
<style>
a { background-color: #8C6474; }
a { background-color: rgb(140,100,116); }
div.DivClassName
{
background-color: #8C6474;
}
.BgClassName
{
background-color: #8C6474;
}
</style>
border-color css
<style>
span { border-color: #8C6474; }
span { border-color: rgb(140,100,116); }
td.TdClassName
{
border-color: #8C6474;
}
.TagClassName
{
border-color: #8C6474;
}
</style>