Shades of Friar Grey #898675
Tints of Friar Grey #898675
RGB
CMYK
RGB Variations
Color information
#898675 (or 0x898675) is known color: Friar Grey. HEX triplet: 89, 86 and 75. RGB value is (137,134,117). Sum of RGB (Red+Green+Blue) = 137+134+117=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 137 - color contains mainly: red. Hex color #898675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898675 is #76798A. Grayscale: #858585. Windows color (decimal): -7764363 or 7702153. OLE color: 7702153.
HSL color Cylindrical-coordinate representation of color #898675: hue angle of 51º 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 #898675 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 134 | 117 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.46 |
| HSL | 51º | 0.08% | 0.5% | - |
| HSV(B) | 51º | 0.15% | 0.54% | - |
| XYZ | 22.05 | 23.65 | 20.23 | - |
| YUV | 132.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 134 | 117 | 0 | 0.02 | 0.15 | 0.46 | 51 | 0.08 | 0.5 |
| Hex | 89 | 86 | 75 | 0 | 2 | F | 2E | 33 | 8 | 32 |
| Octal | 211 | 206 | 165 | 0 | 2 | 17 | 56 | 63 | 10 | 62 |
| Binary | 10001001 | 10000110 | 1110101 | 0 | 10 | 1111 | 101110 | 110011 | 1000 | 110010 |
Color Harmonies of #898675
Complementary color
Monochromatic Colors of #898675
Black with #898675
Text Example
Text Example
White with #898675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898675; }
p { color: rgb(137,134,117); }
H1.HeaderClassName
{
color: #898675;
}
.AnyTagClassName
{
color: #898675;
}
</style>
background-color css
<style>
a { background-color: #898675; }
a { background-color: rgb(137,134,117); }
div.DivClassName
{
background-color: #898675;
}
.BgClassName
{
background-color: #898675;
}
</style>
border-color css
<style>
span { border-color: #898675; }
span { border-color: rgb(137,134,117); }
td.TdClassName
{
border-color: #898675;
}
.TagClassName
{
border-color: #898675;
}
</style>