Shades of Friar Grey #898475
Tints of Friar Grey #898475
RGB
CMYK
RGB Variations
Color information
#898475 (or 0x898475) is known color: Friar Grey. HEX triplet: 89, 84 and 75. RGB value is (137,132,117). Sum of RGB (Red+Green+Blue) = 137+132+117=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 137 - color contains mainly: red. Hex color #898475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898475 is #767B8A. Grayscale: #838383. Windows color (decimal): -7764875 or 7701641. OLE color: 7701641.
HSL color Cylindrical-coordinate representation of color #898475: hue angle of 45º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #898475 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 132 | 117 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.46 |
| HSL | 45º | 0.08% | 0.5% | - |
| HSV(B) | 45º | 0.15% | 0.54% | - |
| XYZ | 21.78 | 23.11 | 20.14 | - |
| YUV | 131.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 117 | 0 | 0.04 | 0.15 | 0.46 | 45 | 0.08 | 0.5 |
| Hex | 89 | 84 | 75 | 0 | 4 | F | 2E | 2D | 8 | 32 |
| Octal | 211 | 204 | 165 | 0 | 4 | 17 | 56 | 55 | 10 | 62 |
| Binary | 10001001 | 10000100 | 1110101 | 0 | 100 | 1111 | 101110 | 101101 | 1000 | 110010 |
Color Harmonies of #898475
Complementary color
Monochromatic Colors of #898475
Black with #898475
Text Example
Text Example
White with #898475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898475; }
p { color: rgb(137,132,117); }
H1.HeaderClassName
{
color: #898475;
}
.AnyTagClassName
{
color: #898475;
}
</style>
background-color css
<style>
a { background-color: #898475; }
a { background-color: rgb(137,132,117); }
div.DivClassName
{
background-color: #898475;
}
.BgClassName
{
background-color: #898475;
}
</style>
border-color css
<style>
span { border-color: #898475; }
span { border-color: rgb(137,132,117); }
td.TdClassName
{
border-color: #898475;
}
.TagClassName
{
border-color: #898475;
}
</style>