Shades of Friar Grey #8B8879
Tints of Friar Grey #8B8879
RGB
CMYK
RGB Variations
Color information
#8B8879 (or 0x8B8879) is known color: Friar Grey. HEX triplet: 8B, 88 and 79. RGB value is (139,136,121). Sum of RGB (Red+Green+Blue) = 139+136+121=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8879 is #747786. Grayscale: #878787. Windows color (decimal): -7632775 or 7964811. OLE color: 7964811.
HSL color Cylindrical-coordinate representation of color #8B8879: hue angle of 50º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B8879 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 121 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.45 |
| HSL | 50º | 0.07% | 0.51% | - |
| HSV(B) | 50º | 0.13% | 0.55% | - |
| XYZ | 22.9 | 24.48 | 21.61 | - |
| YUV | 135.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 121 | 0 | 0.02 | 0.13 | 0.45 | 50 | 0.07 | 0.51 |
| Hex | 8B | 88 | 79 | 0 | 2 | D | 2D | 32 | 7 | 33 |
| Octal | 213 | 210 | 171 | 0 | 2 | 15 | 55 | 62 | 7 | 63 |
| Binary | 10001011 | 10001000 | 1111001 | 0 | 10 | 1101 | 101101 | 110010 | 111 | 110011 |
Color Harmonies of #8B8879
Complementary color
Monochromatic Colors of #8B8879
Black with #8B8879
Text Example
Text Example
White with #8B8879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8879; }
p { color: rgb(139,136,121); }
H1.HeaderClassName
{
color: #8B8879;
}
.AnyTagClassName
{
color: #8B8879;
}
</style>
background-color css
<style>
a { background-color: #8B8879; }
a { background-color: rgb(139,136,121); }
div.DivClassName
{
background-color: #8B8879;
}
.BgClassName
{
background-color: #8B8879;
}
</style>
border-color css
<style>
span { border-color: #8B8879; }
span { border-color: rgb(139,136,121); }
td.TdClassName
{
border-color: #8B8879;
}
.TagClassName
{
border-color: #8B8879;
}
</style>