Shades of Heathered Grey #8F8A7F
Tints of Heathered Grey #8F8A7F
RGB
CMYK
RGB Variations
Color information
#8F8A7F (or 0x8F8A7F) is known color: Heathered Grey. HEX triplet: 8F, 8A and 7F. RGB value is (143,138,127). Sum of RGB (Red+Green+Blue) = 143+138+127=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8A7F is #707580. Grayscale: #8A8A8A. Windows color (decimal): -7370113 or 8358543. OLE color: 8358543.
HSL color Cylindrical-coordinate representation of color #8F8A7F: hue angle of 41.25º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8F8A7F is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 138 | 127 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.44 |
| HSL | 41.25º | 0.07% | 0.53% | - |
| HSV(B) | 41.25º | 0.11% | 0.56% | - |
| XYZ | 24.25 | 25.55 | 23.73 | - |
| YUV | 138.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 138 | 127 | 0 | 0.03 | 0.11 | 0.44 | 41.25 | 0.07 | 0.53 |
| Hex | 8F | 8A | 7F | 0 | 3 | B | 2C | 29 | 7 | 35 |
| Octal | 217 | 212 | 177 | 0 | 3 | 13 | 54 | 51 | 7 | 65 |
| Binary | 10001111 | 10001010 | 1111111 | 0 | 11 | 1011 | 101100 | 101001 | 111 | 110101 |
Color Harmonies of #8F8A7F
Complementary color
Monochromatic Colors of #8F8A7F
Black with #8F8A7F
Text Example
Text Example
White with #8F8A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8A7F; }
p { color: rgb(143,138,127); }
H1.HeaderClassName
{
color: #8F8A7F;
}
.AnyTagClassName
{
color: #8F8A7F;
}
</style>
background-color css
<style>
a { background-color: #8F8A7F; }
a { background-color: rgb(143,138,127); }
div.DivClassName
{
background-color: #8F8A7F;
}
.BgClassName
{
background-color: #8F8A7F;
}
</style>
border-color css
<style>
span { border-color: #8F8A7F; }
span { border-color: rgb(143,138,127); }
td.TdClassName
{
border-color: #8F8A7F;
}
.TagClassName
{
border-color: #8F8A7F;
}
</style>