#8E756F

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

Shades of Hemp #8E756F

Tints of Hemp #8E756F

Color information

#8E756F (or 0x8E756F) is unknown color: approx Hemp. HEX triplet: 8E, 75 and 6F. RGB value is (142,117,111). Sum of RGB (Red+Green+Blue) = 142+117+111=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 142 - color contains mainly: red. Hex color #8E756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E756F is #718A90. Grayscale: #7B7B7B. Windows color (decimal): -7441041 or 7304590. OLE color: 7304590.

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

Color convert

RGB142117111-
CMYK00.180.220.44
HSL11.61º12.25%49.61%-
HSV(B)11.61º21.83%55.69%-
XYZ20.3919.6217.75-
YUV123.79120.78140.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.38%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 111 (43.75% from 255) = 30%
R=38.38%
G=31.62%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211711100.180.220.4411.6112.2549.61
Hex8E756F012162Ccc32
Octal2161651570222654141462
Binary10001110111010111011110100101011010110011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,117,111); }

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

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

 a { background-color: rgb(142,117,111); }

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

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

 span { border-color: rgb(142,117,111); }

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