#8E897A

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

Shades of Friar Grey #8E897A

Tints of Friar Grey #8E897A

Color information

#8E897A (or 0x8E897A) is unknown color: approx Friar Grey. HEX triplet: 8E, 89 and 7A. RGB value is (142,137,122). Sum of RGB (Red+Green+Blue) = 142+137+122=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 142 - color contains mainly: red. Hex color #8E897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E897A is #717685. Grayscale: #888888. Windows color (decimal): -7435910 or 8030606. OLE color: 8030606.

HSL color Cylindrical-coordinate representation of color #8E897A: hue angle of 45º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8E897A is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB142137122-
CMYK00.040.140.44
HSL45º8.13%51.76%-
HSV(B)45º14.08%55.69%-
XYZ23.6125.0522-
YUV136.78119.66131.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.41%
GREEN value IS 137 (53.91% from 255) = 34.16%
BLUE value IS 122 (48.05% from 255) = 30.42%
R=35.41%
G=34.16%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213712200.040.140.44458.1351.76
Hex8E897A04E2C2d834
Octal216211172041654551064
Binary10001110100010011111010010011101011001011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,137,122); }

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

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

 a { background-color: rgb(142,137,122); }

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

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

 span { border-color: rgb(142,137,122); }

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