COLOR #779050

HEX: #779050
RGB: (119,144,80)

Color info

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

RGB color model

#779050 color RGB value is (119,144,80).

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

RGB channels and saturation

R 119 of 255 = 47%
G 144 of 255 = 56%
B 80 of 255 = 31%

119
144
80

R + G + B ~ 45%. #779050 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 144 + 80 = 343 (100%)
R 119 of 343 ~ 34.69%
G 144 of 343 ~ 41.98%
B 80 of 343 ~ 23.32%

%34.69
%41.98
%23.32

CMYK color model

#779050 color CMYK value is (17,0,44,44).

  • cyan value is 17.36%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 43.53%
CMYK:
(17,0,44,44)
C17M0Y44K44 
(17%,0%,44%,44%)
(0.17/0.00/0.44/0.44)	

CMYK percentages

%17.36
%0
%44.44
%43.53

Codes

Color #779050 in popluar color models

779050
RGB11914480
HSL83°28.57%43.92%
HSB/HSV83°44.44%56.47%
CMYK17.36%0.00%44.44%
43.53%

Color #779050 in popluar number systems.

HEX779050
Decimal11914480
Binary1110111100100001010000
Octal167220120

Shades and tints

Shades of #779050

#779050
(119,144,80)
#6D8349
(109,131,73)
#637642
(99,118,66)
#59693B
(89,105,59)
#4F5C34
(79,92,52)
#454F2D
(69,79,45)
#3B4226
(59,66,38)
#31351F
(49,53,31)
#272818
(39,40,24)
#1D1B11
(29,27,17)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #779050

#779050
(119,144,80)
#839A5F
(131,154,95)
#8FA46E
(143,164,110)
#9BAE7D
(155,174,125)
#A7B88C
(167,184,140)
#B3C29B
(179,194,155)
#BFCCAA
(191,204,170)
#CBD6B9
(203,214,185)
#D7E0C8
(215,224,200)
#E3EAD7
(227,234,215)
#EFF4E6
(239,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779050; }

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

This text font color is #779050.


Background Color

.myBgColor { background-color: #779050; }

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

This div background color is #779050.


Border color

.myBorderColor { border: 1px solid #779050; }

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

This div border color is #779050.


Opacity

.myOpacity80 { color: #779050; opacity: 0.8; }

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

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

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

This text has shadow with #779050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779050 on black background.


Color preview on white background

This text has color #779050 on white background.



Black color preview on #779050 background

This text has black color on #779050 background.


White color preview on #779050 background

This text has white color on #779050 background.