Shades of Mauve Taupe #8C6974
Tints of Mauve Taupe #8C6974
RGB
CMYK
RGB Variations
Color information
#8C6974 (or 0x8C6974) is known color: Mauve Taupe. HEX triplet: 8C, 69 and 74. RGB value is (140,105,116). Sum of RGB (Red+Green+Blue) = 140+105+116=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6974 is #73968B. Grayscale: #747474. Windows color (decimal): -7575180 or 7629196. OLE color: 7629196.
HSL color Cylindrical-coordinate representation of color #8C6974: hue angle of 341.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C6974 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 105 | 116 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.45 |
| HSL | 341.14º | 0.14% | 0.48% | - |
| HSV(B) | 341.14º | 0.25% | 0.55% | - |
| XYZ | 19.02 | 16.94 | 18.79 | - |
| YUV | 116.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 116 | 0 | 0.25 | 0.17 | 0.45 | 341.14 | 0.14 | 0.48 |
| Hex | 8C | 69 | 74 | 0 | 19 | 11 | 2D | 155 | E | 30 |
| Octal | 214 | 151 | 164 | 0 | 31 | 21 | 55 | 525 | 16 | 60 |
| Binary | 10001100 | 1101001 | 1110100 | 0 | 11001 | 10001 | 101101 | 101010101 | 1110 | 110000 |
Color Harmonies of #8C6974
Complementary color
Monochromatic Colors of #8C6974
Black with #8C6974
Text Example
Text Example
White with #8C6974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6974; }
p { color: rgb(140,105,116); }
H1.HeaderClassName
{
color: #8C6974;
}
.AnyTagClassName
{
color: #8C6974;
}
</style>
background-color css
<style>
a { background-color: #8C6974; }
a { background-color: rgb(140,105,116); }
div.DivClassName
{
background-color: #8C6974;
}
.BgClassName
{
background-color: #8C6974;
}
</style>
border-color css
<style>
span { border-color: #8C6974; }
span { border-color: rgb(140,105,116); }
td.TdClassName
{
border-color: #8C6974;
}
.TagClassName
{
border-color: #8C6974;
}
</style>