Shades of Heathered Grey #8F897C
Tints of Heathered Grey #8F897C
RGB
CMYK
RGB Variations
Color information
#8F897C (or 0x8F897C) is known color: Heathered Grey. HEX triplet: 8F, 89 and 7C. RGB value is (143,137,124). Sum of RGB (Red+Green+Blue) = 143+137+124=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 143 - color contains mainly: red. Hex color #8F897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F897C is #707683. Grayscale: #898989. Windows color (decimal): -7370372 or 8161679. OLE color: 8161679.
HSL color Cylindrical-coordinate representation of color #8F897C: hue angle of 41.05º 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 #8F897C is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 137 | 124 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.44 |
| HSL | 41.05º | 0.08% | 0.52% | - |
| HSV(B) | 41.05º | 0.13% | 0.56% | - |
| XYZ | 23.91 | 25.19 | 22.67 | - |
| YUV | 137.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 124 | 0 | 0.04 | 0.13 | 0.44 | 41.05 | 0.08 | 0.52 |
| Hex | 8F | 89 | 7C | 0 | 4 | D | 2C | 29 | 8 | 34 |
| Octal | 217 | 211 | 174 | 0 | 4 | 15 | 54 | 51 | 10 | 64 |
| Binary | 10001111 | 10001001 | 1111100 | 0 | 100 | 1101 | 101100 | 101001 | 1000 | 110100 |
Color Harmonies of #8F897C
Complementary color
Monochromatic Colors of #8F897C
Black with #8F897C
Text Example
Text Example
White with #8F897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F897C; }
p { color: rgb(143,137,124); }
H1.HeaderClassName
{
color: #8F897C;
}
.AnyTagClassName
{
color: #8F897C;
}
</style>
background-color css
<style>
a { background-color: #8F897C; }
a { background-color: rgb(143,137,124); }
div.DivClassName
{
background-color: #8F897C;
}
.BgClassName
{
background-color: #8F897C;
}
</style>
border-color css
<style>
span { border-color: #8F897C; }
span { border-color: rgb(143,137,124); }
td.TdClassName
{
border-color: #8F897C;
}
.TagClassName
{
border-color: #8F897C;
}
</style>