Shades of Friar Grey #8B897A
Tints of Friar Grey #8B897A
RGB
CMYK
RGB Variations
Color information
#8B897A (or 0x8B897A) is known color: Friar Grey. HEX triplet: 8B, 89 and 7A. RGB value is (139,137,122). Sum of RGB (Red+Green+Blue) = 139+137+122=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 139 - color contains mainly: red. Hex color #8B897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B897A is #747685. Grayscale: #878787. Windows color (decimal): -7632518 or 8030603. OLE color: 8030603.
HSL color Cylindrical-coordinate representation of color #8B897A: hue angle of 52.94º 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 #8B897A is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 137 | 122 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.45 |
| HSL | 52.94º | 0.07% | 0.51% | - |
| HSV(B) | 52.94º | 0.12% | 0.55% | - |
| XYZ | 23.11 | 24.79 | 21.98 | - |
| YUV | 135.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 122 | 0 | 0.01 | 0.12 | 0.45 | 52.94 | 0.07 | 0.51 |
| Hex | 8B | 89 | 7A | 0 | 1 | C | 2D | 35 | 7 | 33 |
| Octal | 213 | 211 | 172 | 0 | 1 | 14 | 55 | 65 | 7 | 63 |
| Binary | 10001011 | 10001001 | 1111010 | 0 | 1 | 1100 | 101101 | 110101 | 111 | 110011 |
Color Harmonies of #8B897A
Complementary color
Monochromatic Colors of #8B897A
Black with #8B897A
Text Example
Text Example
White with #8B897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B897A; }
p { color: rgb(139,137,122); }
H1.HeaderClassName
{
color: #8B897A;
}
.AnyTagClassName
{
color: #8B897A;
}
</style>
background-color css
<style>
a { background-color: #8B897A; }
a { background-color: rgb(139,137,122); }
div.DivClassName
{
background-color: #8B897A;
}
.BgClassName
{
background-color: #8B897A;
}
</style>
border-color css
<style>
span { border-color: #8B897A; }
span { border-color: rgb(139,137,122); }
td.TdClassName
{
border-color: #8B897A;
}
.TagClassName
{
border-color: #8B897A;
}
</style>