Shades of Friar Grey #8B8679
Tints of Friar Grey #8B8679
RGB
CMYK
RGB Variations
Color information
#8B8679 (or 0x8B8679) is known color: Friar Grey. HEX triplet: 8B, 86 and 79. RGB value is (139,134,121). Sum of RGB (Red+Green+Blue) = 139+134+121=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8679 is #747986. Grayscale: #868686. Windows color (decimal): -7633287 or 7964299. OLE color: 7964299.
HSL color Cylindrical-coordinate representation of color #8B8679: hue angle of 43.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B8679 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 134 | 121 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.45 |
| HSL | 43.33º | 0.07% | 0.51% | - |
| HSV(B) | 43.33º | 0.13% | 0.55% | - |
| XYZ | 22.62 | 23.92 | 21.51 | - |
| YUV | 134.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 134 | 121 | 0 | 0.04 | 0.13 | 0.45 | 43.33 | 0.07 | 0.51 |
| Hex | 8B | 86 | 79 | 0 | 4 | D | 2D | 2B | 7 | 33 |
| Octal | 213 | 206 | 171 | 0 | 4 | 15 | 55 | 53 | 7 | 63 |
| Binary | 10001011 | 10000110 | 1111001 | 0 | 100 | 1101 | 101101 | 101011 | 111 | 110011 |
Color Harmonies of #8B8679
Complementary color
Monochromatic Colors of #8B8679
Black with #8B8679
Text Example
Text Example
White with #8B8679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8679; }
p { color: rgb(139,134,121); }
H1.HeaderClassName
{
color: #8B8679;
}
.AnyTagClassName
{
color: #8B8679;
}
</style>
background-color css
<style>
a { background-color: #8B8679; }
a { background-color: rgb(139,134,121); }
div.DivClassName
{
background-color: #8B8679;
}
.BgClassName
{
background-color: #8B8679;
}
</style>
border-color css
<style>
span { border-color: #8B8679; }
span { border-color: rgb(139,134,121); }
td.TdClassName
{
border-color: #8B8679;
}
.TagClassName
{
border-color: #8B8679;
}
</style>