Shades of Heathered Grey #8F8A80
Tints of Heathered Grey #8F8A80
RGB
CMYK
RGB Variations
Color information
#8F8A80 (or 0x8F8A80) is known color: Heathered Grey. HEX triplet: 8F, 8A and 80. RGB value is (143,138,128). Sum of RGB (Red+Green+Blue) = 143+138+128=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8A80 is #70757F. Grayscale: #8A8A8A. Windows color (decimal): -7370112 or 8424079. OLE color: 8424079.
HSL color Cylindrical-coordinate representation of color #8F8A80: hue angle of 40º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8F8A80 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 138 | 128 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.44 |
| HSL | 40º | 0.06% | 0.53% | - |
| HSV(B) | 40º | 0.1% | 0.56% | - |
| XYZ | 24.31 | 25.58 | 24.08 | - |
| YUV | 138.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 138 | 128 | 0 | 0.03 | 0.10 | 0.44 | 40 | 0.06 | 0.53 |
| Hex | 8F | 8A | 80 | 0 | 3 | A | 2C | 28 | 6 | 35 |
| Octal | 217 | 212 | 200 | 0 | 3 | 12 | 54 | 50 | 6 | 65 |
| Binary | 10001111 | 10001010 | 10000000 | 0 | 11 | 1010 | 101100 | 101000 | 110 | 110101 |
Color Harmonies of #8F8A80
Complementary color
Monochromatic Colors of #8F8A80
Black with #8F8A80
Text Example
Text Example
White with #8F8A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8A80; }
p { color: rgb(143,138,128); }
H1.HeaderClassName
{
color: #8F8A80;
}
.AnyTagClassName
{
color: #8F8A80;
}
</style>
background-color css
<style>
a { background-color: #8F8A80; }
a { background-color: rgb(143,138,128); }
div.DivClassName
{
background-color: #8F8A80;
}
.BgClassName
{
background-color: #8F8A80;
}
</style>
border-color css
<style>
span { border-color: #8F8A80; }
span { border-color: rgb(143,138,128); }
td.TdClassName
{
border-color: #8F8A80;
}
.TagClassName
{
border-color: #8F8A80;
}
</style>