COLOR #788E4D

HEX: #788E4D RGB: (120,142,77)

Color info

#788E4D contains mainly red and green colors. Web safe color of #788E4D is #669933 (or #693).

RGB color model

#788E4D color RGB value is (120,142,77).

RGB: (120,142,77) (47%, 56%, 30%)

RGB channels and saturation

R 120 of 255 = 47%
G 142 of 255 = 56%
B 77 of 255 = 30%

120
142
77

R + G + B ~ 44%. #788E4D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 142 + 77 = 339 (100%)
R 120 of 339 ~ 35.4%
G 142 of 339 ~ 41.89%
B 77 of 339 ~ 22.71'%

%35.4
%41.89
%22.71

CMYK color model

#788E4D color CMYK value is (15,0,46,44).

  • cyan value is 15.49%
  • magenta value is 0.00%
  • yellow value is 45.77%
  • key color value is 44.31%

CMYK: (15,0,46,44)
C15M0Y46K44 (15%, 0%, 46%, 44%)
(0.15 / 0.00 / 0.46 / 0.44)

CMYK percentages

%15.49
%0
%45.77
%44.31

Codes

Color #788E4D in popluar color models

78 8E 4D
RGB 120 142 77
HSL 80° 29.68% 42.94%
HSB/HSV 80° 45.77% 55.69%
CMYK 15.49% 0.00% 45.77%
44.31%

Color #788E4D in popluar number systems.

HEX 78 8E 4D
Decimal 120 142 77
Binary 1111000 10001110 1001101
Octal 170 216 115

Shades and tints

Shades of #788E4D

#788E4D
(120,142,77)
#6E8246
(110,130,70)
#64763F
(100,118,63)
#5A6A38
(90,106,56)
#505E31
(80,94,49)
#46522A
(70,82,42)
#3C4623
(60,70,35)
#323A1C
(50,58,28)
#282E15
(40,46,21)
#1E220E
(30,34,14)
#141607
(20,22,7)
#000000
(0,0,0)

Tints of #788E4D

#788E4D
(120,142,77)
#84985D
(132,152,93)
#90A26D
(144,162,109)
#9CAC7D
(156,172,125)
#A8B68D
(168,182,141)
#B4C09D
(180,192,157)
#C0CAAD
(192,202,173)
#CCD4BD
(204,212,189)
#D8DECD
(216,222,205)
#E4E8DD
(228,232,221)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788E4D color. Also use rgb(120,142,77) instead hex code.

Text Font Color

.myTextColor { color: #788E4D; }

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

This text font color is #788E4D.

Background Color

.myBgColor { background-color: #788E4D; }

<div style="background-color:#788E4D">Inner text</div>

This div background color is #788E4D.

Border color

.myBorderColor { border: 1px solid #788E4D; }

<div style="border:3px solid #788E4D">Div</div>

This div border color is #788E4D.

Opacity

.myOpacity80 { color: #788E4D; opacity: 0.8; }

<p style="color:#788E4D;opacity:0.8;">80%</p>

Text with #788E4D 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 #788E4D;}

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

This text has shadow with #788E4D color.


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

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

This text has shadow with #788E4D primary color and red secondary color.


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

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

This text has shadow with #788E4D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #788E4D.

Preview

Color preview on black background

This text has color #788E4D on black background.


Color preview on white background

This text has color #788E4D on white background.


Black color preview on #788E4D background

This text has black color on #788E4D background.


White color preview on #788E4D background

This text has white color on #788E4D background.


Related colors

Complementary color

Complementary color for #hex is #8771B2.


I love getcolorcode.com

Triadic colors

1 #4D788E and #8E4D78 with #788E4D are triadic colors.

2 #4D8E78 and #8E784D with #788E4D are triadic colors.