COLOR #778D4E

HEX: #778D4E RGB: (119,141,78)

Color info

#778D4E contains mainly red and green colors. Web safe color of #778D4E is #669966 (or #696).

RGB color model

#778D4E color RGB value is (119,141,78).

RGB: (119,141,78) (47%, 55%, 31%)

RGB channels and saturation

R 119 of 255 = 47%
G 141 of 255 = 55%
B 78 of 255 = 31%

119
141
78

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

Portions of RGB colors in percentages

R + G + B = 119 + 141 + 78 = 338 (100%)
R 119 of 338 ~ 35.21%
G 141 of 338 ~ 41.72%
B 78 of 338 ~ 23.08'%

%35.21
%41.72
%23.08

CMYK color model

#778D4E color CMYK value is (16,0,45,45).

  • cyan value is 15.60%
  • magenta value is 0.00%
  • yellow value is 44.68%
  • key color value is 44.71%

CMYK: (16,0,45,45)
C16M0Y45K45 (16%, 0%, 45%, 45%)
(0.16 / 0.00 / 0.45 / 0.45)

CMYK percentages

%15.6
%0
%44.68
%44.71

Codes

Color #778D4E in popluar color models

77 8D 4E
RGB 119 141 78
HSL 81° 28.77% 42.94%
HSB/HSV 81° 44.68% 55.29%
CMYK 15.60% 0.00% 44.68%
44.71%

Color #778D4E in popluar number systems.

HEX 77 8D 4E
Decimal 119 141 78
Binary 1110111 10001101 1001110
Octal 167 215 116

Shades and tints

Shades of #778D4E

#778D4E
(119,141,78)
#6D8147
(109,129,71)
#637540
(99,117,64)
#596939
(89,105,57)
#4F5D32
(79,93,50)
#45512B
(69,81,43)
#3B4524
(59,69,36)
#31391D
(49,57,29)
#272D16
(39,45,22)
#1D210F
(29,33,15)
#131508
(19,21,8)
#000000
(0,0,0)

Tints of #778D4E

#778D4E
(119,141,78)
#83975E
(131,151,94)
#8FA16E
(143,161,110)
#9BAB7E
(155,171,126)
#A7B58E
(167,181,142)
#B3BF9E
(179,191,158)
#BFC9AE
(191,201,174)
#CBD3BE
(203,211,190)
#D7DDCE
(215,221,206)
#E3E7DE
(227,231,222)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778D4E color. Also use rgb(119,141,78) instead hex code.

Text Font Color

.myTextColor { color: #778D4E; }

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

This text font color is #778D4E.

Background Color

.myBgColor { background-color: #778D4E; }

<div style="background-color:#778D4E">Inner text</div>

This div background color is #778D4E.

Border color

.myBorderColor { border: 1px solid #778D4E; }

<div style="border:3px solid #778D4E">Div</div>

This div border color is #778D4E.

Opacity

.myOpacity80 { color: #778D4E; opacity: 0.8; }

<p style="color:#778D4E;opacity:0.8;">80%</p>

Text with #778D4E 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 #778D4E;}

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

This text has shadow with #778D4E color.


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

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

This text has shadow with #778D4E primary color and red secondary color.


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

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

This text has shadow with #778D4E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #778D4E.

Preview

Color preview on black background

This text has color #778D4E on black background.


Color preview on white background

This text has color #778D4E on white background.


Black color preview on #778D4E background

This text has black color on #778D4E background.


White color preview on #778D4E background

This text has white color on #778D4E background.


Related colors

Complementary color

Complementary color for #hex is #8872B1.


I love getcolorcode.com

Triadic colors

1 #4E778D and #8D4E77 with #778D4E are triadic colors.

2 #4E8D77 and #8D774E with #778D4E are triadic colors.