Shades of Friar Grey #8C8677
Tints of Friar Grey #8C8677
RGB
CMYK
RGB Variations
Color information
#8C8677 (or 0x8C8677) is known color: Friar Grey. HEX triplet: 8C, 86 and 77. RGB value is (140,134,119). Sum of RGB (Red+Green+Blue) = 140+134+119=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8677 is #737988. Grayscale: #868686. Windows color (decimal): -7567753 or 7833228. OLE color: 7833228.
HSL color Cylindrical-coordinate representation of color #8C8677: hue angle of 42.86º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C8677 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 134 | 119 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.45 |
| HSL | 42.86º | 0.08% | 0.51% | - |
| HSV(B) | 42.86º | 0.15% | 0.55% | - |
| XYZ | 22.67 | 23.96 | 20.88 | - |
| YUV | 134.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 119 | 0 | 0.04 | 0.15 | 0.45 | 42.86 | 0.08 | 0.51 |
| Hex | 8C | 86 | 77 | 0 | 4 | F | 2D | 2B | 8 | 33 |
| Octal | 214 | 206 | 167 | 0 | 4 | 17 | 55 | 53 | 10 | 63 |
| Binary | 10001100 | 10000110 | 1110111 | 0 | 100 | 1111 | 101101 | 101011 | 1000 | 110011 |
Color Harmonies of #8C8677
Complementary color
Monochromatic Colors of #8C8677
Black with #8C8677
Text Example
Text Example
White with #8C8677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8677; }
p { color: rgb(140,134,119); }
H1.HeaderClassName
{
color: #8C8677;
}
.AnyTagClassName
{
color: #8C8677;
}
</style>
background-color css
<style>
a { background-color: #8C8677; }
a { background-color: rgb(140,134,119); }
div.DivClassName
{
background-color: #8C8677;
}
.BgClassName
{
background-color: #8C8677;
}
</style>
border-color css
<style>
span { border-color: #8C8677; }
span { border-color: rgb(140,134,119); }
td.TdClassName
{
border-color: #8C8677;
}
.TagClassName
{
border-color: #8C8677;
}
</style>