Shades of Friar Grey #898679
Tints of Friar Grey #898679
RGB
CMYK
RGB Variations
Color information
#898679 (or 0x898679) is known color: Friar Grey. HEX triplet: 89, 86 and 79. RGB value is (137,134,121). Sum of RGB (Red+Green+Blue) = 137+134+121=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 137 - color contains mainly: red. Hex color #898679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898679 is #767986. Grayscale: #858585. Windows color (decimal): -7764359 or 7964297. OLE color: 7964297.
HSL color Cylindrical-coordinate representation of color #898679: hue angle of 48.75º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #898679 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 134 | 121 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.46 |
| HSL | 48.75º | 0.06% | 0.51% | - |
| HSV(B) | 48.75º | 0.12% | 0.54% | - |
| XYZ | 22.29 | 23.75 | 21.5 | - |
| YUV | 133.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 134 | 121 | 0 | 0.02 | 0.12 | 0.46 | 48.75 | 0.06 | 0.51 |
| Hex | 89 | 86 | 79 | 0 | 2 | C | 2E | 31 | 6 | 33 |
| Octal | 211 | 206 | 171 | 0 | 2 | 14 | 56 | 61 | 6 | 63 |
| Binary | 10001001 | 10000110 | 1111001 | 0 | 10 | 1100 | 101110 | 110001 | 110 | 110011 |
Color Harmonies of #898679
Complementary color
Monochromatic Colors of #898679
Black with #898679
Text Example
Text Example
White with #898679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898679; }
p { color: rgb(137,134,121); }
H1.HeaderClassName
{
color: #898679;
}
.AnyTagClassName
{
color: #898679;
}
</style>
background-color css
<style>
a { background-color: #898679; }
a { background-color: rgb(137,134,121); }
div.DivClassName
{
background-color: #898679;
}
.BgClassName
{
background-color: #898679;
}
</style>
border-color css
<style>
span { border-color: #898679; }
span { border-color: rgb(137,134,121); }
td.TdClassName
{
border-color: #898679;
}
.TagClassName
{
border-color: #898679;
}
</style>