Shades of Friar Grey #898572
Tints of Friar Grey #898572
RGB
CMYK
RGB Variations
Color information
#898572 (or 0x898572) is known color: Friar Grey. HEX triplet: 89, 85 and 72. RGB value is (137,133,114). Sum of RGB (Red+Green+Blue) = 137+133+114=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 137 - color contains mainly: red. Hex color #898572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898572 is #767A8D. Grayscale: #848484. Windows color (decimal): -7764622 or 7505289. OLE color: 7505289.
HSL color Cylindrical-coordinate representation of color #898572: hue angle of 49.57º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #898572 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 114 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.46 |
| HSL | 49.57º | 0.09% | 0.49% | - |
| HSV(B) | 49.57º | 0.17% | 0.54% | - |
| XYZ | 21.74 | 23.31 | 19.27 | - |
| YUV | 132.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 114 | 0 | 0.03 | 0.17 | 0.46 | 49.57 | 0.09 | 0.49 |
| Hex | 89 | 85 | 72 | 0 | 3 | 11 | 2E | 32 | 9 | 31 |
| Octal | 211 | 205 | 162 | 0 | 3 | 21 | 56 | 62 | 11 | 61 |
| Binary | 10001001 | 10000101 | 1110010 | 0 | 11 | 10001 | 101110 | 110010 | 1001 | 110001 |
Color Harmonies of #898572
Complementary color
Monochromatic Colors of #898572
Black with #898572
Text Example
Text Example
White with #898572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898572; }
p { color: rgb(137,133,114); }
H1.HeaderClassName
{
color: #898572;
}
.AnyTagClassName
{
color: #898572;
}
</style>
background-color css
<style>
a { background-color: #898572; }
a { background-color: rgb(137,133,114); }
div.DivClassName
{
background-color: #898572;
}
.BgClassName
{
background-color: #898572;
}
</style>
border-color css
<style>
span { border-color: #898572; }
span { border-color: rgb(137,133,114); }
td.TdClassName
{
border-color: #898572;
}
.TagClassName
{
border-color: #898572;
}
</style>