Shades of Friar Grey #898477
Tints of Friar Grey #898477
RGB
CMYK
RGB Variations
Color information
#898477 (or 0x898477) is known color: Friar Grey. HEX triplet: 89, 84 and 77. RGB value is (137,132,119). Sum of RGB (Red+Green+Blue) = 137+132+119=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 137 - color contains mainly: red. Hex color #898477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898477 is #767B88. Grayscale: #848484. Windows color (decimal): -7764873 or 7832713. OLE color: 7832713.
HSL color Cylindrical-coordinate representation of color #898477: hue angle of 43.33º 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 #898477 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 132 | 119 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.46 |
| HSL | 43.33º | 0.07% | 0.5% | - |
| HSV(B) | 43.33º | 0.13% | 0.54% | - |
| XYZ | 21.9 | 23.15 | 20.77 | - |
| YUV | 132.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 119 | 0 | 0.04 | 0.13 | 0.46 | 43.33 | 0.07 | 0.5 |
| Hex | 89 | 84 | 77 | 0 | 4 | D | 2E | 2B | 7 | 32 |
| Octal | 211 | 204 | 167 | 0 | 4 | 15 | 56 | 53 | 7 | 62 |
| Binary | 10001001 | 10000100 | 1110111 | 0 | 100 | 1101 | 101110 | 101011 | 111 | 110010 |
Color Harmonies of #898477
Complementary color
Monochromatic Colors of #898477
Black with #898477
Text Example
Text Example
White with #898477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898477; }
p { color: rgb(137,132,119); }
H1.HeaderClassName
{
color: #898477;
}
.AnyTagClassName
{
color: #898477;
}
</style>
background-color css
<style>
a { background-color: #898477; }
a { background-color: rgb(137,132,119); }
div.DivClassName
{
background-color: #898477;
}
.BgClassName
{
background-color: #898477;
}
</style>
border-color css
<style>
span { border-color: #898477; }
span { border-color: rgb(137,132,119); }
td.TdClassName
{
border-color: #898477;
}
.TagClassName
{
border-color: #898477;
}
</style>