COLOR #788D4D

HEX: #788D4D RGB: (120,141,77)

Color info

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

RGB color model

#788D4D color RGB value is (120,141,77).

RGB: (120,141,77) (47%, 55%, 30%)

RGB channels and saturation

R 120 of 255 = 47%
G 141 of 255 = 55%
B 77 of 255 = 30%

120
141
77

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

Portions of RGB colors in percentages

R + G + B = 120 + 141 + 77 = 338 (100%)
R 120 of 338 ~ 35.5%
G 141 of 338 ~ 41.72%
B 77 of 338 ~ 22.78'%

%35.5
%41.72
%22.78

CMYK color model

#788D4D color CMYK value is (15,0,45,45).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 45.39%
  • key color value is 44.71%
CMYK: (15,0,45,45) C15M0Y45K45 (15%,0%,45%,45%) (0.15/0.00/0.45/0.45) 

CMYK percentages

%14.89
%0
%45.39
%44.71

Codes

Color #788D4D in popluar color models

78 8D 4D
RGB 120 141 77
HSL 80° 29.36% 42.75%
HSB/HSV 80° 45.39% 55.29%
CMYK 14.89% 0.00% 45.39%
44.71%

Color #788D4D in popluar number systems.

HEX 78 8D 4D
Decimal 120 141 77
Binary 1111000 10001101 1001101
Octal 170 215 115

Shades and tints

Shades of #788D4D

#788D4D
(120,141,77)
#6E8146
(110,129,70)
#64753F
(100,117,63)
#5A6938
(90,105,56)
#505D31
(80,93,49)
#46512A
(70,81,42)
#3C4523
(60,69,35)
#32391C
(50,57,28)
#282D15
(40,45,21)
#1E210E
(30,33,14)
#141507
(20,21,7)
#000000
(0,0,0)

Tints of #788D4D

#788D4D
(120,141,77)
#84975D
(132,151,93)
#90A16D
(144,161,109)
#9CAB7D
(156,171,125)
#A8B58D
(168,181,141)
#B4BF9D
(180,191,157)
#C0C9AD
(192,201,173)
#CCD3BD
(204,211,189)
#D8DDCD
(216,221,205)
#E4E7DD
(228,231,221)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788D4D; }

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

This text font color is #788D4D.

Background Color

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

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

This div background color is #788D4D.

Border color

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

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

This div border color is #788D4D.

Opacity

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

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

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

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

This text has shadow with #788D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788D4D.

Preview

Color preview on black background

This text has color #788D4D on black background.


Color preview on white background

This text has color #788D4D on white background.


Black color preview on #788D4D background

This text has black color on #788D4D background.


White color preview on #788D4D background

This text has white color on #788D4D background.


Related colors

Complementary color

Complementary color for #hex is #8772B2.


I love getcolorcode.com

Triadic colors

1 #4D788D and #8D4D78 with #788D4D are triadic colors.

2 #4D8D78 and #8D784D with #788D4D are triadic colors.