Shades of Friar Grey #8B8880
Tints of Friar Grey #8B8880
RGB
CMYK
RGB Variations
Color information
#8B8880 (or 0x8B8880) is known color: Friar Grey. HEX triplet: 8B, 88 and 80. RGB value is (139,136,128). Sum of RGB (Red+Green+Blue) = 139+136+128=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8880 is #74777F. Grayscale: #888888. Windows color (decimal): -7632768 or 8423563. OLE color: 8423563.
HSL color Cylindrical-coordinate representation of color #8B8880: hue angle of 43.64º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8B8880 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 128 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.45 |
| HSL | 43.64º | 0.05% | 0.52% | - |
| HSV(B) | 43.64º | 0.08% | 0.55% | - |
| XYZ | 23.35 | 24.66 | 23.95 | - |
| YUV | 135.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 128 | 0 | 0.02 | 0.08 | 0.45 | 43.64 | 0.05 | 0.52 |
| Hex | 8B | 88 | 80 | 0 | 2 | 8 | 2D | 2C | 5 | 34 |
| Octal | 213 | 210 | 200 | 0 | 2 | 10 | 55 | 54 | 5 | 64 |
| Binary | 10001011 | 10001000 | 10000000 | 0 | 10 | 1000 | 101101 | 101100 | 101 | 110100 |
Color Harmonies of #8B8880
Complementary color
Monochromatic Colors of #8B8880
Black with #8B8880
Text Example
Text Example
White with #8B8880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8880; }
p { color: rgb(139,136,128); }
H1.HeaderClassName
{
color: #8B8880;
}
.AnyTagClassName
{
color: #8B8880;
}
</style>
background-color css
<style>
a { background-color: #8B8880; }
a { background-color: rgb(139,136,128); }
div.DivClassName
{
background-color: #8B8880;
}
.BgClassName
{
background-color: #8B8880;
}
</style>
border-color css
<style>
span { border-color: #8B8880; }
span { border-color: rgb(139,136,128); }
td.TdClassName
{
border-color: #8B8880;
}
.TagClassName
{
border-color: #8B8880;
}
</style>