Shades of Friar Grey #8E8A7B
Tints of Friar Grey #8E8A7B
RGB
CMYK
RGB Variations
Color information
#8E8A7B (or 0x8E8A7B) is known color: Friar Grey. HEX triplet: 8E, 8A and 7B. RGB value is (142,138,123). Sum of RGB (Red+Green+Blue) = 142+138+123=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8A7B is #717584. Grayscale: #898989. Windows color (decimal): -7435653 or 8096398. OLE color: 8096398.
HSL color Cylindrical-coordinate representation of color #8E8A7B: hue angle of 47.37º 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 #8E8A7B is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 138 | 123 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.44 |
| HSL | 47.37º | 0.08% | 0.52% | - |
| HSV(B) | 47.37º | 0.13% | 0.56% | - |
| XYZ | 23.82 | 25.36 | 22.38 | - |
| YUV | 137.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 138 | 123 | 0 | 0.03 | 0.13 | 0.44 | 47.37 | 0.08 | 0.52 |
| Hex | 8E | 8A | 7B | 0 | 3 | D | 2C | 2F | 8 | 34 |
| Octal | 216 | 212 | 173 | 0 | 3 | 15 | 54 | 57 | 10 | 64 |
| Binary | 10001110 | 10001010 | 1111011 | 0 | 11 | 1101 | 101100 | 101111 | 1000 | 110100 |
Color Harmonies of #8E8A7B
Complementary color
Monochromatic Colors of #8E8A7B
Black with #8E8A7B
Text Example
Text Example
White with #8E8A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8A7B; }
p { color: rgb(142,138,123); }
H1.HeaderClassName
{
color: #8E8A7B;
}
.AnyTagClassName
{
color: #8E8A7B;
}
</style>
background-color css
<style>
a { background-color: #8E8A7B; }
a { background-color: rgb(142,138,123); }
div.DivClassName
{
background-color: #8E8A7B;
}
.BgClassName
{
background-color: #8E8A7B;
}
</style>
border-color css
<style>
span { border-color: #8E8A7B; }
span { border-color: rgb(142,138,123); }
td.TdClassName
{
border-color: #8E8A7B;
}
.TagClassName
{
border-color: #8E8A7B;
}
</style>