Shades of Friar Grey #8B8A87
Tints of Friar Grey #8B8A87
RGB
CMYK
RGB Variations
Color information
#8B8A87 (or 0x8B8A87) is known color: Friar Grey. HEX triplet: 8B, 8A and 87. RGB value is (139,138,135). Sum of RGB (Red+Green+Blue) = 139+138+135=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8A87 is #747578. Grayscale: #898989. Windows color (decimal): -7632249 or 8882827. OLE color: 8882827.
HSL color Cylindrical-coordinate representation of color #8B8A87: hue angle of 45º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8B8A87 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 138 | 135 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.45 |
| HSL | 45º | 0.02% | 0.54% | - |
| HSV(B) | 45º | 0.03% | 0.55% | - |
| XYZ | 24.11 | 25.42 | 26.56 | - |
| YUV | 137.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 138 | 135 | 0 | 0.01 | 0.03 | 0.45 | 45 | 0.02 | 0.54 |
| Hex | 8B | 8A | 87 | 0 | 1 | 3 | 2D | 2D | 2 | 36 |
| Octal | 213 | 212 | 207 | 0 | 1 | 3 | 55 | 55 | 2 | 66 |
| Binary | 10001011 | 10001010 | 10000111 | 0 | 1 | 11 | 101101 | 101101 | 10 | 110110 |
Color Harmonies of #8B8A87
Complementary color
Monochromatic Colors of #8B8A87
Black with #8B8A87
Text Example
Text Example
White with #8B8A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8A87; }
p { color: rgb(139,138,135); }
H1.HeaderClassName
{
color: #8B8A87;
}
.AnyTagClassName
{
color: #8B8A87;
}
</style>
background-color css
<style>
a { background-color: #8B8A87; }
a { background-color: rgb(139,138,135); }
div.DivClassName
{
background-color: #8B8A87;
}
.BgClassName
{
background-color: #8B8A87;
}
</style>
border-color css
<style>
span { border-color: #8B8A87; }
span { border-color: rgb(139,138,135); }
td.TdClassName
{
border-color: #8B8A87;
}
.TagClassName
{
border-color: #8B8A87;
}
</style>