Shades of Friar Grey #898273
Tints of Friar Grey #898273
RGB
CMYK
RGB Variations
Color information
#898273 (or 0x898273) is known color: Friar Grey. HEX triplet: 89, 82 and 73. RGB value is (137,130,115). Sum of RGB (Red+Green+Blue) = 137+130+115=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 137 - color contains mainly: red. Hex color #898273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898273 is #767D8C. Grayscale: #828282. Windows color (decimal): -7765389 or 7570057. OLE color: 7570057.
HSL color Cylindrical-coordinate representation of color #898273: hue angle of 40.91º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #898273 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 115 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.46 |
| HSL | 40.91º | 0.09% | 0.49% | - |
| HSV(B) | 40.91º | 0.16% | 0.54% | - |
| XYZ | 21.39 | 22.52 | 19.44 | - |
| YUV | 130.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 115 | 0 | 0.05 | 0.16 | 0.46 | 40.91 | 0.09 | 0.49 |
| Hex | 89 | 82 | 73 | 0 | 5 | 10 | 2E | 29 | 9 | 31 |
| Octal | 211 | 202 | 163 | 0 | 5 | 20 | 56 | 51 | 11 | 61 |
| Binary | 10001001 | 10000010 | 1110011 | 0 | 101 | 10000 | 101110 | 101001 | 1001 | 110001 |
Color Harmonies of #898273
Complementary color
Monochromatic Colors of #898273
Black with #898273
Text Example
Text Example
White with #898273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898273; }
p { color: rgb(137,130,115); }
H1.HeaderClassName
{
color: #898273;
}
.AnyTagClassName
{
color: #898273;
}
</style>
background-color css
<style>
a { background-color: #898273; }
a { background-color: rgb(137,130,115); }
div.DivClassName
{
background-color: #898273;
}
.BgClassName
{
background-color: #898273;
}
</style>
border-color css
<style>
span { border-color: #898273; }
span { border-color: rgb(137,130,115); }
td.TdClassName
{
border-color: #898273;
}
.TagClassName
{
border-color: #898273;
}
</style>