Shades of Friar Grey #898470
Tints of Friar Grey #898470
RGB
CMYK
RGB Variations
Color information
#898470 (or 0x898470) is known color: Friar Grey. HEX triplet: 89, 84 and 70. RGB value is (137,132,112). Sum of RGB (Red+Green+Blue) = 137+132+112=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 137 - color contains mainly: red. Hex color #898470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898470 is #767B8F. Grayscale: #838383. Windows color (decimal): -7764880 or 7373961. OLE color: 7373961.
HSL color Cylindrical-coordinate representation of color #898470: hue angle of 48º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #898470 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 132 | 112 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.46 |
| HSL | 48º | 0.1% | 0.49% | - |
| HSV(B) | 48º | 0.18% | 0.54% | - |
| XYZ | 21.49 | 22.99 | 18.63 | - |
| YUV | 131.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 112 | 0 | 0.04 | 0.18 | 0.46 | 48 | 0.1 | 0.49 |
| Hex | 89 | 84 | 70 | 0 | 4 | 12 | 2E | 30 | A | 31 |
| Octal | 211 | 204 | 160 | 0 | 4 | 22 | 56 | 60 | 12 | 61 |
| Binary | 10001001 | 10000100 | 1110000 | 0 | 100 | 10010 | 101110 | 110000 | 1010 | 110001 |
Color Harmonies of #898470
Complementary color
Monochromatic Colors of #898470
Black with #898470
Text Example
Text Example
White with #898470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898470; }
p { color: rgb(137,132,112); }
H1.HeaderClassName
{
color: #898470;
}
.AnyTagClassName
{
color: #898470;
}
</style>
background-color css
<style>
a { background-color: #898470; }
a { background-color: rgb(137,132,112); }
div.DivClassName
{
background-color: #898470;
}
.BgClassName
{
background-color: #898470;
}
</style>
border-color css
<style>
span { border-color: #898470; }
span { border-color: rgb(137,132,112); }
td.TdClassName
{
border-color: #898470;
}
.TagClassName
{
border-color: #898470;
}
</style>