COLOR #779061

HEX: #779061
RGB: (119,144,97)

Color info

#779061 contains red, green and blue colors in about the same proportion. Web safe color of #779061 is #669966 (or #696).

RGB color model

#779061 color RGB value is (119,144,97).

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

RGB channels and saturation

R 119 of 255 = 47%
G 144 of 255 = 56%
B 97 of 255 = 38%

119
144
97

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

Portions of RGB colors in percentages

R + G + B =
119 + 144 + 97 = 360 (100%)
R 119 of 360 ~ 33.06%
G 144 of 360 ~ 40%
B 97 of 360 ~ 26.94%

%33.06
%40
%26.94

CMYK color model

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

  • cyan value is 17.36%
  • magenta value is 0.00%
  • yellow value is 32.64%
  • key color value is 43.53%
CMYK:
(17,0,33,44)
C17M0Y33K44 
(17%,0%,33%,44%)
(0.17/0.00/0.33/0.44)	

CMYK percentages

%17.36
%0
%32.64
%43.53

Codes

Color #779061 in popluar color models

779061
RGB11914497
HSL92°19.50%47.25%
HSB/HSV92°32.64%56.47%
CMYK17.36%0.00%32.64%
43.53%

Color #779061 in popluar number systems.

HEX779061
Decimal11914497
Binary1110111100100001100001
Octal167220141

Shades and tints

Shades of #779061

#779061
(119,144,97)
#6D8359
(109,131,89)
#637651
(99,118,81)
#596949
(89,105,73)
#4F5C41
(79,92,65)
#454F39
(69,79,57)
#3B4231
(59,66,49)
#313529
(49,53,41)
#272821
(39,40,33)
#1D1B19
(29,27,25)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #779061

#779061
(119,144,97)
#839A6F
(131,154,111)
#8FA47D
(143,164,125)
#9BAE8B
(155,174,139)
#A7B899
(167,184,153)
#B3C2A7
(179,194,167)
#BFCCB5
(191,204,181)
#CBD6C3
(203,214,195)
#D7E0D1
(215,224,209)
#E3EADF
(227,234,223)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779061; }

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

This text font color is #779061.


Background Color

.myBgColor { background-color: #779061; }

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

This div background color is #779061.


Border color

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

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

This div border color is #779061.


Opacity

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

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

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

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

This text has shadow with #779061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779061 on black background.


Color preview on white background

This text has color #779061 on white background.



Black color preview on #779061 background

This text has black color on #779061 background.


White color preview on #779061 background

This text has white color on #779061 background.