Shades of Friar Grey #8B8677
Tints of Friar Grey #8B8677
RGB
CMYK
RGB Variations
Color information
#8B8677 (or 0x8B8677) is known color: Friar Grey. HEX triplet: 8B, 86 and 77. RGB value is (139,134,119). Sum of RGB (Red+Green+Blue) = 139+134+119=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8677 is #747988. Grayscale: #858585. Windows color (decimal): -7633289 or 7833227. OLE color: 7833227.
HSL color Cylindrical-coordinate representation of color #8B8677: hue angle of 45º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B8677 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 134 | 119 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.45 |
| HSL | 45º | 0.08% | 0.51% | - |
| HSV(B) | 45º | 0.14% | 0.55% | - |
| XYZ | 22.5 | 23.87 | 20.87 | - |
| YUV | 133.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 134 | 119 | 0 | 0.04 | 0.14 | 0.45 | 45 | 0.08 | 0.51 |
| Hex | 8B | 86 | 77 | 0 | 4 | E | 2D | 2D | 8 | 33 |
| Octal | 213 | 206 | 167 | 0 | 4 | 16 | 55 | 55 | 10 | 63 |
| Binary | 10001011 | 10000110 | 1110111 | 0 | 100 | 1110 | 101101 | 101101 | 1000 | 110011 |
Color Harmonies of #8B8677
Complementary color
Monochromatic Colors of #8B8677
Black with #8B8677
Text Example
Text Example
White with #8B8677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8677; }
p { color: rgb(139,134,119); }
H1.HeaderClassName
{
color: #8B8677;
}
.AnyTagClassName
{
color: #8B8677;
}
</style>
background-color css
<style>
a { background-color: #8B8677; }
a { background-color: rgb(139,134,119); }
div.DivClassName
{
background-color: #8B8677;
}
.BgClassName
{
background-color: #8B8677;
}
</style>
border-color css
<style>
span { border-color: #8B8677; }
span { border-color: rgb(139,134,119); }
td.TdClassName
{
border-color: #8B8677;
}
.TagClassName
{
border-color: #8B8677;
}
</style>