Shades of Friar Grey #8B867C
Tints of Friar Grey #8B867C
RGB
CMYK
RGB Variations
Color information
#8B867C (or 0x8B867C) is known color: Friar Grey. HEX triplet: 8B, 86 and 7C. RGB value is (139,134,124). Sum of RGB (Red+Green+Blue) = 139+134+124=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 139 - color contains mainly: red. Hex color #8B867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B867C is #747983. Grayscale: #868686. Windows color (decimal): -7633284 or 8160907. OLE color: 8160907.
HSL color Cylindrical-coordinate representation of color #8B867C: hue angle of 40º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B867C is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 134 | 124 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.45 |
| HSL | 40º | 0.06% | 0.52% | - |
| HSV(B) | 40º | 0.11% | 0.55% | - |
| XYZ | 22.81 | 23.99 | 22.5 | - |
| YUV | 134.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 134 | 124 | 0 | 0.04 | 0.11 | 0.45 | 40 | 0.06 | 0.52 |
| Hex | 8B | 86 | 7C | 0 | 4 | B | 2D | 28 | 6 | 34 |
| Octal | 213 | 206 | 174 | 0 | 4 | 13 | 55 | 50 | 6 | 64 |
| Binary | 10001011 | 10000110 | 1111100 | 0 | 100 | 1011 | 101101 | 101000 | 110 | 110100 |
Color Harmonies of #8B867C
Complementary color
Monochromatic Colors of #8B867C
Black with #8B867C
Text Example
Text Example
White with #8B867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B867C; }
p { color: rgb(139,134,124); }
H1.HeaderClassName
{
color: #8B867C;
}
.AnyTagClassName
{
color: #8B867C;
}
</style>
background-color css
<style>
a { background-color: #8B867C; }
a { background-color: rgb(139,134,124); }
div.DivClassName
{
background-color: #8B867C;
}
.BgClassName
{
background-color: #8B867C;
}
</style>
border-color css
<style>
span { border-color: #8B867C; }
span { border-color: rgb(139,134,124); }
td.TdClassName
{
border-color: #8B867C;
}
.TagClassName
{
border-color: #8B867C;
}
</style>