#8C754C

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

Shades of Shadow #8C754C

Tints of Shadow #8C754C

Color information

#8C754C (or 0x8C754C) is unknown color: approx Shadow. HEX triplet: 8C, 75 and 4C. RGB value is (140,117,76). Sum of RGB (Red+Green+Blue) = 140+117+76=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C754C is #738AB3. Grayscale: #777777. Windows color (decimal): -7572148 or 5010828. OLE color: 5010828.

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

Color convert

RGB14011776-
CMYK00.160.460.45
HSL38.44º29.63%42.35%-
HSV(B)38.44º45.71%54.9%-
XYZ18.4818.829.5-
YUV119.2103.62142.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.04%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 76 (30.08% from 255) = 22.82%
R=42.04%
G=35.14%
B=22.82%

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
Decimal1401177600.160.460.4538.4429.6342.35
Hex8C754C0102E2D261e2a
Octal2141651140205655463652
Binary100011001110101100110001000010111010110110011011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,117,76); }

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

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

 a { background-color: rgb(140,117,76); }

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

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

 span { border-color: rgb(140,117,76); }

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