#8E7770

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

Shades of Hemp #8E7770

Tints of Hemp #8E7770

Color information

#8E7770 (or 0x8E7770) is unknown color: approx Hemp. HEX triplet: 8E, 77 and 70. RGB value is (142,119,112). Sum of RGB (Red+Green+Blue) = 142+119+112=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7770 is #71888F. Grayscale: #7D7D7D. Windows color (decimal): -7440528 or 7370638. OLE color: 7370638.

HSL color Cylindrical-coordinate representation of color #8E7770: hue angle of 14º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E7770 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB142119112-
CMYK00.160.210.44
HSL14º11.81%49.8%-
HSV(B)14º21.13%55.69%-
XYZ20.6820.1118.12-
YUV125.08120.62140.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.07%
GREEN value IS 119 (46.88% from 255) = 31.90%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=38.07%
G=31.90%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211911200.160.210.441411.8149.8
Hex8E7770010152Cec32
Octal2161671600202554161462
Binary10001110111011111100000100001010110110011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,119,112); }

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

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

 a { background-color: rgb(142,119,112); }

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

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

 span { border-color: rgb(142,119,112); }

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