Shades of Heathered Grey #8F887C
Tints of Heathered Grey #8F887C
RGB
CMYK
RGB Variations
Color information
#8F887C (or 0x8F887C) is known color: Heathered Grey. HEX triplet: 8F, 88 and 7C. RGB value is (143,136,124). Sum of RGB (Red+Green+Blue) = 143+136+124=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 143 - color contains mainly: red. Hex color #8F887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F887C is #707783. Grayscale: #888888. Windows color (decimal): -7370628 or 8161423. OLE color: 8161423.
HSL color Cylindrical-coordinate representation of color #8F887C: hue angle of 37.89º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F887C is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 136 | 124 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.44 |
| HSL | 37.89º | 0.08% | 0.52% | - |
| HSV(B) | 37.89º | 0.13% | 0.56% | - |
| XYZ | 23.77 | 24.9 | 22.62 | - |
| YUV | 136.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 124 | 0 | 0.05 | 0.13 | 0.44 | 37.89 | 0.08 | 0.52 |
| Hex | 8F | 88 | 7C | 0 | 5 | D | 2C | 26 | 8 | 34 |
| Octal | 217 | 210 | 174 | 0 | 5 | 15 | 54 | 46 | 10 | 64 |
| Binary | 10001111 | 10001000 | 1111100 | 0 | 101 | 1101 | 101100 | 100110 | 1000 | 110100 |
Color Harmonies of #8F887C
Complementary color
Monochromatic Colors of #8F887C
Black with #8F887C
Text Example
Text Example
White with #8F887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F887C; }
p { color: rgb(143,136,124); }
H1.HeaderClassName
{
color: #8F887C;
}
.AnyTagClassName
{
color: #8F887C;
}
</style>
background-color css
<style>
a { background-color: #8F887C; }
a { background-color: rgb(143,136,124); }
div.DivClassName
{
background-color: #8F887C;
}
.BgClassName
{
background-color: #8F887C;
}
</style>
border-color css
<style>
span { border-color: #8F887C; }
span { border-color: rgb(143,136,124); }
td.TdClassName
{
border-color: #8F887C;
}
.TagClassName
{
border-color: #8F887C;
}
</style>