COLOR #779A6F

HEX: #779A6F
RGB: (119,154,111)

Color info

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

RGB color model

#779A6F color RGB value is (119,154,111).

  • red value is 119;
  • green value is 154;
  • blue value is 111.
RGB:
(119,154,111)
(47%,60%,44%)

RGB channels and saturation

R 119 of 255 = 47%
G 154 of 255 = 60%
B 111 of 255 = 44%

119
154
111

R + G + B ~ 50%. #779A6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 154 + 111 = 384 (100%)
R 119 of 384 ~ 30.99%
G 154 of 384 ~ 40.1%
B 111 of 384 ~ 28.91%

%30.99
%40.1
%28.91

CMYK color model

#779A6F color CMYK value is (23,0,28,40).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 27.92%
  • key color value is 39.61%
CMYK:
(23,0,28,40)
C23M0Y28K40 
(23%,0%,28%,40%)
(0.23/0.00/0.28/0.40)	

CMYK percentages

%22.73
%0
%27.92
%39.61

Codes

Color #779A6F in popluar color models

779A6F
RGB119154111
HSL109°17.55%51.96%
HSB/HSV109°27.92%60.39%
CMYK22.73%0.00%27.92%
39.61%

Color #779A6F in popluar number systems.

HEX779A6F
Decimal119154111
Binary1110111100110101101111
Octal167232157

Shades and tints

Shades of #779A6F

#779A6F
(119,154,111)
#6D8C65
(109,140,101)
#637E5B
(99,126,91)
#597051
(89,112,81)
#4F6247
(79,98,71)
#45543D
(69,84,61)
#3B4633
(59,70,51)
#313829
(49,56,41)
#272A1F
(39,42,31)
#1D1C15
(29,28,21)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #779A6F

#779A6F
(119,154,111)
#83A37C
(131,163,124)
#8FAC89
(143,172,137)
#9BB596
(155,181,150)
#A7BEA3
(167,190,163)
#B3C7B0
(179,199,176)
#BFD0BD
(191,208,189)
#CBD9CA
(203,217,202)
#D7E2D7
(215,226,215)
#E3EBE4
(227,235,228)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779A6F color. Also use rgb(119,154,111) instead hex code.

Text Font Color

.myTextColor { color: #779A6F; }

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

This text font color is #779A6F.


Background Color

.myBgColor { background-color: #779A6F; }

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

This div background color is #779A6F.


Border color

.myBorderColor { border: 1px solid #779A6F; }

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

This div border color is #779A6F.


Opacity

.myOpacity80 { color: #779A6F; opacity: 0.8; }

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

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

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

This text has shadow with #779A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779A6F on black background.


Color preview on white background

This text has color #779A6F on white background.



Black color preview on #779A6F background

This text has black color on #779A6F background.


White color preview on #779A6F background

This text has white color on #779A6F background.