COLOR #779C6E

HEX: #779C6E
RGB: (119,156,110)

Color info

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

RGB color model

#779C6E color RGB value is (119,156,110).

  • red value is 119;
  • green value is 156;
  • blue value is 110.
RGB:
(119,156,110)
(47%,61%,43%)

RGB channels and saturation

R 119 of 255 = 47%
G 156 of 255 = 61%
B 110 of 255 = 43%

119
156
110

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

Portions of RGB colors in percentages

R + G + B =
119 + 156 + 110 = 385 (100%)
R 119 of 385 ~ 30.91%
G 156 of 385 ~ 40.52%
B 110 of 385 ~ 28.57%

%30.91
%40.52
%28.57

CMYK color model

#779C6E color CMYK value is (24,0,29,39).

  • cyan value is 23.72%
  • magenta value is 0.00%
  • yellow value is 29.49%
  • key color value is 38.82%
CMYK:
(24,0,29,39)
C24M0Y29K39 
(24%,0%,29%,39%)
(0.24/0.00/0.29/0.39)	

CMYK percentages

%23.72
%0
%29.49
%38.82

Codes

Color #779C6E in popluar color models

779C6E
RGB119156110
HSL108°18.85%52.16%
HSB/HSV108°29.49%61.18%
CMYK23.72%0.00%29.49%
38.82%

Color #779C6E in popluar number systems.

HEX779C6E
Decimal119156110
Binary1110111100111001101110
Octal167234156

Shades and tints

Shades of #779C6E

#779C6E
(119,156,110)
#6D8E64
(109,142,100)
#63805A
(99,128,90)
#597250
(89,114,80)
#4F6446
(79,100,70)
#45563C
(69,86,60)
#3B4832
(59,72,50)
#313A28
(49,58,40)
#272C1E
(39,44,30)
#1D1E14
(29,30,20)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #779C6E

#779C6E
(119,156,110)
#83A57B
(131,165,123)
#8FAE88
(143,174,136)
#9BB795
(155,183,149)
#A7C0A2
(167,192,162)
#B3C9AF
(179,201,175)
#BFD2BC
(191,210,188)
#CBDBC9
(203,219,201)
#D7E4D6
(215,228,214)
#E3EDE3
(227,237,227)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779C6E color. Also use rgb(119,156,110) instead hex code.

Text Font Color

.myTextColor { color: #779C6E; }

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

This text font color is #779C6E.


Background Color

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

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

This div background color is #779C6E.


Border color

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

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

This div border color is #779C6E.


Opacity

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

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

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

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

This text has shadow with #779C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779C6E on black background.


Color preview on white background

This text has color #779C6E on white background.



Black color preview on #779C6E background

This text has black color on #779C6E background.


White color preview on #779C6E background

This text has white color on #779C6E background.