Shades of Friar Grey #8C8671
Tints of Friar Grey #8C8671
RGB
CMYK
RGB Variations
Color information
#8C8671 (or 0x8C8671) is known color: Friar Grey. HEX triplet: 8C, 86 and 71. RGB value is (140,134,113). Sum of RGB (Red+Green+Blue) = 140+134+113=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8671 is #73798E. Grayscale: #858585. Windows color (decimal): -7567759 or 7440012. OLE color: 7440012.
HSL color Cylindrical-coordinate representation of color #8C8671: hue angle of 46.67º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C8671 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 134 | 113 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.45 |
| HSL | 46.67º | 0.11% | 0.5% | - |
| HSV(B) | 46.67º | 0.19% | 0.55% | - |
| XYZ | 22.32 | 23.82 | 19.04 | - |
| YUV | 133.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 113 | 0 | 0.04 | 0.19 | 0.45 | 46.67 | 0.11 | 0.5 |
| Hex | 8C | 86 | 71 | 0 | 4 | 13 | 2D | 2F | B | 32 |
| Octal | 214 | 206 | 161 | 0 | 4 | 23 | 55 | 57 | 13 | 62 |
| Binary | 10001100 | 10000110 | 1110001 | 0 | 100 | 10011 | 101101 | 101111 | 1011 | 110010 |
Color Harmonies of #8C8671
Complementary color
Monochromatic Colors of #8C8671
Black with #8C8671
Text Example
Text Example
White with #8C8671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8671; }
p { color: rgb(140,134,113); }
H1.HeaderClassName
{
color: #8C8671;
}
.AnyTagClassName
{
color: #8C8671;
}
</style>
background-color css
<style>
a { background-color: #8C8671; }
a { background-color: rgb(140,134,113); }
div.DivClassName
{
background-color: #8C8671;
}
.BgClassName
{
background-color: #8C8671;
}
</style>
border-color css
<style>
span { border-color: #8C8671; }
span { border-color: rgb(140,134,113); }
td.TdClassName
{
border-color: #8C8671;
}
.TagClassName
{
border-color: #8C8671;
}
</style>