Shades of Heathered Grey #8C8B89
Tints of Heathered Grey #8C8B89
RGB
CMYK
RGB Variations
Color information
#8C8B89 (or 0x8C8B89) is known color: Heathered Grey. HEX triplet: 8C, 8B and 89. RGB value is (140,139,137). Sum of RGB (Red+Green+Blue) = 140+139+137=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8B89 is #737476. Grayscale: #8B8B8B. Windows color (decimal): -7566455 or 9014156. OLE color: 9014156.
HSL color Cylindrical-coordinate representation of color #8C8B89: hue angle of 40º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8C8B89 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 139 | 137 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.45 |
| HSL | 40º | 0.01% | 0.54% | - |
| HSV(B) | 40º | 0.02% | 0.55% | - |
| XYZ | 24.56 | 25.85 | 27.36 | - |
| YUV | 139.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 139 | 137 | 0 | 0.01 | 0.02 | 0.45 | 40 | 0.01 | 0.54 |
| Hex | 8C | 8B | 89 | 0 | 1 | 2 | 2D | 28 | 1 | 36 |
| Octal | 214 | 213 | 211 | 0 | 1 | 2 | 55 | 50 | 1 | 66 |
| Binary | 10001100 | 10001011 | 10001001 | 0 | 1 | 10 | 101101 | 101000 | 1 | 110110 |
Color Harmonies of #8C8B89
Complementary color
Monochromatic Colors of #8C8B89
Black with #8C8B89
Text Example
Text Example
White with #8C8B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8B89; }
p { color: rgb(140,139,137); }
H1.HeaderClassName
{
color: #8C8B89;
}
.AnyTagClassName
{
color: #8C8B89;
}
</style>
background-color css
<style>
a { background-color: #8C8B89; }
a { background-color: rgb(140,139,137); }
div.DivClassName
{
background-color: #8C8B89;
}
.BgClassName
{
background-color: #8C8B89;
}
</style>
border-color css
<style>
span { border-color: #8C8B89; }
span { border-color: rgb(140,139,137); }
td.TdClassName
{
border-color: #8C8B89;
}
.TagClassName
{
border-color: #8C8B89;
}
</style>