Shades of Friar Grey #89877E
Tints of Friar Grey #89877E
RGB
CMYK
RGB Variations
Color information
#89877E (or 0x89877E) is known color: Friar Grey. HEX triplet: 89, 87 and 7E. RGB value is (137,135,126). Sum of RGB (Red+Green+Blue) = 137+135+126=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 137 - color contains mainly: red. Hex color #89877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89877E is #767881. Grayscale: #868686. Windows color (decimal): -7764098 or 8292233. OLE color: 8292233.
HSL color Cylindrical-coordinate representation of color #89877E: hue angle of 49.09º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #89877E is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 135 | 126 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.46 |
| HSL | 49.09º | 0.04% | 0.52% | - |
| HSV(B) | 49.09º | 0.08% | 0.54% | - |
| XYZ | 22.75 | 24.15 | 23.2 | - |
| YUV | 134.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 135 | 126 | 0 | 0.01 | 0.08 | 0.46 | 49.09 | 0.04 | 0.52 |
| Hex | 89 | 87 | 7E | 0 | 1 | 8 | 2E | 31 | 4 | 34 |
| Octal | 211 | 207 | 176 | 0 | 1 | 10 | 56 | 61 | 4 | 64 |
| Binary | 10001001 | 10000111 | 1111110 | 0 | 1 | 1000 | 101110 | 110001 | 100 | 110100 |
Color Harmonies of #89877E
Complementary color
Monochromatic Colors of #89877E
Black with #89877E
Text Example
Text Example
White with #89877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89877E; }
p { color: rgb(137,135,126); }
H1.HeaderClassName
{
color: #89877E;
}
.AnyTagClassName
{
color: #89877E;
}
</style>
background-color css
<style>
a { background-color: #89877E; }
a { background-color: rgb(137,135,126); }
div.DivClassName
{
background-color: #89877E;
}
.BgClassName
{
background-color: #89877E;
}
</style>
border-color css
<style>
span { border-color: #89877E; }
span { border-color: rgb(137,135,126); }
td.TdClassName
{
border-color: #89877E;
}
.TagClassName
{
border-color: #89877E;
}
</style>