Shades of Friar Grey #89847A
Tints of Friar Grey #89847A
RGB
CMYK
RGB Variations
Color information
#89847A (or 0x89847A) is known color: Friar Grey. HEX triplet: 89, 84 and 7A. RGB value is (137,132,122). Sum of RGB (Red+Green+Blue) = 137+132+122=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 137 - color contains mainly: red. Hex color #89847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89847A is #767B85. Grayscale: #848484. Windows color (decimal): -7764870 or 8029321. OLE color: 8029321.
HSL color Cylindrical-coordinate representation of color #89847A: hue angle of 40º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #89847A is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 132 | 122 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.46 |
| HSL | 40º | 0.06% | 0.51% | - |
| HSV(B) | 40º | 0.11% | 0.54% | - |
| XYZ | 22.08 | 23.23 | 21.73 | - |
| YUV | 132.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 122 | 0 | 0.04 | 0.11 | 0.46 | 40 | 0.06 | 0.51 |
| Hex | 89 | 84 | 7A | 0 | 4 | B | 2E | 28 | 6 | 33 |
| Octal | 211 | 204 | 172 | 0 | 4 | 13 | 56 | 50 | 6 | 63 |
| Binary | 10001001 | 10000100 | 1111010 | 0 | 100 | 1011 | 101110 | 101000 | 110 | 110011 |
Color Harmonies of #89847A
Complementary color
Monochromatic Colors of #89847A
Black with #89847A
Text Example
Text Example
White with #89847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89847A; }
p { color: rgb(137,132,122); }
H1.HeaderClassName
{
color: #89847A;
}
.AnyTagClassName
{
color: #89847A;
}
</style>
background-color css
<style>
a { background-color: #89847A; }
a { background-color: rgb(137,132,122); }
div.DivClassName
{
background-color: #89847A;
}
.BgClassName
{
background-color: #89847A;
}
</style>
border-color css
<style>
span { border-color: #89847A; }
span { border-color: rgb(137,132,122); }
td.TdClassName
{
border-color: #89847A;
}
.TagClassName
{
border-color: #89847A;
}
</style>