Shades of Friar Grey #8B897E
Tints of Friar Grey #8B897E
RGB
CMYK
RGB Variations
Color information
#8B897E (or 0x8B897E) is known color: Friar Grey. HEX triplet: 8B, 89 and 7E. RGB value is (139,137,126). Sum of RGB (Red+Green+Blue) = 139+137+126=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 139 - color contains mainly: red. Hex color #8B897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B897E is #747681. Grayscale: #888888. Windows color (decimal): -7632514 or 8292747. OLE color: 8292747.
HSL color Cylindrical-coordinate representation of color #8B897E: hue angle of 50.77º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B897E is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 137 | 126 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.45 |
| HSL | 50.77º | 0.05% | 0.52% | - |
| HSV(B) | 50.77º | 0.09% | 0.55% | - |
| XYZ | 23.36 | 24.89 | 23.31 | - |
| YUV | 136.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 126 | 0 | 0.01 | 0.09 | 0.45 | 50.77 | 0.05 | 0.52 |
| Hex | 8B | 89 | 7E | 0 | 1 | 9 | 2D | 33 | 5 | 34 |
| Octal | 213 | 211 | 176 | 0 | 1 | 11 | 55 | 63 | 5 | 64 |
| Binary | 10001011 | 10001001 | 1111110 | 0 | 1 | 1001 | 101101 | 110011 | 101 | 110100 |
Color Harmonies of #8B897E
Complementary color
Monochromatic Colors of #8B897E
Black with #8B897E
Text Example
Text Example
White with #8B897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B897E; }
p { color: rgb(139,137,126); }
H1.HeaderClassName
{
color: #8B897E;
}
.AnyTagClassName
{
color: #8B897E;
}
</style>
background-color css
<style>
a { background-color: #8B897E; }
a { background-color: rgb(139,137,126); }
div.DivClassName
{
background-color: #8B897E;
}
.BgClassName
{
background-color: #8B897E;
}
</style>
border-color css
<style>
span { border-color: #8B897E; }
span { border-color: rgb(139,137,126); }
td.TdClassName
{
border-color: #8B897E;
}
.TagClassName
{
border-color: #8B897E;
}
</style>