Shades of Friar Grey #898377
Tints of Friar Grey #898377
RGB
CMYK
RGB Variations
Color information
#898377 (or 0x898377) is known color: Friar Grey. HEX triplet: 89, 83 and 77. RGB value is (137,131,119). Sum of RGB (Red+Green+Blue) = 137+131+119=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 137 - color contains mainly: red. Hex color #898377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898377 is #767C88. Grayscale: #838383. Windows color (decimal): -7765129 or 7832457. OLE color: 7832457.
HSL color Cylindrical-coordinate representation of color #898377: hue angle of 40º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #898377 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 131 | 119 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.46 |
| HSL | 40º | 0.07% | 0.5% | - |
| HSV(B) | 40º | 0.13% | 0.54% | - |
| XYZ | 21.76 | 22.88 | 20.72 | - |
| YUV | 131.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 119 | 0 | 0.04 | 0.13 | 0.46 | 40 | 0.07 | 0.5 |
| Hex | 89 | 83 | 77 | 0 | 4 | D | 2E | 28 | 7 | 32 |
| Octal | 211 | 203 | 167 | 0 | 4 | 15 | 56 | 50 | 7 | 62 |
| Binary | 10001001 | 10000011 | 1110111 | 0 | 100 | 1101 | 101110 | 101000 | 111 | 110010 |
Color Harmonies of #898377
Complementary color
Monochromatic Colors of #898377
Black with #898377
Text Example
Text Example
White with #898377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898377; }
p { color: rgb(137,131,119); }
H1.HeaderClassName
{
color: #898377;
}
.AnyTagClassName
{
color: #898377;
}
</style>
background-color css
<style>
a { background-color: #898377; }
a { background-color: rgb(137,131,119); }
div.DivClassName
{
background-color: #898377;
}
.BgClassName
{
background-color: #898377;
}
</style>
border-color css
<style>
span { border-color: #898377; }
span { border-color: rgb(137,131,119); }
td.TdClassName
{
border-color: #898377;
}
.TagClassName
{
border-color: #898377;
}
</style>