Shades of Friar Grey #8B877C
Tints of Friar Grey #8B877C
RGB
CMYK
RGB Variations
Color information
#8B877C (or 0x8B877C) is known color: Friar Grey. HEX triplet: 8B, 87 and 7C. RGB value is (139,135,124). Sum of RGB (Red+Green+Blue) = 139+135+124=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 139 - color contains mainly: red. Hex color #8B877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B877C is #747883. Grayscale: #868686. Windows color (decimal): -7633028 or 8161163. OLE color: 8161163.
HSL color Cylindrical-coordinate representation of color #8B877C: hue angle of 44º 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 #8B877C is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 135 | 124 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.45 |
| HSL | 44º | 0.06% | 0.52% | - |
| HSV(B) | 44º | 0.11% | 0.55% | - |
| XYZ | 22.95 | 24.27 | 22.54 | - |
| YUV | 134.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 124 | 0 | 0.03 | 0.11 | 0.45 | 44 | 0.06 | 0.52 |
| Hex | 8B | 87 | 7C | 0 | 3 | B | 2D | 2C | 6 | 34 |
| Octal | 213 | 207 | 174 | 0 | 3 | 13 | 55 | 54 | 6 | 64 |
| Binary | 10001011 | 10000111 | 1111100 | 0 | 11 | 1011 | 101101 | 101100 | 110 | 110100 |
Color Harmonies of #8B877C
Complementary color
Monochromatic Colors of #8B877C
Black with #8B877C
Text Example
Text Example
White with #8B877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B877C; }
p { color: rgb(139,135,124); }
H1.HeaderClassName
{
color: #8B877C;
}
.AnyTagClassName
{
color: #8B877C;
}
</style>
background-color css
<style>
a { background-color: #8B877C; }
a { background-color: rgb(139,135,124); }
div.DivClassName
{
background-color: #8B877C;
}
.BgClassName
{
background-color: #8B877C;
}
</style>
border-color css
<style>
span { border-color: #8B877C; }
span { border-color: rgb(139,135,124); }
td.TdClassName
{
border-color: #8B877C;
}
.TagClassName
{
border-color: #8B877C;
}
</style>