COLOR #787E2C

HEX: #787E2C
RGB: (120,126,44)

Color info

#787E2C contains mainly red and green colors. Web safe color of #787E2C is #666633 (or #663).

RGB color model

#787E2C color RGB value is (120,126,44).

  • red value is 120;
  • green value is 126;
  • blue value is 44.
RGB:
(120,126,44)
(47%,49%,17%)

RGB channels and saturation

R 120 of 255 = 47%
G 126 of 255 = 49%
B 44 of 255 = 17%

120
126
44

R + G + B ~ 38%. #787E2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 126 + 44 = 290 (100%)
R 120 of 290 ~ 41.38%
G 126 of 290 ~ 43.45%
B 44 of 290 ~ 15.17%

%41.38
%43.45
%15.17

CMYK color model

#787E2C color CMYK value is (5,0,65,51).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 65.08%
  • key color value is 50.59%
CMYK:
(5,0,65,51)
C5M0Y65K51 
(5%,0%,65%,51%)
(0.05/0.00/0.65/0.51)	

CMYK percentages

%4.76
%0
%65.08
%50.59

Codes

Color #787E2C in popluar color models

787E2C
RGB12012644
HSL64°48.24%33.33%
HSB/HSV64°65.08%49.41%
CMYK4.76%0.00%65.08%
50.59%

Color #787E2C in popluar number systems.

HEX787E2C
Decimal12012644
Binary11110001111110101100
Octal17017654

Shades and tints

Shades of #787E2C

#787E2C
(120,126,44)
#6E7328
(110,115,40)
#646824
(100,104,36)
#5A5D20
(90,93,32)
#50521C
(80,82,28)
#464718
(70,71,24)
#3C3C14
(60,60,20)
#323110
(50,49,16)
#28260C
(40,38,12)
#1E1B08
(30,27,8)
#141004
(20,16,4)
#000000
(0,0,0)

Tints of #787E2C

#787E2C
(120,126,44)
#84893F
(132,137,63)
#909452
(144,148,82)
#9C9F65
(156,159,101)
#A8AA78
(168,170,120)
#B4B58B
(180,181,139)
#C0C09E
(192,192,158)
#CCCBB1
(204,203,177)
#D8D6C4
(216,214,196)
#E4E1D7
(228,225,215)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787E2C color. Also use rgb(120,126,44) instead hex code.

Text Font Color

.myTextColor { color: #787E2C; }

<p style="color:#787E2C">This sample text font color is #787E2C.</p>

This text font color is #787E2C.


Background Color

.myBgColor { background-color: #787E2C; }

<div style="background-color:#787E2C">Inner text</div>

This div background color is #787E2C.


Border color

.myBorderColor { border: 1px solid #787E2C; }

<div style="border:3px solid #787E2C">Div</div>

This div border color is #787E2C.


Opacity

.myOpacity80 { color: #787E2C; opacity: 0.8; }

<p style="color:#787E2C;opacity:0.8;">80%</p>

Text with #787E2C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #787E2C;}

<p style="text-shadow: 3px 3px 1px #787E2C">Text here.</p>

This text has shadow with #787E2C color.

.textShadow {text-shadow: 3px 3px 1px #787E2C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #787E2C, 5px 5px 20px red">Text here.</p>

This text has shadow with #787E2C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#787E2C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#787E2C, Direction=45, Strength=4)">Text</p>

This text has shadow with #787E2C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #787E2C;
  -webkit-box-shadow:	1px 1px 3px 2px #787E2C;
  box-shadow:		1px 1px 3px 2px #787E2C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #787E2C;
-webkit-box-shadow: 1px 1px 3px 2px #787E2C;
box-shadow:1px 1px 3px 2px #787E2C;">
Div content here</div>
This div box has shadow with color #787E2C.

Preview

Color preview on black background

This text has color #787E2C on black background.


Color preview on white background

This text has color #787E2C on white background.



Black color preview on #787E2C background

This text has black color on #787E2C background.


White color preview on #787E2C background

This text has white color on #787E2C background.