Shades of Heathered Grey #8F8A85
Tints of Heathered Grey #8F8A85
RGB
CMYK
RGB Variations
Color information
#8F8A85 (or 0x8F8A85) is known color: Heathered Grey. HEX triplet: 8F, 8A and 85. RGB value is (143,138,133). Sum of RGB (Red+Green+Blue) = 143+138+133=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8A85 is #70757A. Grayscale: #8A8A8A. Windows color (decimal): -7370107 or 8751759. OLE color: 8751759.
HSL color Cylindrical-coordinate representation of color #8F8A85: hue angle of 30º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8F8A85 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 138 | 133 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.44 |
| HSL | 30º | 0.04% | 0.54% | - |
| HSV(B) | 30º | 0.07% | 0.56% | - |
| XYZ | 24.65 | 25.71 | 25.85 | - |
| YUV | 138.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 138 | 133 | 0 | 0.03 | 0.07 | 0.44 | 30 | 0.04 | 0.54 |
| Hex | 8F | 8A | 85 | 0 | 3 | 7 | 2C | 1E | 4 | 36 |
| Octal | 217 | 212 | 205 | 0 | 3 | 7 | 54 | 36 | 4 | 66 |
| Binary | 10001111 | 10001010 | 10000101 | 0 | 11 | 111 | 101100 | 11110 | 100 | 110110 |
Color Harmonies of #8F8A85
Complementary color
Monochromatic Colors of #8F8A85
Black with #8F8A85
Text Example
Text Example
White with #8F8A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8A85; }
p { color: rgb(143,138,133); }
H1.HeaderClassName
{
color: #8F8A85;
}
.AnyTagClassName
{
color: #8F8A85;
}
</style>
background-color css
<style>
a { background-color: #8F8A85; }
a { background-color: rgb(143,138,133); }
div.DivClassName
{
background-color: #8F8A85;
}
.BgClassName
{
background-color: #8F8A85;
}
</style>
border-color css
<style>
span { border-color: #8F8A85; }
span { border-color: rgb(143,138,133); }
td.TdClassName
{
border-color: #8F8A85;
}
.TagClassName
{
border-color: #8F8A85;
}
</style>