Shades of Friar Grey #89857B
Tints of Friar Grey #89857B
RGB
CMYK
RGB Variations
Color information
#89857B (or 0x89857B) is known color: Friar Grey. HEX triplet: 89, 85 and 7B. RGB value is (137,133,123). Sum of RGB (Red+Green+Blue) = 137+133+123=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 137 - color contains mainly: red. Hex color #89857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89857B is #767A84. Grayscale: #858585. Windows color (decimal): -7764613 or 8095113. OLE color: 8095113.
HSL color Cylindrical-coordinate representation of color #89857B: hue angle of 42.86º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #89857B is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 123 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.46 |
| HSL | 42.86º | 0.06% | 0.51% | - |
| HSV(B) | 42.86º | 0.1% | 0.54% | - |
| XYZ | 22.28 | 23.52 | 22.11 | - |
| YUV | 133.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 123 | 0 | 0.03 | 0.10 | 0.46 | 42.86 | 0.06 | 0.51 |
| Hex | 89 | 85 | 7B | 0 | 3 | A | 2E | 2B | 6 | 33 |
| Octal | 211 | 205 | 173 | 0 | 3 | 12 | 56 | 53 | 6 | 63 |
| Binary | 10001001 | 10000101 | 1111011 | 0 | 11 | 1010 | 101110 | 101011 | 110 | 110011 |
Color Harmonies of #89857B
Complementary color
Monochromatic Colors of #89857B
Black with #89857B
Text Example
Text Example
White with #89857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89857B; }
p { color: rgb(137,133,123); }
H1.HeaderClassName
{
color: #89857B;
}
.AnyTagClassName
{
color: #89857B;
}
</style>
background-color css
<style>
a { background-color: #89857B; }
a { background-color: rgb(137,133,123); }
div.DivClassName
{
background-color: #89857B;
}
.BgClassName
{
background-color: #89857B;
}
</style>
border-color css
<style>
span { border-color: #89857B; }
span { border-color: rgb(137,133,123); }
td.TdClassName
{
border-color: #89857B;
}
.TagClassName
{
border-color: #89857B;
}
</style>