#8D774C

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

Shades of Shadow #8D774C

Tints of Shadow #8D774C

Color information

#8D774C (or 0x8D774C) is unknown color: approx Shadow. HEX triplet: 8D, 77 and 4C. RGB value is (141,119,76). Sum of RGB (Red+Green+Blue) = 141+119+76=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D774C is #7288B3. Grayscale: #787878. Windows color (decimal): -7506100 or 5011341. OLE color: 5011341.

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

Color convert

RGB14111976-
CMYK00.160.460.45
HSL39.69º29.95%42.55%-
HSV(B)39.69º46.1%55.29%-
XYZ18.8919.389.58-
YUV120.68102.79142.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.96%
GREEN value IS 119 (46.88% from 255) = 35.42%
BLUE value IS 76 (30.08% from 255) = 22.62%
R=41.96%
G=35.42%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411197600.160.460.4539.6929.9542.55
Hex8D774C0102E2D281e2b
Octal2151671140205655503653
Binary100011011110111100110001000010111010110110100011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,119,76); }

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

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

 a { background-color: rgb(141,119,76); }

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

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

 span { border-color: rgb(141,119,76); }

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