COLOR #778D50

HEX: #778D50
RGB: (119,141,80)

Color info

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

RGB color model

#778D50 color RGB value is (119,141,80).

  • red value is 119;
  • green value is 141;
  • blue value is 80.
RGB:
(119,141,80)
(47%,55%,31%)

RGB channels and saturation

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

119
141
80

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

Portions of RGB colors in percentages

R + G + B =
119 + 141 + 80 = 340 (100%)
R 119 of 340 ~ 35%
G 141 of 340 ~ 41.47%
B 80 of 340 ~ 23.53%

%35
%41.47
%23.53

CMYK color model

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

  • cyan value is 15.60%
  • magenta value is 0.00%
  • yellow value is 43.26%
  • key color value is 44.71%
CMYK:
(16,0,43,45)
C16M0Y43K45 
(16%,0%,43%,45%)
(0.16/0.00/0.43/0.45)	

CMYK percentages

%15.6
%0
%43.26
%44.71

Codes

Color #778D50 in popluar color models

778D50
RGB11914180
HSL82°27.60%43.33%
HSB/HSV82°43.26%55.29%
CMYK15.60%0.00%43.26%
44.71%

Color #778D50 in popluar number systems.

HEX778D50
Decimal11914180
Binary1110111100011011010000
Octal167215120

Shades and tints

Shades of #778D50

#778D50
(119,141,80)
#6D8149
(109,129,73)
#637542
(99,117,66)
#59693B
(89,105,59)
#4F5D34
(79,93,52)
#45512D
(69,81,45)
#3B4526
(59,69,38)
#31391F
(49,57,31)
#272D18
(39,45,24)
#1D2111
(29,33,17)
#13150A
(19,21,10)
#000000
(0,0,0)

Tints of #778D50

#778D50
(119,141,80)
#83975F
(131,151,95)
#8FA16E
(143,161,110)
#9BAB7D
(155,171,125)
#A7B58C
(167,181,140)
#B3BF9B
(179,191,155)
#BFC9AA
(191,201,170)
#CBD3B9
(203,211,185)
#D7DDC8
(215,221,200)
#E3E7D7
(227,231,215)
#EFF1E6
(239,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778D50; }

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

This text font color is #778D50.


Background Color

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

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

This div background color is #778D50.


Border color

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

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

This div border color is #778D50.


Opacity

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

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

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

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

This text has shadow with #778D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778D50 on black background.


Color preview on white background

This text has color #778D50 on white background.



Black color preview on #778D50 background

This text has black color on #778D50 background.


White color preview on #778D50 background

This text has white color on #778D50 background.