Shades of Heathered Grey #8F8E8C
Tints of Heathered Grey #8F8E8C
RGB
CMYK
RGB Variations
Color information
#8F8E8C (or 0x8F8E8C) is known color: Heathered Grey. HEX triplet: 8F, 8E and 8C. RGB value is (143,142,140). Sum of RGB (Red+Green+Blue) = 143+142+140=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8E8C is #707173. Grayscale: #8E8E8E. Windows color (decimal): -7369076 or 9211535. OLE color: 9211535.
HSL color Cylindrical-coordinate representation of color #8F8E8C: hue angle of 40º degrees, saturation: 0.01, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8F8E8C is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 142 | 140 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.44 |
| HSL | 40º | 0.01% | 0.55% | - |
| HSV(B) | 40º | 0.02% | 0.56% | - |
| XYZ | 25.73 | 27.08 | 28.68 | - |
| YUV | 142.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 142 | 140 | 0 | 0.01 | 0.02 | 0.44 | 40 | 0.01 | 0.55 |
| Hex | 8F | 8E | 8C | 0 | 1 | 2 | 2C | 28 | 1 | 37 |
| Octal | 217 | 216 | 214 | 0 | 1 | 2 | 54 | 50 | 1 | 67 |
| Binary | 10001111 | 10001110 | 10001100 | 0 | 1 | 10 | 101100 | 101000 | 1 | 110111 |
Color Harmonies of #8F8E8C
Complementary color
Monochromatic Colors of #8F8E8C
Black with #8F8E8C
Text Example
Text Example
White with #8F8E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8E8C; }
p { color: rgb(143,142,140); }
H1.HeaderClassName
{
color: #8F8E8C;
}
.AnyTagClassName
{
color: #8F8E8C;
}
</style>
background-color css
<style>
a { background-color: #8F8E8C; }
a { background-color: rgb(143,142,140); }
div.DivClassName
{
background-color: #8F8E8C;
}
.BgClassName
{
background-color: #8F8E8C;
}
</style>
border-color css
<style>
span { border-color: #8F8E8C; }
span { border-color: rgb(143,142,140); }
td.TdClassName
{
border-color: #8F8E8C;
}
.TagClassName
{
border-color: #8F8E8C;
}
</style>