Shades of Friar Grey #8B877A
Tints of Friar Grey #8B877A
RGB
CMYK
RGB Variations
Color information
#8B877A (or 0x8B877A) is known color: Friar Grey. HEX triplet: 8B, 87 and 7A. RGB value is (139,135,122). Sum of RGB (Red+Green+Blue) = 139+135+122=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 139 - color contains mainly: red. Hex color #8B877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B877A is #747885. Grayscale: #868686. Windows color (decimal): -7633030 or 8030091. OLE color: 8030091.
HSL color Cylindrical-coordinate representation of color #8B877A: hue angle of 45.88º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B877A is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 135 | 122 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.45 |
| HSL | 45.88º | 0.07% | 0.51% | - |
| HSV(B) | 45.88º | 0.12% | 0.55% | - |
| XYZ | 22.82 | 24.22 | 21.88 | - |
| YUV | 134.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 122 | 0 | 0.03 | 0.12 | 0.45 | 45.88 | 0.07 | 0.51 |
| Hex | 8B | 87 | 7A | 0 | 3 | C | 2D | 2E | 7 | 33 |
| Octal | 213 | 207 | 172 | 0 | 3 | 14 | 55 | 56 | 7 | 63 |
| Binary | 10001011 | 10000111 | 1111010 | 0 | 11 | 1100 | 101101 | 101110 | 111 | 110011 |
Color Harmonies of #8B877A
Complementary color
Monochromatic Colors of #8B877A
Black with #8B877A
Text Example
Text Example
White with #8B877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B877A; }
p { color: rgb(139,135,122); }
H1.HeaderClassName
{
color: #8B877A;
}
.AnyTagClassName
{
color: #8B877A;
}
</style>
background-color css
<style>
a { background-color: #8B877A; }
a { background-color: rgb(139,135,122); }
div.DivClassName
{
background-color: #8B877A;
}
.BgClassName
{
background-color: #8B877A;
}
</style>
border-color css
<style>
span { border-color: #8B877A; }
span { border-color: rgb(139,135,122); }
td.TdClassName
{
border-color: #8B877A;
}
.TagClassName
{
border-color: #8B877A;
}
</style>