Shades of Friar Grey #8E8774
Tints of Friar Grey #8E8774
RGB
CMYK
RGB Variations
Color information
#8E8774 (or 0x8E8774) is known color: Friar Grey. HEX triplet: 8E, 87 and 74. RGB value is (142,135,116). Sum of RGB (Red+Green+Blue) = 142+135+116=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8774 is #71788B. Grayscale: #878787. Windows color (decimal): -7436428 or 7636878. OLE color: 7636878.
HSL color Cylindrical-coordinate representation of color #8E8774: hue angle of 43.85º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E8774 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 135 | 116 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.44 |
| HSL | 43.85º | 0.1% | 0.51% | - |
| HSV(B) | 43.85º | 0.18% | 0.56% | - |
| XYZ | 22.97 | 24.34 | 20.01 | - |
| YUV | 134.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 135 | 116 | 0 | 0.05 | 0.18 | 0.44 | 43.85 | 0.1 | 0.51 |
| Hex | 8E | 87 | 74 | 0 | 5 | 12 | 2C | 2C | A | 33 |
| Octal | 216 | 207 | 164 | 0 | 5 | 22 | 54 | 54 | 12 | 63 |
| Binary | 10001110 | 10000111 | 1110100 | 0 | 101 | 10010 | 101100 | 101100 | 1010 | 110011 |
Color Harmonies of #8E8774
Complementary color
Monochromatic Colors of #8E8774
Black with #8E8774
Text Example
Text Example
White with #8E8774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8774; }
p { color: rgb(142,135,116); }
H1.HeaderClassName
{
color: #8E8774;
}
.AnyTagClassName
{
color: #8E8774;
}
</style>
background-color css
<style>
a { background-color: #8E8774; }
a { background-color: rgb(142,135,116); }
div.DivClassName
{
background-color: #8E8774;
}
.BgClassName
{
background-color: #8E8774;
}
</style>
border-color css
<style>
span { border-color: #8E8774; }
span { border-color: rgb(142,135,116); }
td.TdClassName
{
border-color: #8E8774;
}
.TagClassName
{
border-color: #8E8774;
}
</style>