Shades of Friar Grey #8C8979
Tints of Friar Grey #8C8979
RGB
CMYK
RGB Variations
Color information
#8C8979 (or 0x8C8979) is known color: Friar Grey. HEX triplet: 8C, 89 and 79. RGB value is (140,137,121). Sum of RGB (Red+Green+Blue) = 140+137+121=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8979 is #737686. Grayscale: #888888. Windows color (decimal): -7566983 or 7965068. OLE color: 7965068.
HSL color Cylindrical-coordinate representation of color #8C8979: hue angle of 50.53º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C8979 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 137 | 121 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.45 |
| HSL | 50.53º | 0.08% | 0.51% | - |
| HSV(B) | 50.53º | 0.14% | 0.55% | - |
| XYZ | 23.21 | 24.85 | 21.66 | - |
| YUV | 136.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 121 | 0 | 0.02 | 0.14 | 0.45 | 50.53 | 0.08 | 0.51 |
| Hex | 8C | 89 | 79 | 0 | 2 | E | 2D | 33 | 8 | 33 |
| Octal | 214 | 211 | 171 | 0 | 2 | 16 | 55 | 63 | 10 | 63 |
| Binary | 10001100 | 10001001 | 1111001 | 0 | 10 | 1110 | 101101 | 110011 | 1000 | 110011 |
Color Harmonies of #8C8979
Complementary color
Monochromatic Colors of #8C8979
Black with #8C8979
Text Example
Text Example
White with #8C8979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8979; }
p { color: rgb(140,137,121); }
H1.HeaderClassName
{
color: #8C8979;
}
.AnyTagClassName
{
color: #8C8979;
}
</style>
background-color css
<style>
a { background-color: #8C8979; }
a { background-color: rgb(140,137,121); }
div.DivClassName
{
background-color: #8C8979;
}
.BgClassName
{
background-color: #8C8979;
}
</style>
border-color css
<style>
span { border-color: #8C8979; }
span { border-color: rgb(140,137,121); }
td.TdClassName
{
border-color: #8C8979;
}
.TagClassName
{
border-color: #8C8979;
}
</style>