Shades of Friar Grey #8B8881
Tints of Friar Grey #8B8881
RGB
CMYK
RGB Variations
Color information
#8B8881 (or 0x8B8881) is known color: Friar Grey. HEX triplet: 8B, 88 and 81. RGB value is (139,136,129). Sum of RGB (Red+Green+Blue) = 139+136+129=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8881 is #74777E. Grayscale: #888888. Windows color (decimal): -7632767 or 8489099. OLE color: 8489099.
HSL color Cylindrical-coordinate representation of color #8B8881: hue angle of 42º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8B8881 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 129 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.45 |
| HSL | 42º | 0.04% | 0.53% | - |
| HSV(B) | 42º | 0.07% | 0.55% | - |
| XYZ | 23.41 | 24.68 | 24.3 | - |
| YUV | 136.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 129 | 0 | 0.02 | 0.07 | 0.45 | 42 | 0.04 | 0.53 |
| Hex | 8B | 88 | 81 | 0 | 2 | 7 | 2D | 2A | 4 | 35 |
| Octal | 213 | 210 | 201 | 0 | 2 | 7 | 55 | 52 | 4 | 65 |
| Binary | 10001011 | 10001000 | 10000001 | 0 | 10 | 111 | 101101 | 101010 | 100 | 110101 |
Color Harmonies of #8B8881
Complementary color
Monochromatic Colors of #8B8881
Black with #8B8881
Text Example
Text Example
White with #8B8881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8881; }
p { color: rgb(139,136,129); }
H1.HeaderClassName
{
color: #8B8881;
}
.AnyTagClassName
{
color: #8B8881;
}
</style>
background-color css
<style>
a { background-color: #8B8881; }
a { background-color: rgb(139,136,129); }
div.DivClassName
{
background-color: #8B8881;
}
.BgClassName
{
background-color: #8B8881;
}
</style>
border-color css
<style>
span { border-color: #8B8881; }
span { border-color: rgb(139,136,129); }
td.TdClassName
{
border-color: #8B8881;
}
.TagClassName
{
border-color: #8B8881;
}
</style>