Shades of Friar Grey #8E8979
Tints of Friar Grey #8E8979
RGB
CMYK
RGB Variations
Color information
#8E8979 (or 0x8E8979) is known color: Friar Grey. HEX triplet: 8E, 89 and 79. RGB value is (142,137,121). Sum of RGB (Red+Green+Blue) = 142+137+121=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8979 is #717686. Grayscale: #888888. Windows color (decimal): -7435911 or 7965070. OLE color: 7965070.
HSL color Cylindrical-coordinate representation of color #8E8979: hue angle of 45.71º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E8979 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 137 | 121 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.44 |
| HSL | 45.71º | 0.09% | 0.52% | - |
| HSV(B) | 45.71º | 0.15% | 0.56% | - |
| XYZ | 23.55 | 25.02 | 21.68 | - |
| YUV | 136.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 137 | 121 | 0 | 0.04 | 0.15 | 0.44 | 45.71 | 0.09 | 0.52 |
| Hex | 8E | 89 | 79 | 0 | 4 | F | 2C | 2E | 9 | 34 |
| Octal | 216 | 211 | 171 | 0 | 4 | 17 | 54 | 56 | 11 | 64 |
| Binary | 10001110 | 10001001 | 1111001 | 0 | 100 | 1111 | 101100 | 101110 | 1001 | 110100 |
Color Harmonies of #8E8979
Complementary color
Monochromatic Colors of #8E8979
Black with #8E8979
Text Example
Text Example
White with #8E8979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8979; }
p { color: rgb(142,137,121); }
H1.HeaderClassName
{
color: #8E8979;
}
.AnyTagClassName
{
color: #8E8979;
}
</style>
background-color css
<style>
a { background-color: #8E8979; }
a { background-color: rgb(142,137,121); }
div.DivClassName
{
background-color: #8E8979;
}
.BgClassName
{
background-color: #8E8979;
}
</style>
border-color css
<style>
span { border-color: #8E8979; }
span { border-color: rgb(142,137,121); }
td.TdClassName
{
border-color: #8E8979;
}
.TagClassName
{
border-color: #8E8979;
}
</style>