#8E7872

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

Shades of Hemp #8E7872

Tints of Hemp #8E7872

Color information

#8E7872 (or 0x8E7872) is unknown color: approx Hemp. HEX triplet: 8E, 78 and 72. RGB value is (142,120,114). Sum of RGB (Red+Green+Blue) = 142+120+114=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7872 is #71878D. Grayscale: #7D7D7D. Windows color (decimal): -7440270 or 7501966. OLE color: 7501966.

HSL color Cylindrical-coordinate representation of color #8E7872: hue angle of 12.86º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E7872 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB142120114-
CMYK00.150.200.44
HSL12.86º11.02%50.2%-
HSV(B)12.86º19.72%55.69%-
XYZ20.9120.418.75-
YUV125.89121.29139.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.77%
GREEN value IS 120 (47.27% from 255) = 31.91%
BLUE value IS 114 (44.92% from 255) = 30.32%
R=37.77%
G=31.91%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212011400.150.200.4412.8611.0250.2
Hex8E78720F142Cdb32
Octal2161701620172454151362
Binary1000111011110001110010011111010010110011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,120,114); }

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

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

 a { background-color: rgb(142,120,114); }

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

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

 span { border-color: rgb(142,120,114); }

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