Shades of Friar Grey #8C8472
Tints of Friar Grey #8C8472
RGB
CMYK
RGB Variations
Color information
#8C8472 (or 0x8C8472) is known color: Friar Grey. HEX triplet: 8C, 84 and 72. RGB value is (140,132,114). Sum of RGB (Red+Green+Blue) = 140+132+114=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8472 is #737B8D. Grayscale: #848484. Windows color (decimal): -7568270 or 7505036. OLE color: 7505036.
HSL color Cylindrical-coordinate representation of color #8C8472: hue angle of 41.54º 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 #8C8472 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 114 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.45 |
| HSL | 41.54º | 0.1% | 0.5% | - |
| HSV(B) | 41.54º | 0.19% | 0.55% | - |
| XYZ | 22.1 | 23.29 | 19.25 | - |
| YUV | 132.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 114 | 0 | 0.06 | 0.19 | 0.45 | 41.54 | 0.1 | 0.5 |
| Hex | 8C | 84 | 72 | 0 | 6 | 13 | 2D | 2A | A | 32 |
| Octal | 214 | 204 | 162 | 0 | 6 | 23 | 55 | 52 | 12 | 62 |
| Binary | 10001100 | 10000100 | 1110010 | 0 | 110 | 10011 | 101101 | 101010 | 1010 | 110010 |
Color Harmonies of #8C8472
Complementary color
Monochromatic Colors of #8C8472
Black with #8C8472
Text Example
Text Example
White with #8C8472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8472; }
p { color: rgb(140,132,114); }
H1.HeaderClassName
{
color: #8C8472;
}
.AnyTagClassName
{
color: #8C8472;
}
</style>
background-color css
<style>
a { background-color: #8C8472; }
a { background-color: rgb(140,132,114); }
div.DivClassName
{
background-color: #8C8472;
}
.BgClassName
{
background-color: #8C8472;
}
</style>
border-color css
<style>
span { border-color: #8C8472; }
span { border-color: rgb(140,132,114); }
td.TdClassName
{
border-color: #8C8472;
}
.TagClassName
{
border-color: #8C8472;
}
</style>