Shades of Friar Grey #8B867A
Tints of Friar Grey #8B867A
RGB
CMYK
RGB Variations
Color information
#8B867A (or 0x8B867A) is known color: Friar Grey. HEX triplet: 8B, 86 and 7A. RGB value is (139,134,122). Sum of RGB (Red+Green+Blue) = 139+134+122=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 139 - color contains mainly: red. Hex color #8B867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B867A is #747985. Grayscale: #868686. Windows color (decimal): -7633286 or 8029835. OLE color: 8029835.
HSL color Cylindrical-coordinate representation of color #8B867A: hue angle of 42.35º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B867A is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 134 | 122 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.45 |
| HSL | 42.35º | 0.07% | 0.51% | - |
| HSV(B) | 42.35º | 0.12% | 0.55% | - |
| XYZ | 22.69 | 23.94 | 21.84 | - |
| YUV | 134.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 134 | 122 | 0 | 0.04 | 0.12 | 0.45 | 42.35 | 0.07 | 0.51 |
| Hex | 8B | 86 | 7A | 0 | 4 | C | 2D | 2A | 7 | 33 |
| Octal | 213 | 206 | 172 | 0 | 4 | 14 | 55 | 52 | 7 | 63 |
| Binary | 10001011 | 10000110 | 1111010 | 0 | 100 | 1100 | 101101 | 101010 | 111 | 110011 |
Color Harmonies of #8B867A
Complementary color
Monochromatic Colors of #8B867A
Black with #8B867A
Text Example
Text Example
White with #8B867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B867A; }
p { color: rgb(139,134,122); }
H1.HeaderClassName
{
color: #8B867A;
}
.AnyTagClassName
{
color: #8B867A;
}
</style>
background-color css
<style>
a { background-color: #8B867A; }
a { background-color: rgb(139,134,122); }
div.DivClassName
{
background-color: #8B867A;
}
.BgClassName
{
background-color: #8B867A;
}
</style>
border-color css
<style>
span { border-color: #8B867A; }
span { border-color: rgb(139,134,122); }
td.TdClassName
{
border-color: #8B867A;
}
.TagClassName
{
border-color: #8B867A;
}
</style>