Shades of Taupe Grey #8C7985
Tints of Taupe Grey #8C7985
RGB
CMYK
RGB Variations
Color information
#8C7985 (or 0x8C7985) is known color: Taupe Grey. HEX triplet: 8C, 79 and 85. RGB value is (140,121,133). Sum of RGB (Red+Green+Blue) = 140+121+133=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7985 is #73867A. Grayscale: #808080. Windows color (decimal): -7571067 or 8747404. OLE color: 8747404.
HSL color Cylindrical-coordinate representation of color #8C7985: hue angle of 322.11º 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 #8C7985 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 121 | 133 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.45 |
| HSL | 322.11º | 0.08% | 0.51% | - |
| HSV(B) | 322.11º | 0.14% | 0.55% | - |
| XYZ | 21.89 | 20.94 | 25.08 | - |
| YUV | 128.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 121 | 133 | 0 | 0.14 | 0.05 | 0.45 | 322.11 | 0.08 | 0.51 |
| Hex | 8C | 79 | 85 | 0 | E | 5 | 2D | 142 | 8 | 33 |
| Octal | 214 | 171 | 205 | 0 | 16 | 5 | 55 | 502 | 10 | 63 |
| Binary | 10001100 | 1111001 | 10000101 | 0 | 1110 | 101 | 101101 | 101000010 | 1000 | 110011 |
Color Harmonies of #8C7985
Complementary color
Monochromatic Colors of #8C7985
Black with #8C7985
Text Example
Text Example
White with #8C7985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7985; }
p { color: rgb(140,121,133); }
H1.HeaderClassName
{
color: #8C7985;
}
.AnyTagClassName
{
color: #8C7985;
}
</style>
background-color css
<style>
a { background-color: #8C7985; }
a { background-color: rgb(140,121,133); }
div.DivClassName
{
background-color: #8C7985;
}
.BgClassName
{
background-color: #8C7985;
}
</style>
border-color css
<style>
span { border-color: #8C7985; }
span { border-color: rgb(140,121,133); }
td.TdClassName
{
border-color: #8C7985;
}
.TagClassName
{
border-color: #8C7985;
}
</style>