#8e794c

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

Shades of Shadow #8E794C

Tints of Shadow #8E794C

Color information

#8E794C (or 0x8E794C) is unknown color: approx Shadow. HEX triplet: 8E, 79 and 4C. RGB value is (142,121,76). Sum of RGB (Red+Green+Blue) = 142+121+76=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E794C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E794C is #7186B3. Grayscale: #7A7A7A. Windows color (decimal): -7440052 or 5011854. OLE color: 5011854.

HSL color Cylindrical-coordinate representation of color #8E794C: hue angle of 40.91º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E794C is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB14212176-
CMYK00.150.460.44
HSL40.91º30.28%42.75%-
HSV(B)40.91º46.48%55.69%-
XYZ19.319.959.67-
YUV122.15101.96142.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 76 (30.08% from 255) = 22.42%
R=41.89%
G=35.69%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421217600.150.460.4440.9130.2842.75
Hex8E794C0F2E2C291e2b
Octal2161711140175654513653
Binary10001110111100110011000111110111010110010100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e794c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,121,76); }

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

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

 a { background-color: rgb(142,121,76); }

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

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

 span { border-color: rgb(142,121,76); }

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