Shades of Friar Grey #8C8875
Tints of Friar Grey #8C8875
RGB
CMYK
RGB Variations
Color information
#8C8875 (or 0x8C8875) is known color: Friar Grey. HEX triplet: 8C, 88 and 75. RGB value is (140,136,117). Sum of RGB (Red+Green+Blue) = 140+136+117=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8875 is #73778A. Grayscale: #878787. Windows color (decimal): -7567243 or 7702668. OLE color: 7702668.
HSL color Cylindrical-coordinate representation of color #8C8875: hue angle of 49.57º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C8875 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 117 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.45 |
| HSL | 49.57º | 0.09% | 0.5% | - |
| HSV(B) | 49.57º | 0.16% | 0.55% | - |
| XYZ | 22.83 | 24.47 | 20.35 | - |
| YUV | 135.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 117 | 0 | 0.03 | 0.16 | 0.45 | 49.57 | 0.09 | 0.5 |
| Hex | 8C | 88 | 75 | 0 | 3 | 10 | 2D | 32 | 9 | 32 |
| Octal | 214 | 210 | 165 | 0 | 3 | 20 | 55 | 62 | 11 | 62 |
| Binary | 10001100 | 10001000 | 1110101 | 0 | 11 | 10000 | 101101 | 110010 | 1001 | 110010 |
Color Harmonies of #8C8875
Complementary color
Monochromatic Colors of #8C8875
Black with #8C8875
Text Example
Text Example
White with #8C8875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8875; }
p { color: rgb(140,136,117); }
H1.HeaderClassName
{
color: #8C8875;
}
.AnyTagClassName
{
color: #8C8875;
}
</style>
background-color css
<style>
a { background-color: #8C8875; }
a { background-color: rgb(140,136,117); }
div.DivClassName
{
background-color: #8C8875;
}
.BgClassName
{
background-color: #8C8875;
}
</style>
border-color css
<style>
span { border-color: #8C8875; }
span { border-color: rgb(140,136,117); }
td.TdClassName
{
border-color: #8C8875;
}
.TagClassName
{
border-color: #8C8875;
}
</style>