Shades of Friar Grey #8E8A79
Tints of Friar Grey #8E8A79
RGB
CMYK
RGB Variations
Color information
#8E8A79 (or 0x8E8A79) is known color: Friar Grey. HEX triplet: 8E, 8A and 79. RGB value is (142,138,121). Sum of RGB (Red+Green+Blue) = 142+138+121=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8A79 is #717586. Grayscale: #898989. Windows color (decimal): -7435655 or 7965326. OLE color: 7965326.
HSL color Cylindrical-coordinate representation of color #8E8A79: hue angle of 48.57º 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 #8E8A79 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 138 | 121 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.44 |
| HSL | 48.57º | 0.09% | 0.52% | - |
| HSV(B) | 48.57º | 0.15% | 0.56% | - |
| XYZ | 23.7 | 25.31 | 21.73 | - |
| YUV | 137.26 | 118.83 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 138 | 121 | 0 | 0.03 | 0.15 | 0.44 | 48.57 | 0.09 | 0.52 |
| Hex | 8E | 8A | 79 | 0 | 3 | F | 2C | 31 | 9 | 34 |
| Octal | 216 | 212 | 171 | 0 | 3 | 17 | 54 | 61 | 11 | 64 |
| Binary | 10001110 | 10001010 | 1111001 | 0 | 11 | 1111 | 101100 | 110001 | 1001 | 110100 |
Color Harmonies of #8E8A79
Complementary color
Monochromatic Colors of #8E8A79
Black with #8E8A79
Text Example
Text Example
White with #8E8A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8A79; }
p { color: rgb(142,138,121); }
H1.HeaderClassName
{
color: #8E8A79;
}
.AnyTagClassName
{
color: #8E8A79;
}
</style>
background-color css
<style>
a { background-color: #8E8A79; }
a { background-color: rgb(142,138,121); }
div.DivClassName
{
background-color: #8E8A79;
}
.BgClassName
{
background-color: #8E8A79;
}
</style>
border-color css
<style>
span { border-color: #8E8A79; }
span { border-color: rgb(142,138,121); }
td.TdClassName
{
border-color: #8E8A79;
}
.TagClassName
{
border-color: #8E8A79;
}
</style>