Shades of Friar Grey #8B8472
Tints of Friar Grey #8B8472
RGB
CMYK
RGB Variations
Color information
#8B8472 (or 0x8B8472) is known color: Friar Grey. HEX triplet: 8B, 84 and 72. RGB value is (139,132,114). Sum of RGB (Red+Green+Blue) = 139+132+114=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8472 is #747B8D. Grayscale: #848484. Windows color (decimal): -7633806 or 7505035. OLE color: 7505035.
HSL color Cylindrical-coordinate representation of color #8B8472: hue angle of 43.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B8472 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 114 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.45 |
| HSL | 43.2º | 0.1% | 0.5% | - |
| HSV(B) | 43.2º | 0.18% | 0.55% | - |
| XYZ | 21.94 | 23.21 | 19.24 | - |
| YUV | 132.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 114 | 0 | 0.05 | 0.18 | 0.45 | 43.2 | 0.1 | 0.5 |
| Hex | 8B | 84 | 72 | 0 | 5 | 12 | 2D | 2B | A | 32 |
| Octal | 213 | 204 | 162 | 0 | 5 | 22 | 55 | 53 | 12 | 62 |
| Binary | 10001011 | 10000100 | 1110010 | 0 | 101 | 10010 | 101101 | 101011 | 1010 | 110010 |
Color Harmonies of #8B8472
Complementary color
Monochromatic Colors of #8B8472
Black with #8B8472
Text Example
Text Example
White with #8B8472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8472; }
p { color: rgb(139,132,114); }
H1.HeaderClassName
{
color: #8B8472;
}
.AnyTagClassName
{
color: #8B8472;
}
</style>
background-color css
<style>
a { background-color: #8B8472; }
a { background-color: rgb(139,132,114); }
div.DivClassName
{
background-color: #8B8472;
}
.BgClassName
{
background-color: #8B8472;
}
</style>
border-color css
<style>
span { border-color: #8B8472; }
span { border-color: rgb(139,132,114); }
td.TdClassName
{
border-color: #8B8472;
}
.TagClassName
{
border-color: #8B8472;
}
</style>