Shades of Friar Grey #8B8576
Tints of Friar Grey #8B8576
RGB
CMYK
RGB Variations
Color information
#8B8576 (or 0x8B8576) is known color: Friar Grey. HEX triplet: 8B, 85 and 76. RGB value is (139,133,118). Sum of RGB (Red+Green+Blue) = 139+133+118=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8576 is #747A89. Grayscale: #858585. Windows color (decimal): -7633546 or 7767435. OLE color: 7767435.
HSL color Cylindrical-coordinate representation of color #8B8576: hue angle of 42.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8B8576 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 133 | 118 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.45 |
| HSL | 42.86º | 0.08% | 0.5% | - |
| HSV(B) | 42.86º | 0.15% | 0.55% | - |
| XYZ | 22.31 | 23.57 | 20.51 | - |
| YUV | 133.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 118 | 0 | 0.04 | 0.15 | 0.45 | 42.86 | 0.08 | 0.5 |
| Hex | 8B | 85 | 76 | 0 | 4 | F | 2D | 2B | 8 | 32 |
| Octal | 213 | 205 | 166 | 0 | 4 | 17 | 55 | 53 | 10 | 62 |
| Binary | 10001011 | 10000101 | 1110110 | 0 | 100 | 1111 | 101101 | 101011 | 1000 | 110010 |
Color Harmonies of #8B8576
Complementary color
Monochromatic Colors of #8B8576
Black with #8B8576
Text Example
Text Example
White with #8B8576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8576; }
p { color: rgb(139,133,118); }
H1.HeaderClassName
{
color: #8B8576;
}
.AnyTagClassName
{
color: #8B8576;
}
</style>
background-color css
<style>
a { background-color: #8B8576; }
a { background-color: rgb(139,133,118); }
div.DivClassName
{
background-color: #8B8576;
}
.BgClassName
{
background-color: #8B8576;
}
</style>
border-color css
<style>
span { border-color: #8B8576; }
span { border-color: rgb(139,133,118); }
td.TdClassName
{
border-color: #8B8576;
}
.TagClassName
{
border-color: #8B8576;
}
</style>