Shades of Friar Grey #8C887A
Tints of Friar Grey #8C887A
RGB
CMYK
RGB Variations
Color information
#8C887A (or 0x8C887A) is known color: Friar Grey. HEX triplet: 8C, 88 and 7A. RGB value is (140,136,122). Sum of RGB (Red+Green+Blue) = 140+136+122=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 140 - color contains mainly: red. Hex color #8C887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C887A is #737785. Grayscale: #878787. Windows color (decimal): -7567238 or 8030348. OLE color: 8030348.
HSL color Cylindrical-coordinate representation of color #8C887A: hue angle of 46.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8C887A is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 122 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.45 |
| HSL | 46.67º | 0.07% | 0.51% | - |
| HSV(B) | 46.67º | 0.13% | 0.55% | - |
| XYZ | 23.13 | 24.59 | 21.94 | - |
| YUV | 135.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 122 | 0 | 0.03 | 0.13 | 0.45 | 46.67 | 0.07 | 0.51 |
| Hex | 8C | 88 | 7A | 0 | 3 | D | 2D | 2F | 7 | 33 |
| Octal | 214 | 210 | 172 | 0 | 3 | 15 | 55 | 57 | 7 | 63 |
| Binary | 10001100 | 10001000 | 1111010 | 0 | 11 | 1101 | 101101 | 101111 | 111 | 110011 |
Color Harmonies of #8C887A
Complementary color
Monochromatic Colors of #8C887A
Black with #8C887A
Text Example
Text Example
White with #8C887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C887A; }
p { color: rgb(140,136,122); }
H1.HeaderClassName
{
color: #8C887A;
}
.AnyTagClassName
{
color: #8C887A;
}
</style>
background-color css
<style>
a { background-color: #8C887A; }
a { background-color: rgb(140,136,122); }
div.DivClassName
{
background-color: #8C887A;
}
.BgClassName
{
background-color: #8C887A;
}
</style>
border-color css
<style>
span { border-color: #8C887A; }
span { border-color: rgb(140,136,122); }
td.TdClassName
{
border-color: #8C887A;
}
.TagClassName
{
border-color: #8C887A;
}
</style>