Shades of Heathered Grey #8C8983
Tints of Heathered Grey #8C8983
RGB
CMYK
RGB Variations
Color information
#8C8983 (or 0x8C8983) is known color: Heathered Grey. HEX triplet: 8C, 89 and 83. RGB value is (140,137,131). Sum of RGB (Red+Green+Blue) = 140+137+131=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8983 is #73767C. Grayscale: #898989. Windows color (decimal): -7566973 or 8620428. OLE color: 8620428.
HSL color Cylindrical-coordinate representation of color #8C8983: hue angle of 40º degrees, saturation: 0.04, 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 #8C8983 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 137 | 131 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.45 |
| HSL | 40º | 0.04% | 0.53% | - |
| HSV(B) | 40º | 0.06% | 0.55% | - |
| XYZ | 23.86 | 25.11 | 25.06 | - |
| YUV | 137.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 131 | 0 | 0.02 | 0.06 | 0.45 | 40 | 0.04 | 0.53 |
| Hex | 8C | 89 | 83 | 0 | 2 | 6 | 2D | 28 | 4 | 35 |
| Octal | 214 | 211 | 203 | 0 | 2 | 6 | 55 | 50 | 4 | 65 |
| Binary | 10001100 | 10001001 | 10000011 | 0 | 10 | 110 | 101101 | 101000 | 100 | 110101 |
Color Harmonies of #8C8983
Complementary color
Monochromatic Colors of #8C8983
Black with #8C8983
Text Example
Text Example
White with #8C8983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8983; }
p { color: rgb(140,137,131); }
H1.HeaderClassName
{
color: #8C8983;
}
.AnyTagClassName
{
color: #8C8983;
}
</style>
background-color css
<style>
a { background-color: #8C8983; }
a { background-color: rgb(140,137,131); }
div.DivClassName
{
background-color: #8C8983;
}
.BgClassName
{
background-color: #8C8983;
}
</style>
border-color css
<style>
span { border-color: #8C8983; }
span { border-color: rgb(140,137,131); }
td.TdClassName
{
border-color: #8C8983;
}
.TagClassName
{
border-color: #8C8983;
}
</style>