#8C774A

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

Shades of Shadow #8C774A

Tints of Shadow #8C774A

Color information

#8C774A (or 0x8C774A) is unknown color: approx Shadow. HEX triplet: 8C, 77 and 4A. RGB value is (140,119,74). Sum of RGB (Red+Green+Blue) = 140+119+74=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C774A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C774A is #7388B5. Grayscale: #787878. Windows color (decimal): -7571638 or 4880268. OLE color: 4880268.

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

Color convert

RGB14011974-
CMYK00.150.470.45
HSL40.91º30.84%41.96%-
HSV(B)40.91º47.14%54.9%-
XYZ18.6519.269.21-
YUV120.15101.96142.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.04%
GREEN value IS 119 (46.88% from 255) = 35.74%
BLUE value IS 74 (29.30% from 255) = 22.22%
R=42.04%
G=35.74%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401197400.150.470.4540.9130.8441.96
Hex8C774A0F2F2D291f2a
Octal2141671120175755513752
Binary10001100111011110010100111110111110110110100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,119,74); }

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

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

 a { background-color: rgb(140,119,74); }

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

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

 span { border-color: rgb(140,119,74); }

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