Shades of Heathered Grey #8D897F
Tints of Heathered Grey #8D897F
RGB
CMYK
RGB Variations
Color information
#8D897F (or 0x8D897F) is known color: Heathered Grey. HEX triplet: 8D, 89 and 7F. RGB value is (141,137,127). Sum of RGB (Red+Green+Blue) = 141+137+127=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 141 - color contains mainly: red. Hex color #8D897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D897F is #727680. Grayscale: #898989. Windows color (decimal): -7501441 or 8358285. OLE color: 8358285.
HSL color Cylindrical-coordinate representation of color #8D897F: hue angle of 42.86º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8D897F is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 137 | 127 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.45 |
| HSL | 42.86º | 0.06% | 0.53% | - |
| HSV(B) | 42.86º | 0.1% | 0.55% | - |
| XYZ | 23.76 | 25.09 | 23.67 | - |
| YUV | 137.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 127 | 0 | 0.03 | 0.10 | 0.45 | 42.86 | 0.06 | 0.53 |
| Hex | 8D | 89 | 7F | 0 | 3 | A | 2D | 2B | 6 | 35 |
| Octal | 215 | 211 | 177 | 0 | 3 | 12 | 55 | 53 | 6 | 65 |
| Binary | 10001101 | 10001001 | 1111111 | 0 | 11 | 1010 | 101101 | 101011 | 110 | 110101 |
Color Harmonies of #8D897F
Complementary color
Monochromatic Colors of #8D897F
Black with #8D897F
Text Example
Text Example
White with #8D897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D897F; }
p { color: rgb(141,137,127); }
H1.HeaderClassName
{
color: #8D897F;
}
.AnyTagClassName
{
color: #8D897F;
}
</style>
background-color css
<style>
a { background-color: #8D897F; }
a { background-color: rgb(141,137,127); }
div.DivClassName
{
background-color: #8D897F;
}
.BgClassName
{
background-color: #8D897F;
}
</style>
border-color css
<style>
span { border-color: #8D897F; }
span { border-color: rgb(141,137,127); }
td.TdClassName
{
border-color: #8D897F;
}
.TagClassName
{
border-color: #8D897F;
}
</style>