Shades of Friar Grey #8D897E
Tints of Friar Grey #8D897E
RGB
CMYK
RGB Variations
Color information
#8D897E (or 0x8D897E) is known color: Friar Grey. HEX triplet: 8D, 89 and 7E. RGB value is (141,137,126). Sum of RGB (Red+Green+Blue) = 141+137+126=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 141 - color contains mainly: red. Hex color #8D897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D897E is #727681. Grayscale: #888888. Windows color (decimal): -7501442 or 8292749. OLE color: 8292749.
HSL color Cylindrical-coordinate representation of color #8D897E: hue angle of 44º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D897E is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 137 | 126 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.45 |
| HSL | 44º | 0.06% | 0.52% | - |
| HSV(B) | 44º | 0.11% | 0.55% | - |
| XYZ | 23.7 | 25.06 | 23.33 | - |
| YUV | 136.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 126 | 0 | 0.03 | 0.11 | 0.45 | 44 | 0.06 | 0.52 |
| Hex | 8D | 89 | 7E | 0 | 3 | B | 2D | 2C | 6 | 34 |
| Octal | 215 | 211 | 176 | 0 | 3 | 13 | 55 | 54 | 6 | 64 |
| Binary | 10001101 | 10001001 | 1111110 | 0 | 11 | 1011 | 101101 | 101100 | 110 | 110100 |
Color Harmonies of #8D897E
Complementary color
Monochromatic Colors of #8D897E
Black with #8D897E
Text Example
Text Example
White with #8D897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D897E; }
p { color: rgb(141,137,126); }
H1.HeaderClassName
{
color: #8D897E;
}
.AnyTagClassName
{
color: #8D897E;
}
</style>
background-color css
<style>
a { background-color: #8D897E; }
a { background-color: rgb(141,137,126); }
div.DivClassName
{
background-color: #8D897E;
}
.BgClassName
{
background-color: #8D897E;
}
</style>
border-color css
<style>
span { border-color: #8D897E; }
span { border-color: rgb(141,137,126); }
td.TdClassName
{
border-color: #8D897E;
}
.TagClassName
{
border-color: #8D897E;
}
</style>