Shades of Friar Grey #89857C
Tints of Friar Grey #89857C
RGB
CMYK
RGB Variations
Color information
#89857C (or 0x89857C) is known color: Friar Grey. HEX triplet: 89, 85 and 7C. RGB value is (137,133,124). Sum of RGB (Red+Green+Blue) = 137+133+124=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 137 - color contains mainly: red. Hex color #89857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89857C is #767A83. Grayscale: #858585. Windows color (decimal): -7764612 or 8160649. OLE color: 8160649.
HSL color Cylindrical-coordinate representation of color #89857C: hue angle of 41.54º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #89857C is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 124 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.46 |
| HSL | 41.54º | 0.05% | 0.51% | - |
| HSV(B) | 41.54º | 0.09% | 0.54% | - |
| XYZ | 22.34 | 23.55 | 22.44 | - |
| YUV | 133.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 124 | 0 | 0.03 | 0.09 | 0.46 | 41.54 | 0.05 | 0.51 |
| Hex | 89 | 85 | 7C | 0 | 3 | 9 | 2E | 2A | 5 | 33 |
| Octal | 211 | 205 | 174 | 0 | 3 | 11 | 56 | 52 | 5 | 63 |
| Binary | 10001001 | 10000101 | 1111100 | 0 | 11 | 1001 | 101110 | 101010 | 101 | 110011 |
Color Harmonies of #89857C
Complementary color
Monochromatic Colors of #89857C
Black with #89857C
Text Example
Text Example
White with #89857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89857C; }
p { color: rgb(137,133,124); }
H1.HeaderClassName
{
color: #89857C;
}
.AnyTagClassName
{
color: #89857C;
}
</style>
background-color css
<style>
a { background-color: #89857C; }
a { background-color: rgb(137,133,124); }
div.DivClassName
{
background-color: #89857C;
}
.BgClassName
{
background-color: #89857C;
}
</style>
border-color css
<style>
span { border-color: #89857C; }
span { border-color: rgb(137,133,124); }
td.TdClassName
{
border-color: #89857C;
}
.TagClassName
{
border-color: #89857C;
}
</style>