Shades of Taupe Grey #8C7986
Tints of Taupe Grey #8C7986
RGB
CMYK
RGB Variations
Color information
#8C7986 (or 0x8C7986) is known color: Taupe Grey. HEX triplet: 8C, 79 and 86. RGB value is (140,121,134). Sum of RGB (Red+Green+Blue) = 140+121+134=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7986 is #738679. Grayscale: #808080. Windows color (decimal): -7571066 or 8812940. OLE color: 8812940.
HSL color Cylindrical-coordinate representation of color #8C7986: hue angle of 318.95º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C7986 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 121 | 134 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.45 |
| HSL | 318.95º | 0.08% | 0.51% | - |
| HSV(B) | 318.95º | 0.14% | 0.55% | - |
| XYZ | 21.96 | 20.97 | 25.44 | - |
| YUV | 128.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 121 | 134 | 0 | 0.14 | 0.04 | 0.45 | 318.95 | 0.08 | 0.51 |
| Hex | 8C | 79 | 86 | 0 | E | 4 | 2D | 13F | 8 | 33 |
| Octal | 214 | 171 | 206 | 0 | 16 | 4 | 55 | 477 | 10 | 63 |
| Binary | 10001100 | 1111001 | 10000110 | 0 | 1110 | 100 | 101101 | 100111111 | 1000 | 110011 |
Color Harmonies of #8C7986
Complementary color
Monochromatic Colors of #8C7986
Black with #8C7986
Text Example
Text Example
White with #8C7986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7986; }
p { color: rgb(140,121,134); }
H1.HeaderClassName
{
color: #8C7986;
}
.AnyTagClassName
{
color: #8C7986;
}
</style>
background-color css
<style>
a { background-color: #8C7986; }
a { background-color: rgb(140,121,134); }
div.DivClassName
{
background-color: #8C7986;
}
.BgClassName
{
background-color: #8C7986;
}
</style>
border-color css
<style>
span { border-color: #8C7986; }
span { border-color: rgb(140,121,134); }
td.TdClassName
{
border-color: #8C7986;
}
.TagClassName
{
border-color: #8C7986;
}
</style>