COLOR #787E49

HEX: #787E49 RGB: (120,126,73)

Color info

#787E49 contains red, green and blue colors in about the same proportion. Web safe color of #787E49 is #666633 (or #663).

RGB color model

#787E49 color RGB value is (120,126,73).

RGB: (120,126,73) (47%, 49%, 29%)

RGB channels and saturation

R 120 of 255 = 47%
G 126 of 255 = 49%
B 73 of 255 = 29%

120
126
73

R + G + B ~ 42%. #787E49 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 126 + 73 = 319 (100%)
R 120 of 319 ~ 37.62%
G 126 of 319 ~ 39.5%
B 73 of 319 ~ 22.88'%

%37.62
%39.5
%22.88

CMYK color model

#787E49 color CMYK value is (5,0,42,51).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 42.06%
  • key color value is 50.59%

CMYK: (5,0,42,51)
C5M0Y42K51 (5%, 0%, 42%, 51%)
(0.05 / 0.00 / 0.42 / 0.51)

CMYK percentages

%4.76
%0
%42.06
%50.59

Codes

Color #787E49 in popluar color models

78 7E 49
RGB 120 126 73
HSL 67° 26.63% 39.02%
HSB/HSV 67° 42.06% 49.41%
CMYK 4.76% 0.00% 42.06%
50.59%

Color #787E49 in popluar number systems.

HEX 78 7E 49
Decimal 120 126 73
Binary 1111000 1111110 1001001
Octal 170 176 111

Shades and tints

Shades of #787E49

#787E49
(120,126,73)
#6E7343
(110,115,67)
#64683D
(100,104,61)
#5A5D37
(90,93,55)
#505231
(80,82,49)
#46472B
(70,71,43)
#3C3C25
(60,60,37)
#32311F
(50,49,31)
#282619
(40,38,25)
#1E1B13
(30,27,19)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #787E49

#787E49
(120,126,73)
#848959
(132,137,89)
#909469
(144,148,105)
#9C9F79
(156,159,121)
#A8AA89
(168,170,137)
#B4B599
(180,181,153)
#C0C0A9
(192,192,169)
#CCCBB9
(204,203,185)
#D8D6C9
(216,214,201)
#E4E1D9
(228,225,217)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787E49; }

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

This text font color is #787E49.

Background Color

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

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

This div background color is #787E49.

Border color

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

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

This div border color is #787E49.

Opacity

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

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

Text with #787E49 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 #787E49;}

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

This text has shadow with #787E49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787E49.

Preview

Color preview on black background

This text has color #787E49 on black background.


Color preview on white background

This text has color #787E49 on white background.


Black color preview on #787E49 background

This text has black color on #787E49 background.


White color preview on #787E49 background

This text has white color on #787E49 background.


Related colors

Complementary color

Complementary color for #hex is #8781B6.


I love getcolorcode.com

Triadic colors

1 #49787E and #7E4978 with #787E49 are triadic colors.

2 #497E78 and #7E7849 with #787E49 are triadic colors.