Shades of Friar Grey #8D897B
Tints of Friar Grey #8D897B
RGB
CMYK
RGB Variations
Color information
#8D897B (or 0x8D897B) is known color: Friar Grey. HEX triplet: 8D, 89 and 7B. RGB value is (141,137,123). Sum of RGB (Red+Green+Blue) = 141+137+123=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 141 - color contains mainly: red. Hex color #8D897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D897B is #727684. Grayscale: #888888. Windows color (decimal): -7501445 or 8096141. OLE color: 8096141.
HSL color Cylindrical-coordinate representation of color #8D897B: hue angle of 46.67º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8D897B is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 137 | 123 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.45 |
| HSL | 46.67º | 0.07% | 0.52% | - |
| HSV(B) | 46.67º | 0.13% | 0.55% | - |
| XYZ | 23.51 | 24.98 | 22.32 | - |
| YUV | 136.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 123 | 0 | 0.03 | 0.13 | 0.45 | 46.67 | 0.07 | 0.52 |
| Hex | 8D | 89 | 7B | 0 | 3 | D | 2D | 2F | 7 | 34 |
| Octal | 215 | 211 | 173 | 0 | 3 | 15 | 55 | 57 | 7 | 64 |
| Binary | 10001101 | 10001001 | 1111011 | 0 | 11 | 1101 | 101101 | 101111 | 111 | 110100 |
Color Harmonies of #8D897B
Complementary color
Monochromatic Colors of #8D897B
Black with #8D897B
Text Example
Text Example
White with #8D897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D897B; }
p { color: rgb(141,137,123); }
H1.HeaderClassName
{
color: #8D897B;
}
.AnyTagClassName
{
color: #8D897B;
}
</style>
background-color css
<style>
a { background-color: #8D897B; }
a { background-color: rgb(141,137,123); }
div.DivClassName
{
background-color: #8D897B;
}
.BgClassName
{
background-color: #8D897B;
}
</style>
border-color css
<style>
span { border-color: #8D897B; }
span { border-color: rgb(141,137,123); }
td.TdClassName
{
border-color: #8D897B;
}
.TagClassName
{
border-color: #8D897B;
}
</style>