Shades of Mauve Taupe #8C6A77
Tints of Mauve Taupe #8C6A77
RGB
CMYK
RGB Variations
Color information
#8C6A77 (or 0x8C6A77) is known color: Mauve Taupe. HEX triplet: 8C, 6A and 77. RGB value is (140,106,119). Sum of RGB (Red+Green+Blue) = 140+106+119=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6A77 is #739588. Grayscale: #757575. Windows color (decimal): -7574921 or 7826060. OLE color: 7826060.
HSL color Cylindrical-coordinate representation of color #8C6A77: hue angle of 337.06º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C6A77 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 106 | 119 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.45 |
| HSL | 337.06º | 0.14% | 0.48% | - |
| HSV(B) | 337.06º | 0.24% | 0.55% | - |
| XYZ | 19.3 | 17.22 | 19.76 | - |
| YUV | 117.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 106 | 119 | 0 | 0.24 | 0.15 | 0.45 | 337.06 | 0.14 | 0.48 |
| Hex | 8C | 6A | 77 | 0 | 18 | F | 2D | 151 | E | 30 |
| Octal | 214 | 152 | 167 | 0 | 30 | 17 | 55 | 521 | 16 | 60 |
| Binary | 10001100 | 1101010 | 1110111 | 0 | 11000 | 1111 | 101101 | 101010001 | 1110 | 110000 |
Color Harmonies of #8C6A77
Complementary color
Monochromatic Colors of #8C6A77
Black with #8C6A77
Text Example
Text Example
White with #8C6A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6A77; }
p { color: rgb(140,106,119); }
H1.HeaderClassName
{
color: #8C6A77;
}
.AnyTagClassName
{
color: #8C6A77;
}
</style>
background-color css
<style>
a { background-color: #8C6A77; }
a { background-color: rgb(140,106,119); }
div.DivClassName
{
background-color: #8C6A77;
}
.BgClassName
{
background-color: #8C6A77;
}
</style>
border-color css
<style>
span { border-color: #8C6A77; }
span { border-color: rgb(140,106,119); }
td.TdClassName
{
border-color: #8C6A77;
}
.TagClassName
{
border-color: #8C6A77;
}
</style>