Shades of Friar Grey #8D8876
Tints of Friar Grey #8D8876
RGB
CMYK
RGB Variations
Color information
#8D8876 (or 0x8D8876) is known color: Friar Grey. HEX triplet: 8D, 88 and 76. RGB value is (141,136,118). Sum of RGB (Red+Green+Blue) = 141+136+118=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8876 is #727789. Grayscale: #878787. Windows color (decimal): -7501706 or 7768205. OLE color: 7768205.
HSL color Cylindrical-coordinate representation of color #8D8876: hue angle of 46.96º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8D8876 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 136 | 118 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.45 |
| HSL | 46.96º | 0.09% | 0.51% | - |
| HSV(B) | 46.96º | 0.16% | 0.55% | - |
| XYZ | 23.06 | 24.58 | 20.67 | - |
| YUV | 135.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 136 | 118 | 0 | 0.04 | 0.16 | 0.45 | 46.96 | 0.09 | 0.51 |
| Hex | 8D | 88 | 76 | 0 | 4 | 10 | 2D | 2F | 9 | 33 |
| Octal | 215 | 210 | 166 | 0 | 4 | 20 | 55 | 57 | 11 | 63 |
| Binary | 10001101 | 10001000 | 1110110 | 0 | 100 | 10000 | 101101 | 101111 | 1001 | 110011 |
Color Harmonies of #8D8876
Complementary color
Monochromatic Colors of #8D8876
Black with #8D8876
Text Example
Text Example
White with #8D8876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8876; }
p { color: rgb(141,136,118); }
H1.HeaderClassName
{
color: #8D8876;
}
.AnyTagClassName
{
color: #8D8876;
}
</style>
background-color css
<style>
a { background-color: #8D8876; }
a { background-color: rgb(141,136,118); }
div.DivClassName
{
background-color: #8D8876;
}
.BgClassName
{
background-color: #8D8876;
}
</style>
border-color css
<style>
span { border-color: #8D8876; }
span { border-color: rgb(141,136,118); }
td.TdClassName
{
border-color: #8D8876;
}
.TagClassName
{
border-color: #8D8876;
}
</style>