Shades of Taupe Grey #8C8489
Tints of Taupe Grey #8C8489
RGB
CMYK
RGB Variations
Color information
#8C8489 (or 0x8C8489) is known color: Taupe Grey. HEX triplet: 8C, 84 and 89. RGB value is (140,132,137). Sum of RGB (Red+Green+Blue) = 140+132+137=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8489 is #737B76. Grayscale: #868686. Windows color (decimal): -7568247 or 9012364. OLE color: 9012364.
HSL color Cylindrical-coordinate representation of color #8C8489: hue angle of 322.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8C8489 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 137 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.45 |
| HSL | 322.5º | 0.03% | 0.53% | - |
| HSV(B) | 322.5º | 0.06% | 0.55% | - |
| XYZ | 23.58 | 23.88 | 27.03 | - |
| YUV | 134.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 137 | 0 | 0.06 | 0.02 | 0.45 | 322.5 | 0.03 | 0.53 |
| Hex | 8C | 84 | 89 | 0 | 6 | 2 | 2D | 142 | 3 | 35 |
| Octal | 214 | 204 | 211 | 0 | 6 | 2 | 55 | 502 | 3 | 65 |
| Binary | 10001100 | 10000100 | 10001001 | 0 | 110 | 10 | 101101 | 101000010 | 11 | 110101 |
Color Harmonies of #8C8489
Complementary color
Monochromatic Colors of #8C8489
Black with #8C8489
Text Example
Text Example
White with #8C8489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8489; }
p { color: rgb(140,132,137); }
H1.HeaderClassName
{
color: #8C8489;
}
.AnyTagClassName
{
color: #8C8489;
}
</style>
background-color css
<style>
a { background-color: #8C8489; }
a { background-color: rgb(140,132,137); }
div.DivClassName
{
background-color: #8C8489;
}
.BgClassName
{
background-color: #8C8489;
}
</style>
border-color css
<style>
span { border-color: #8C8489; }
span { border-color: rgb(140,132,137); }
td.TdClassName
{
border-color: #8C8489;
}
.TagClassName
{
border-color: #8C8489;
}
</style>