Shades of Mauve Taupe #8C6074
Tints of Mauve Taupe #8C6074
RGB
CMYK
RGB Variations
Color information
#8C6074 (or 0x8C6074) is known color: Mauve Taupe. HEX triplet: 8C, 60 and 74. RGB value is (140,96,116). Sum of RGB (Red+Green+Blue) = 140+96+116=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6074 is #739F8B. Grayscale: #6F6F6F. Windows color (decimal): -7577484 or 7626892. OLE color: 7626892.
HSL color Cylindrical-coordinate representation of color #8C6074: hue angle of 332.73º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6074 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 116 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.45 |
| HSL | 332.73º | 0.19% | 0.46% | - |
| HSV(B) | 332.73º | 0.31% | 0.55% | - |
| XYZ | 18.15 | 15.2 | 18.5 | - |
| YUV | 111.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 116 | 0 | 0.31 | 0.17 | 0.45 | 332.73 | 0.19 | 0.46 |
| Hex | 8C | 60 | 74 | 0 | 1F | 11 | 2D | 14D | 13 | 2E |
| Octal | 214 | 140 | 164 | 0 | 37 | 21 | 55 | 515 | 23 | 56 |
| Binary | 10001100 | 1100000 | 1110100 | 0 | 11111 | 10001 | 101101 | 101001101 | 10011 | 101110 |
Color Harmonies of #8C6074
Complementary color
Monochromatic Colors of #8C6074
Black with #8C6074
Text Example
Text Example
White with #8C6074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6074; }
p { color: rgb(140,96,116); }
H1.HeaderClassName
{
color: #8C6074;
}
.AnyTagClassName
{
color: #8C6074;
}
</style>
background-color css
<style>
a { background-color: #8C6074; }
a { background-color: rgb(140,96,116); }
div.DivClassName
{
background-color: #8C6074;
}
.BgClassName
{
background-color: #8C6074;
}
</style>
border-color css
<style>
span { border-color: #8C6074; }
span { border-color: rgb(140,96,116); }
td.TdClassName
{
border-color: #8C6074;
}
.TagClassName
{
border-color: #8C6074;
}
</style>