Shades of Taupe Grey #8C8589
Tints of Taupe Grey #8C8589
RGB
CMYK
RGB Variations
Color information
#8C8589 (or 0x8C8589) is known color: Taupe Grey. HEX triplet: 8C, 85 and 89. RGB value is (140,133,137). Sum of RGB (Red+Green+Blue) = 140+133+137=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8589 is #737A76. Grayscale: #878787. Windows color (decimal): -7567991 or 9012620. OLE color: 9012620.
HSL color Cylindrical-coordinate representation of color #8C8589: hue angle of 325.71º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8C8589 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 137 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.45 |
| HSL | 325.71º | 0.03% | 0.54% | - |
| HSV(B) | 325.71º | 0.05% | 0.55% | - |
| XYZ | 23.72 | 24.16 | 27.08 | - |
| YUV | 135.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 137 | 0 | 0.05 | 0.02 | 0.45 | 325.71 | 0.03 | 0.54 |
| Hex | 8C | 85 | 89 | 0 | 5 | 2 | 2D | 146 | 3 | 36 |
| Octal | 214 | 205 | 211 | 0 | 5 | 2 | 55 | 506 | 3 | 66 |
| Binary | 10001100 | 10000101 | 10001001 | 0 | 101 | 10 | 101101 | 101000110 | 11 | 110110 |
Color Harmonies of #8C8589
Complementary color
Monochromatic Colors of #8C8589
Black with #8C8589
Text Example
Text Example
White with #8C8589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8589; }
p { color: rgb(140,133,137); }
H1.HeaderClassName
{
color: #8C8589;
}
.AnyTagClassName
{
color: #8C8589;
}
</style>
background-color css
<style>
a { background-color: #8C8589; }
a { background-color: rgb(140,133,137); }
div.DivClassName
{
background-color: #8C8589;
}
.BgClassName
{
background-color: #8C8589;
}
</style>
border-color css
<style>
span { border-color: #8C8589; }
span { border-color: rgb(140,133,137); }
td.TdClassName
{
border-color: #8C8589;
}
.TagClassName
{
border-color: #8C8589;
}
</style>