Shades of Mauve Taupe #8C6776
Tints of Mauve Taupe #8C6776
RGB
CMYK
RGB Variations
Color information
#8C6776 (or 0x8C6776) is known color: Mauve Taupe. HEX triplet: 8C, 67 and 76. RGB value is (140,103,118). Sum of RGB (Red+Green+Blue) = 140+103+118=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6776 is #739889. Grayscale: #737373. Windows color (decimal): -7575690 or 7759756. OLE color: 7759756.
HSL color Cylindrical-coordinate representation of color #8C6776: hue angle of 335.68º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C6776 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 103 | 118 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.45 |
| HSL | 335.68º | 0.15% | 0.48% | - |
| HSV(B) | 335.68º | 0.26% | 0.55% | - |
| XYZ | 18.94 | 16.58 | 19.34 | - |
| YUV | 115.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 103 | 118 | 0 | 0.26 | 0.16 | 0.45 | 335.68 | 0.15 | 0.48 |
| Hex | 8C | 67 | 76 | 0 | 1A | 10 | 2D | 150 | F | 30 |
| Octal | 214 | 147 | 166 | 0 | 32 | 20 | 55 | 520 | 17 | 60 |
| Binary | 10001100 | 1100111 | 1110110 | 0 | 11010 | 10000 | 101101 | 101010000 | 1111 | 110000 |
Color Harmonies of #8C6776
Complementary color
Monochromatic Colors of #8C6776
Black with #8C6776
Text Example
Text Example
White with #8C6776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6776; }
p { color: rgb(140,103,118); }
H1.HeaderClassName
{
color: #8C6776;
}
.AnyTagClassName
{
color: #8C6776;
}
</style>
background-color css
<style>
a { background-color: #8C6776; }
a { background-color: rgb(140,103,118); }
div.DivClassName
{
background-color: #8C6776;
}
.BgClassName
{
background-color: #8C6776;
}
</style>
border-color css
<style>
span { border-color: #8C6776; }
span { border-color: rgb(140,103,118); }
td.TdClassName
{
border-color: #8C6776;
}
.TagClassName
{
border-color: #8C6776;
}
</style>