#8C897F

Color #8C897F Friar Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Friar Grey #8C897F

Tints of Friar Grey #8C897F

Color information

#8C897F (or 0x8C897F) is unknown color: approx Friar Grey. HEX triplet: 8C, 89 and 7F. RGB value is (140,137,127). Sum of RGB (Red+Green+Blue) = 140+137+127=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 140 - color contains mainly: red. Hex color #8C897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C897F is #737680. Grayscale: #888888. Windows color (decimal): -7566977 or 8358284. OLE color: 8358284.

HSL color Cylindrical-coordinate representation of color #8C897F: hue angle of 46.15º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C897F is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB140137127-
CMYK00.020.090.45
HSL46.15º5.35%52.35%-
HSV(B)46.15º9.29%54.9%-
XYZ23.592523.66-
YUV136.76122.49130.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 34.65%
GREEN value IS 137 (53.91% from 255) = 33.91%
BLUE value IS 127 (50% from 255) = 31.44%
R=34.65%
G=33.91%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013712700.020.090.4546.155.3552.35
Hex8C897F0292D2e534
Octal21421117702115556564
Binary100011001000100111111110101001101101101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C897F; }

 p { color: rgb(140,137,127); }

 H1.HeaderClassName
 {
   color: #8C897F;
 }
 .AnyTagClassName
 {
   color: #8C897F;
 }
</style>
background-color css

<style>
 a { background-color: #8C897F; }

 a { background-color: rgb(140,137,127); }

 div.DivClassName
 {
   background-color: #8C897F;
 }
 .BgClassName
 {
   background-color: #8C897F;
 }
</style>
border-color css

<style>
 span { border-color: #8C897F; }

 span { border-color: rgb(140,137,127); }

 td.TdClassName
 {
   border-color: #8C897F;
 }
 .TagClassName
 {
   border-color: #8C897F;
 }
</style>