Shades of Heathered Grey #8F8878
Tints of Heathered Grey #8F8878
RGB
CMYK
RGB Variations
Color information
#8F8878 (or 0x8F8878) is known color: Heathered Grey. HEX triplet: 8F, 88 and 78. RGB value is (143,136,120). Sum of RGB (Red+Green+Blue) = 143+136+120=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8878 is #707787. Grayscale: #888888. Windows color (decimal): -7370632 or 7899279. OLE color: 7899279.
HSL color Cylindrical-coordinate representation of color #8F8878: hue angle of 41.74º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F8878 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 136 | 120 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.44 |
| HSL | 41.74º | 0.09% | 0.52% | - |
| HSV(B) | 41.74º | 0.16% | 0.56% | - |
| XYZ | 23.52 | 24.8 | 21.32 | - |
| YUV | 136.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 120 | 0 | 0.05 | 0.16 | 0.44 | 41.74 | 0.09 | 0.52 |
| Hex | 8F | 88 | 78 | 0 | 5 | 10 | 2C | 2A | 9 | 34 |
| Octal | 217 | 210 | 170 | 0 | 5 | 20 | 54 | 52 | 11 | 64 |
| Binary | 10001111 | 10001000 | 1111000 | 0 | 101 | 10000 | 101100 | 101010 | 1001 | 110100 |
Color Harmonies of #8F8878
Complementary color
Monochromatic Colors of #8F8878
Black with #8F8878
Text Example
Text Example
White with #8F8878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8878; }
p { color: rgb(143,136,120); }
H1.HeaderClassName
{
color: #8F8878;
}
.AnyTagClassName
{
color: #8F8878;
}
</style>
background-color css
<style>
a { background-color: #8F8878; }
a { background-color: rgb(143,136,120); }
div.DivClassName
{
background-color: #8F8878;
}
.BgClassName
{
background-color: #8F8878;
}
</style>
border-color css
<style>
span { border-color: #8F8878; }
span { border-color: rgb(143,136,120); }
td.TdClassName
{
border-color: #8F8878;
}
.TagClassName
{
border-color: #8F8878;
}
</style>