Shades of Friar Grey #8B8470
Tints of Friar Grey #8B8470
RGB
CMYK
RGB Variations
Color information
#8B8470 (or 0x8B8470) is known color: Friar Grey. HEX triplet: 8B, 84 and 70. RGB value is (139,132,112). Sum of RGB (Red+Green+Blue) = 139+132+112=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8470 is #747B8F. Grayscale: #838383. Windows color (decimal): -7633808 or 7373963. OLE color: 7373963.
HSL color Cylindrical-coordinate representation of color #8B8470: hue angle of 44.44º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B8470 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 112 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.45 |
| HSL | 44.44º | 0.11% | 0.49% | - |
| HSV(B) | 44.44º | 0.19% | 0.55% | - |
| XYZ | 21.82 | 23.16 | 18.65 | - |
| YUV | 131.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 112 | 0 | 0.05 | 0.19 | 0.45 | 44.44 | 0.11 | 0.49 |
| Hex | 8B | 84 | 70 | 0 | 5 | 13 | 2D | 2C | B | 31 |
| Octal | 213 | 204 | 160 | 0 | 5 | 23 | 55 | 54 | 13 | 61 |
| Binary | 10001011 | 10000100 | 1110000 | 0 | 101 | 10011 | 101101 | 101100 | 1011 | 110001 |
Color Harmonies of #8B8470
Complementary color
Monochromatic Colors of #8B8470
Black with #8B8470
Text Example
Text Example
White with #8B8470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8470; }
p { color: rgb(139,132,112); }
H1.HeaderClassName
{
color: #8B8470;
}
.AnyTagClassName
{
color: #8B8470;
}
</style>
background-color css
<style>
a { background-color: #8B8470; }
a { background-color: rgb(139,132,112); }
div.DivClassName
{
background-color: #8B8470;
}
.BgClassName
{
background-color: #8B8470;
}
</style>
border-color css
<style>
span { border-color: #8B8470; }
span { border-color: rgb(139,132,112); }
td.TdClassName
{
border-color: #8B8470;
}
.TagClassName
{
border-color: #8B8470;
}
</style>