Shades of Friar Grey #8B887F
Tints of Friar Grey #8B887F
RGB
CMYK
RGB Variations
Color information
#8B887F (or 0x8B887F) is known color: Friar Grey. HEX triplet: 8B, 88 and 7F. RGB value is (139,136,127). Sum of RGB (Red+Green+Blue) = 139+136+127=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 139 - color contains mainly: red. Hex color #8B887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B887F is #747780. Grayscale: #878787. Windows color (decimal): -7632769 or 8358027. OLE color: 8358027.
HSL color Cylindrical-coordinate representation of color #8B887F: hue angle of 45º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B887F is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 127 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.45 |
| HSL | 45º | 0.05% | 0.52% | - |
| HSV(B) | 45º | 0.09% | 0.55% | - |
| XYZ | 23.28 | 24.63 | 23.61 | - |
| YUV | 135.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 127 | 0 | 0.02 | 0.09 | 0.45 | 45 | 0.05 | 0.52 |
| Hex | 8B | 88 | 7F | 0 | 2 | 9 | 2D | 2D | 5 | 34 |
| Octal | 213 | 210 | 177 | 0 | 2 | 11 | 55 | 55 | 5 | 64 |
| Binary | 10001011 | 10001000 | 1111111 | 0 | 10 | 1001 | 101101 | 101101 | 101 | 110100 |
Color Harmonies of #8B887F
Complementary color
Monochromatic Colors of #8B887F
Black with #8B887F
Text Example
Text Example
White with #8B887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B887F; }
p { color: rgb(139,136,127); }
H1.HeaderClassName
{
color: #8B887F;
}
.AnyTagClassName
{
color: #8B887F;
}
</style>
background-color css
<style>
a { background-color: #8B887F; }
a { background-color: rgb(139,136,127); }
div.DivClassName
{
background-color: #8B887F;
}
.BgClassName
{
background-color: #8B887F;
}
</style>
border-color css
<style>
span { border-color: #8B887F; }
span { border-color: rgb(139,136,127); }
td.TdClassName
{
border-color: #8B887F;
}
.TagClassName
{
border-color: #8B887F;
}
</style>