Shades of Friar Grey #8D8871
Tints of Friar Grey #8D8871
RGB
CMYK
RGB Variations
Color information
#8D8871 (or 0x8D8871) is known color: Friar Grey. HEX triplet: 8D, 88 and 71. RGB value is (141,136,113). Sum of RGB (Red+Green+Blue) = 141+136+113=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8871 is #72778E. Grayscale: #868686. Windows color (decimal): -7501711 or 7440525. OLE color: 7440525.
HSL color Cylindrical-coordinate representation of color #8D8871: hue angle of 49.29º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D8871 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 136 | 113 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.45 |
| HSL | 49.29º | 0.11% | 0.5% | - |
| HSV(B) | 49.29º | 0.2% | 0.55% | - |
| XYZ | 22.77 | 24.46 | 19.14 | - |
| YUV | 134.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 136 | 113 | 0 | 0.04 | 0.20 | 0.45 | 49.29 | 0.11 | 0.5 |
| Hex | 8D | 88 | 71 | 0 | 4 | 14 | 2D | 31 | B | 32 |
| Octal | 215 | 210 | 161 | 0 | 4 | 24 | 55 | 61 | 13 | 62 |
| Binary | 10001101 | 10001000 | 1110001 | 0 | 100 | 10100 | 101101 | 110001 | 1011 | 110010 |
Color Harmonies of #8D8871
Complementary color
Monochromatic Colors of #8D8871
Black with #8D8871
Text Example
Text Example
White with #8D8871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8871; }
p { color: rgb(141,136,113); }
H1.HeaderClassName
{
color: #8D8871;
}
.AnyTagClassName
{
color: #8D8871;
}
</style>
background-color css
<style>
a { background-color: #8D8871; }
a { background-color: rgb(141,136,113); }
div.DivClassName
{
background-color: #8D8871;
}
.BgClassName
{
background-color: #8D8871;
}
</style>
border-color css
<style>
span { border-color: #8D8871; }
span { border-color: rgb(141,136,113); }
td.TdClassName
{
border-color: #8D8871;
}
.TagClassName
{
border-color: #8D8871;
}
</style>