Shades of Friar Grey #8B8876
Tints of Friar Grey #8B8876
RGB
CMYK
RGB Variations
Color information
#8B8876 (or 0x8B8876) is known color: Friar Grey. HEX triplet: 8B, 88 and 76. RGB value is (139,136,118). Sum of RGB (Red+Green+Blue) = 139+136+118=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8876 is #747789. Grayscale: #868686. Windows color (decimal): -7632778 or 7768203. OLE color: 7768203.
HSL color Cylindrical-coordinate representation of color #8B8876: hue angle of 51.43º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8B8876 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 118 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.45 |
| HSL | 51.43º | 0.08% | 0.5% | - |
| HSV(B) | 51.43º | 0.15% | 0.55% | - |
| XYZ | 22.72 | 24.41 | 20.65 | - |
| YUV | 134.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 118 | 0 | 0.02 | 0.15 | 0.45 | 51.43 | 0.08 | 0.5 |
| Hex | 8B | 88 | 76 | 0 | 2 | F | 2D | 33 | 8 | 32 |
| Octal | 213 | 210 | 166 | 0 | 2 | 17 | 55 | 63 | 10 | 62 |
| Binary | 10001011 | 10001000 | 1110110 | 0 | 10 | 1111 | 101101 | 110011 | 1000 | 110010 |
Color Harmonies of #8B8876
Complementary color
Monochromatic Colors of #8B8876
Black with #8B8876
Text Example
Text Example
White with #8B8876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8876; }
p { color: rgb(139,136,118); }
H1.HeaderClassName
{
color: #8B8876;
}
.AnyTagClassName
{
color: #8B8876;
}
</style>
background-color css
<style>
a { background-color: #8B8876; }
a { background-color: rgb(139,136,118); }
div.DivClassName
{
background-color: #8B8876;
}
.BgClassName
{
background-color: #8B8876;
}
</style>
border-color css
<style>
span { border-color: #8B8876; }
span { border-color: rgb(139,136,118); }
td.TdClassName
{
border-color: #8B8876;
}
.TagClassName
{
border-color: #8B8876;
}
</style>