Shades of Friar Grey #8C897D
Tints of Friar Grey #8C897D
RGB
CMYK
RGB Variations
Color information
#8C897D (or 0x8C897D) is known color: Friar Grey. HEX triplet: 8C, 89 and 7D. RGB value is (140,137,125). Sum of RGB (Red+Green+Blue) = 140+137+125=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 140 - color contains mainly: red. Hex color #8C897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C897D is #737682. Grayscale: #888888. Windows color (decimal): -7566979 or 8227212. OLE color: 8227212.
HSL color Cylindrical-coordinate representation of color #8C897D: hue angle of 48º 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 #8C897D is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 137 | 125 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.45 |
| HSL | 48º | 0.06% | 0.52% | - |
| HSV(B) | 48º | 0.11% | 0.55% | - |
| XYZ | 23.46 | 24.95 | 22.98 | - |
| YUV | 136.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 125 | 0 | 0.02 | 0.11 | 0.45 | 48 | 0.06 | 0.52 |
| Hex | 8C | 89 | 7D | 0 | 2 | B | 2D | 30 | 6 | 34 |
| Octal | 214 | 211 | 175 | 0 | 2 | 13 | 55 | 60 | 6 | 64 |
| Binary | 10001100 | 10001001 | 1111101 | 0 | 10 | 1011 | 101101 | 110000 | 110 | 110100 |
Color Harmonies of #8C897D
Complementary color
Monochromatic Colors of #8C897D
Black with #8C897D
Text Example
Text Example
White with #8C897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C897D; }
p { color: rgb(140,137,125); }
H1.HeaderClassName
{
color: #8C897D;
}
.AnyTagClassName
{
color: #8C897D;
}
</style>
background-color css
<style>
a { background-color: #8C897D; }
a { background-color: rgb(140,137,125); }
div.DivClassName
{
background-color: #8C897D;
}
.BgClassName
{
background-color: #8C897D;
}
</style>
border-color css
<style>
span { border-color: #8C897D; }
span { border-color: rgb(140,137,125); }
td.TdClassName
{
border-color: #8C897D;
}
.TagClassName
{
border-color: #8C897D;
}
</style>