#8D784F

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

Shades of Shadow #8D784F

Tints of Shadow #8D784F

Color information

#8D784F (or 0x8D784F) is unknown color: approx Shadow. HEX triplet: 8D, 78 and 4F. RGB value is (141,120,79). Sum of RGB (Red+Green+Blue) = 141+120+79=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D784F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D784F is #7287B0. Grayscale: #797979. Windows color (decimal): -7505841 or 5208205. OLE color: 5208205.

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

Color convert

RGB14112079-
CMYK00.150.440.45
HSL39.68º28.18%43.14%-
HSV(B)39.68º43.97%55.29%-
XYZ19.1119.6610.18-
YUV121.6103.96141.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.47%
GREEN value IS 120 (47.27% from 255) = 35.29%
BLUE value IS 79 (31.25% from 255) = 23.24%
R=41.47%
G=35.29%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411207900.150.440.4539.6828.1843.14
Hex8D784F0F2C2D281c2b
Octal2151701170175455503453
Binary10001101111100010011110111110110010110110100011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,120,79); }

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

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

 a { background-color: rgb(141,120,79); }

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

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

 span { border-color: rgb(141,120,79); }

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