Shades of Heathered Grey #8F8A82
Tints of Heathered Grey #8F8A82
RGB
CMYK
RGB Variations
Color information
#8F8A82 (or 0x8F8A82) is known color: Heathered Grey. HEX triplet: 8F, 8A and 82. RGB value is (143,138,130). Sum of RGB (Red+Green+Blue) = 143+138+130=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8A82 is #70757D. Grayscale: #8A8A8A. Windows color (decimal): -7370110 or 8555151. OLE color: 8555151.
HSL color Cylindrical-coordinate representation of color #8F8A82: hue angle of 36.92º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8F8A82 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 138 | 130 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.44 |
| HSL | 36.92º | 0.05% | 0.54% | - |
| HSV(B) | 36.92º | 0.09% | 0.56% | - |
| XYZ | 24.45 | 25.63 | 24.78 | - |
| YUV | 138.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 138 | 130 | 0 | 0.03 | 0.09 | 0.44 | 36.92 | 0.05 | 0.54 |
| Hex | 8F | 8A | 82 | 0 | 3 | 9 | 2C | 25 | 5 | 36 |
| Octal | 217 | 212 | 202 | 0 | 3 | 11 | 54 | 45 | 5 | 66 |
| Binary | 10001111 | 10001010 | 10000010 | 0 | 11 | 1001 | 101100 | 100101 | 101 | 110110 |
Color Harmonies of #8F8A82
Complementary color
Monochromatic Colors of #8F8A82
Black with #8F8A82
Text Example
Text Example
White with #8F8A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8A82; }
p { color: rgb(143,138,130); }
H1.HeaderClassName
{
color: #8F8A82;
}
.AnyTagClassName
{
color: #8F8A82;
}
</style>
background-color css
<style>
a { background-color: #8F8A82; }
a { background-color: rgb(143,138,130); }
div.DivClassName
{
background-color: #8F8A82;
}
.BgClassName
{
background-color: #8F8A82;
}
</style>
border-color css
<style>
span { border-color: #8F8A82; }
span { border-color: rgb(143,138,130); }
td.TdClassName
{
border-color: #8F8A82;
}
.TagClassName
{
border-color: #8F8A82;
}
</style>