Shades of Friar Grey #8C8B87
Tints of Friar Grey #8C8B87
RGB
CMYK
RGB Variations
Color information
#8C8B87 (or 0x8C8B87) is known color: Friar Grey. HEX triplet: 8C, 8B and 87. RGB value is (140,139,135). Sum of RGB (Red+Green+Blue) = 140+139+135=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8B87 is #737478. Grayscale: #8A8A8A. Windows color (decimal): -7566457 or 8883084. OLE color: 8883084.
HSL color Cylindrical-coordinate representation of color #8C8B87: hue angle of 48º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8C8B87 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 139 | 135 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.45 |
| HSL | 48º | 0.02% | 0.54% | - |
| HSV(B) | 48º | 0.04% | 0.55% | - |
| XYZ | 24.42 | 25.79 | 26.61 | - |
| YUV | 138.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 139 | 135 | 0 | 0.01 | 0.04 | 0.45 | 48 | 0.02 | 0.54 |
| Hex | 8C | 8B | 87 | 0 | 1 | 4 | 2D | 30 | 2 | 36 |
| Octal | 214 | 213 | 207 | 0 | 1 | 4 | 55 | 60 | 2 | 66 |
| Binary | 10001100 | 10001011 | 10000111 | 0 | 1 | 100 | 101101 | 110000 | 10 | 110110 |
Color Harmonies of #8C8B87
Complementary color
Monochromatic Colors of #8C8B87
Black with #8C8B87
Text Example
Text Example
White with #8C8B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8B87; }
p { color: rgb(140,139,135); }
H1.HeaderClassName
{
color: #8C8B87;
}
.AnyTagClassName
{
color: #8C8B87;
}
</style>
background-color css
<style>
a { background-color: #8C8B87; }
a { background-color: rgb(140,139,135); }
div.DivClassName
{
background-color: #8C8B87;
}
.BgClassName
{
background-color: #8C8B87;
}
</style>
border-color css
<style>
span { border-color: #8C8B87; }
span { border-color: rgb(140,139,135); }
td.TdClassName
{
border-color: #8C8B87;
}
.TagClassName
{
border-color: #8C8B87;
}
</style>