Shades of Friar Grey #898374
Tints of Friar Grey #898374
RGB
CMYK
RGB Variations
Color information
#898374 (or 0x898374) is known color: Friar Grey. HEX triplet: 89, 83 and 74. RGB value is (137,131,116). Sum of RGB (Red+Green+Blue) = 137+131+116=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 137 - color contains mainly: red. Hex color #898374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898374 is #767C8B. Grayscale: #838383. Windows color (decimal): -7765132 or 7635849. OLE color: 7635849.
HSL color Cylindrical-coordinate representation of color #898374: hue angle of 42.86º 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 #898374 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 131 | 116 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.46 |
| HSL | 42.86º | 0.08% | 0.5% | - |
| HSV(B) | 42.86º | 0.15% | 0.54% | - |
| XYZ | 21.59 | 22.81 | 19.79 | - |
| YUV | 131.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 116 | 0 | 0.04 | 0.15 | 0.46 | 42.86 | 0.08 | 0.5 |
| Hex | 89 | 83 | 74 | 0 | 4 | F | 2E | 2B | 8 | 32 |
| Octal | 211 | 203 | 164 | 0 | 4 | 17 | 56 | 53 | 10 | 62 |
| Binary | 10001001 | 10000011 | 1110100 | 0 | 100 | 1111 | 101110 | 101011 | 1000 | 110010 |
Color Harmonies of #898374
Complementary color
Monochromatic Colors of #898374
Black with #898374
Text Example
Text Example
White with #898374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898374; }
p { color: rgb(137,131,116); }
H1.HeaderClassName
{
color: #898374;
}
.AnyTagClassName
{
color: #898374;
}
</style>
background-color css
<style>
a { background-color: #898374; }
a { background-color: rgb(137,131,116); }
div.DivClassName
{
background-color: #898374;
}
.BgClassName
{
background-color: #898374;
}
</style>
border-color css
<style>
span { border-color: #898374; }
span { border-color: rgb(137,131,116); }
td.TdClassName
{
border-color: #898374;
}
.TagClassName
{
border-color: #898374;
}
</style>