Shades of Friar Grey #8C8772
Tints of Friar Grey #8C8772
RGB
CMYK
RGB Variations
Color information
#8C8772 (or 0x8C8772) is known color: Friar Grey. HEX triplet: 8C, 87 and 72. RGB value is (140,135,114). Sum of RGB (Red+Green+Blue) = 140+135+114=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8772 is #73788D. Grayscale: #868686. Windows color (decimal): -7567502 or 7505804. OLE color: 7505804.
HSL color Cylindrical-coordinate representation of color #8C8772: hue angle of 48.46º degrees, saturation: 0.1, 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 #8C8772 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 114 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.45 |
| HSL | 48.46º | 0.1% | 0.5% | - |
| HSV(B) | 48.46º | 0.19% | 0.55% | - |
| XYZ | 22.52 | 24.12 | 19.39 | - |
| YUV | 134.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 114 | 0 | 0.04 | 0.19 | 0.45 | 48.46 | 0.1 | 0.5 |
| Hex | 8C | 87 | 72 | 0 | 4 | 13 | 2D | 30 | A | 32 |
| Octal | 214 | 207 | 162 | 0 | 4 | 23 | 55 | 60 | 12 | 62 |
| Binary | 10001100 | 10000111 | 1110010 | 0 | 100 | 10011 | 101101 | 110000 | 1010 | 110010 |
Color Harmonies of #8C8772
Complementary color
Monochromatic Colors of #8C8772
Black with #8C8772
Text Example
Text Example
White with #8C8772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8772; }
p { color: rgb(140,135,114); }
H1.HeaderClassName
{
color: #8C8772;
}
.AnyTagClassName
{
color: #8C8772;
}
</style>
background-color css
<style>
a { background-color: #8C8772; }
a { background-color: rgb(140,135,114); }
div.DivClassName
{
background-color: #8C8772;
}
.BgClassName
{
background-color: #8C8772;
}
</style>
border-color css
<style>
span { border-color: #8C8772; }
span { border-color: rgb(140,135,114); }
td.TdClassName
{
border-color: #8C8772;
}
.TagClassName
{
border-color: #8C8772;
}
</style>