Shades of Taupe Grey #8C7686
Tints of Taupe Grey #8C7686
RGB
CMYK
RGB Variations
Color information
#8C7686 (or 0x8C7686) is known color: Taupe Grey. HEX triplet: 8C, 76 and 86. RGB value is (140,118,134). Sum of RGB (Red+Green+Blue) = 140+118+134=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7686 is #738979. Grayscale: #7E7E7E. Windows color (decimal): -7571834 or 8812172. OLE color: 8812172.
HSL color Cylindrical-coordinate representation of color #8C7686: hue angle of 316.36º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C7686 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 118 | 134 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.45 |
| HSL | 316.36º | 0.09% | 0.51% | - |
| HSV(B) | 316.36º | 0.16% | 0.55% | - |
| XYZ | 21.6 | 20.25 | 25.33 | - |
| YUV | 126.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 118 | 134 | 0 | 0.16 | 0.04 | 0.45 | 316.36 | 0.09 | 0.51 |
| Hex | 8C | 76 | 86 | 0 | 10 | 4 | 2D | 13C | 9 | 33 |
| Octal | 214 | 166 | 206 | 0 | 20 | 4 | 55 | 474 | 11 | 63 |
| Binary | 10001100 | 1110110 | 10000110 | 0 | 10000 | 100 | 101101 | 100111100 | 1001 | 110011 |
Color Harmonies of #8C7686
Complementary color
Monochromatic Colors of #8C7686
Black with #8C7686
Text Example
Text Example
White with #8C7686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7686; }
p { color: rgb(140,118,134); }
H1.HeaderClassName
{
color: #8C7686;
}
.AnyTagClassName
{
color: #8C7686;
}
</style>
background-color css
<style>
a { background-color: #8C7686; }
a { background-color: rgb(140,118,134); }
div.DivClassName
{
background-color: #8C7686;
}
.BgClassName
{
background-color: #8C7686;
}
</style>
border-color css
<style>
span { border-color: #8C7686; }
span { border-color: rgb(140,118,134); }
td.TdClassName
{
border-color: #8C7686;
}
.TagClassName
{
border-color: #8C7686;
}
</style>