Shades of Friar Grey #8C8976
Tints of Friar Grey #8C8976
RGB
CMYK
RGB Variations
Color information
#8C8976 (or 0x8C8976) is known color: Friar Grey. HEX triplet: 8C, 89 and 76. RGB value is (140,137,118). Sum of RGB (Red+Green+Blue) = 140+137+118=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8976 is #737689. Grayscale: #878787. Windows color (decimal): -7566986 or 7768460. OLE color: 7768460.
HSL color Cylindrical-coordinate representation of color #8C8976: hue angle of 51.82º 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 #8C8976 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 137 | 118 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.45 |
| HSL | 51.82º | 0.09% | 0.51% | - |
| HSV(B) | 51.82º | 0.16% | 0.55% | - |
| XYZ | 23.03 | 24.77 | 20.71 | - |
| YUV | 135.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 118 | 0 | 0.02 | 0.16 | 0.45 | 51.82 | 0.09 | 0.51 |
| Hex | 8C | 89 | 76 | 0 | 2 | 10 | 2D | 34 | 9 | 33 |
| Octal | 214 | 211 | 166 | 0 | 2 | 20 | 55 | 64 | 11 | 63 |
| Binary | 10001100 | 10001001 | 1110110 | 0 | 10 | 10000 | 101101 | 110100 | 1001 | 110011 |
Color Harmonies of #8C8976
Complementary color
Monochromatic Colors of #8C8976
Black with #8C8976
Text Example
Text Example
White with #8C8976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8976; }
p { color: rgb(140,137,118); }
H1.HeaderClassName
{
color: #8C8976;
}
.AnyTagClassName
{
color: #8C8976;
}
</style>
background-color css
<style>
a { background-color: #8C8976; }
a { background-color: rgb(140,137,118); }
div.DivClassName
{
background-color: #8C8976;
}
.BgClassName
{
background-color: #8C8976;
}
</style>
border-color css
<style>
span { border-color: #8C8976; }
span { border-color: rgb(140,137,118); }
td.TdClassName
{
border-color: #8C8976;
}
.TagClassName
{
border-color: #8C8976;
}
</style>