Shades of Heathered Grey #8F8A7D
Tints of Heathered Grey #8F8A7D
RGB
CMYK
RGB Variations
Color information
#8F8A7D (or 0x8F8A7D) is known color: Heathered Grey. HEX triplet: 8F, 8A and 7D. RGB value is (143,138,125). Sum of RGB (Red+Green+Blue) = 143+138+125=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8A7D is #707582. Grayscale: #8A8A8A. Windows color (decimal): -7370115 or 8227471. OLE color: 8227471.
HSL color Cylindrical-coordinate representation of color #8F8A7D: hue angle of 43.33º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F8A7D is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 138 | 125 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.44 |
| HSL | 43.33º | 0.07% | 0.53% | - |
| HSV(B) | 43.33º | 0.13% | 0.56% | - |
| XYZ | 24.12 | 25.5 | 23.05 | - |
| YUV | 138.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 138 | 125 | 0 | 0.03 | 0.13 | 0.44 | 43.33 | 0.07 | 0.53 |
| Hex | 8F | 8A | 7D | 0 | 3 | D | 2C | 2B | 7 | 35 |
| Octal | 217 | 212 | 175 | 0 | 3 | 15 | 54 | 53 | 7 | 65 |
| Binary | 10001111 | 10001010 | 1111101 | 0 | 11 | 1101 | 101100 | 101011 | 111 | 110101 |
Color Harmonies of #8F8A7D
Complementary color
Monochromatic Colors of #8F8A7D
Black with #8F8A7D
Text Example
Text Example
White with #8F8A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8A7D; }
p { color: rgb(143,138,125); }
H1.HeaderClassName
{
color: #8F8A7D;
}
.AnyTagClassName
{
color: #8F8A7D;
}
</style>
background-color css
<style>
a { background-color: #8F8A7D; }
a { background-color: rgb(143,138,125); }
div.DivClassName
{
background-color: #8F8A7D;
}
.BgClassName
{
background-color: #8F8A7D;
}
</style>
border-color css
<style>
span { border-color: #8F8A7D; }
span { border-color: rgb(143,138,125); }
td.TdClassName
{
border-color: #8F8A7D;
}
.TagClassName
{
border-color: #8F8A7D;
}
</style>