Shades of Taupe Grey #8C7684
Tints of Taupe Grey #8C7684
RGB
CMYK
RGB Variations
Color information
#8C7684 (or 0x8C7684) is known color: Taupe Grey. HEX triplet: 8C, 76 and 84. RGB value is (140,118,132). Sum of RGB (Red+Green+Blue) = 140+118+132=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7684 is #73897B. Grayscale: #7E7E7E. Windows color (decimal): -7571836 or 8681100. OLE color: 8681100.
HSL color Cylindrical-coordinate representation of color #8C7684: hue angle of 321.82º 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 #8C7684 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 118 | 132 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.45 |
| HSL | 321.82º | 0.09% | 0.51% | - |
| HSV(B) | 321.82º | 0.16% | 0.55% | - |
| XYZ | 21.46 | 20.2 | 24.6 | - |
| YUV | 126.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 118 | 132 | 0 | 0.16 | 0.06 | 0.45 | 321.82 | 0.09 | 0.51 |
| Hex | 8C | 76 | 84 | 0 | 10 | 6 | 2D | 142 | 9 | 33 |
| Octal | 214 | 166 | 204 | 0 | 20 | 6 | 55 | 502 | 11 | 63 |
| Binary | 10001100 | 1110110 | 10000100 | 0 | 10000 | 110 | 101101 | 101000010 | 1001 | 110011 |
Color Harmonies of #8C7684
Complementary color
Monochromatic Colors of #8C7684
Black with #8C7684
Text Example
Text Example
White with #8C7684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7684; }
p { color: rgb(140,118,132); }
H1.HeaderClassName
{
color: #8C7684;
}
.AnyTagClassName
{
color: #8C7684;
}
</style>
background-color css
<style>
a { background-color: #8C7684; }
a { background-color: rgb(140,118,132); }
div.DivClassName
{
background-color: #8C7684;
}
.BgClassName
{
background-color: #8C7684;
}
</style>
border-color css
<style>
span { border-color: #8C7684; }
span { border-color: rgb(140,118,132); }
td.TdClassName
{
border-color: #8C7684;
}
.TagClassName
{
border-color: #8C7684;
}
</style>