Shades of Friar Grey #8C897E
Tints of Friar Grey #8C897E
RGB
CMYK
RGB Variations
Color information
#8C897E (or 0x8C897E) is known color: Friar Grey. HEX triplet: 8C, 89 and 7E. RGB value is (140,137,126). Sum of RGB (Red+Green+Blue) = 140+137+126=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 140 - color contains mainly: red. Hex color #8C897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C897E is #737681. Grayscale: #888888. Windows color (decimal): -7566978 or 8292748. OLE color: 8292748.
HSL color Cylindrical-coordinate representation of color #8C897E: hue angle of 47.14º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C897E is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
RGB | 140 | 137 | 126 | - |
CMYK | 0 | 0.02 | 0.10 | 0.45 |
HSL | 47.14º | 0.06% | 0.52% | - |
HSV(B) | 47.14º | 0.1% | 0.55% | - |
XYZ | 23.53 | 24.97 | 23.32 | - |
YUV | 136.64 | 121.99 | 130.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 137 | 126 | 0 | 0.02 | 0.10 | 0.45 | 47.14 | 0.06 | 0.52 |
Hex | 8C | 89 | 7E | 0 | 2 | A | 2D | 2F | 6 | 34 |
Octal | 214 | 211 | 176 | 0 | 2 | 12 | 55 | 57 | 6 | 64 |
Binary | 10001100 | 10001001 | 1111110 | 0 | 10 | 1010 | 101101 | 101111 | 110 | 110100 |
Color Harmonies of #8C897E
Complementary color
Monochromatic Colors of #8C897E
Black with #8C897E
Text Example
Text Example
White with #8C897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C897E; }
p { color: rgb(140,137,126); }
H1.HeaderClassName
{
color: #8C897E;
}
.AnyTagClassName
{
color: #8C897E;
}
</style>
background-color css
<style>
a { background-color: #8C897E; }
a { background-color: rgb(140,137,126); }
div.DivClassName
{
background-color: #8C897E;
}
.BgClassName
{
background-color: #8C897E;
}
</style>
border-color css
<style>
span { border-color: #8C897E; }
span { border-color: rgb(140,137,126); }
td.TdClassName
{
border-color: #8C897E;
}
.TagClassName
{
border-color: #8C897E;
}
</style>