#8C774E

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

Shades of Shadow #8C774E

Tints of Shadow #8C774E

Color information

#8C774E (or 0x8C774E) is unknown color: approx Shadow. HEX triplet: 8C, 77 and 4E. RGB value is (140,119,78). Sum of RGB (Red+Green+Blue) = 140+119+78=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C774E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C774E is #7388B1. Grayscale: #787878. Windows color (decimal): -7571634 or 5142412. OLE color: 5142412.

HSL color Cylindrical-coordinate representation of color #8C774E: 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 #8C774E is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB14011978-
CMYK00.150.440.45
HSL39.68º28.44%42.75%-
HSV(B)39.68º44.29%54.9%-
XYZ18.7919.329.95-
YUV120.6103.96141.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.54%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=41.54%
G=35.31%
B=23.15%

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
Decimal1401197800.150.440.4539.6828.4442.75
Hex8C774E0F2C2D281c2b
Octal2141671160175455503453
Binary10001100111011110011100111110110010110110100011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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