Shades of Friar Grey #8D8977
Tints of Friar Grey #8D8977
RGB
CMYK
RGB Variations
Color information
#8D8977 (or 0x8D8977) is known color: Friar Grey. HEX triplet: 8D, 89 and 77. RGB value is (141,137,119). Sum of RGB (Red+Green+Blue) = 141+137+119=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8977 is #727688. Grayscale: #888888. Windows color (decimal): -7501449 or 7833997. OLE color: 7833997.
HSL color Cylindrical-coordinate representation of color #8D8977: hue angle of 49.09º 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 #8D8977 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 137 | 119 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.45 |
| HSL | 49.09º | 0.09% | 0.51% | - |
| HSV(B) | 49.09º | 0.16% | 0.55% | - |
| XYZ | 23.26 | 24.89 | 21.03 | - |
| YUV | 136.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 119 | 0 | 0.03 | 0.16 | 0.45 | 49.09 | 0.09 | 0.51 |
| Hex | 8D | 89 | 77 | 0 | 3 | 10 | 2D | 31 | 9 | 33 |
| Octal | 215 | 211 | 167 | 0 | 3 | 20 | 55 | 61 | 11 | 63 |
| Binary | 10001101 | 10001001 | 1110111 | 0 | 11 | 10000 | 101101 | 110001 | 1001 | 110011 |
Color Harmonies of #8D8977
Complementary color
Monochromatic Colors of #8D8977
Black with #8D8977
Text Example
Text Example
White with #8D8977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8977; }
p { color: rgb(141,137,119); }
H1.HeaderClassName
{
color: #8D8977;
}
.AnyTagClassName
{
color: #8D8977;
}
</style>
background-color css
<style>
a { background-color: #8D8977; }
a { background-color: rgb(141,137,119); }
div.DivClassName
{
background-color: #8D8977;
}
.BgClassName
{
background-color: #8D8977;
}
</style>
border-color css
<style>
span { border-color: #8D8977; }
span { border-color: rgb(141,137,119); }
td.TdClassName
{
border-color: #8D8977;
}
.TagClassName
{
border-color: #8D8977;
}
</style>