COLOR #779A6D

HEX: #779A6D RGB: (119,154,109)

Color info

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

RGB color model

#779A6D color RGB value is (119,154,109).

RGB: (119,154,109) (47%, 60%, 43%)

RGB channels and saturation

R 119 of 255 = 47%
G 154 of 255 = 60%
B 109 of 255 = 43%

119
154
109

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

Portions of RGB colors in percentages

R + G + B = 119 + 154 + 109 = 382 (100%)
R 119 of 382 ~ 31.15%
G 154 of 382 ~ 40.31%
B 109 of 382 ~ 28.53'%

%31.15
%40.31
%28.53

CMYK color model

#779A6D color CMYK value is (23,0,29,40).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 29.22%
  • key color value is 39.61%

CMYK: (23,0,29,40)
C23M0Y29K40 (23%, 0%, 29%, 40%)
(0.23 / 0.00 / 0.29 / 0.40)

CMYK percentages

%22.73
%0
%29.22
%39.61

Codes

Color #779A6D in popluar color models

77 9A 6D
RGB 119 154 109
HSL 107° 18.22% 51.57%
HSB/HSV 107° 29.22% 60.39%
CMYK 22.73% 0.00% 29.22%
39.61%

Color #779A6D in popluar number systems.

HEX 77 9A 6D
Decimal 119 154 109
Binary 1110111 10011010 1101101
Octal 167 232 155

Shades and tints

Shades of #779A6D

#779A6D
(119,154,109)
#6D8C64
(109,140,100)
#637E5B
(99,126,91)
#597052
(89,112,82)
#4F6249
(79,98,73)
#455440
(69,84,64)
#3B4637
(59,70,55)
#31382E
(49,56,46)
#272A25
(39,42,37)
#1D1C1C
(29,28,28)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #779A6D

#779A6D
(119,154,109)
#83A37A
(131,163,122)
#8FAC87
(143,172,135)
#9BB594
(155,181,148)
#A7BEA1
(167,190,161)
#B3C7AE
(179,199,174)
#BFD0BB
(191,208,187)
#CBD9C8
(203,217,200)
#D7E2D5
(215,226,213)
#E3EBE2
(227,235,226)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779A6D; }

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

This text font color is #779A6D.

Background Color

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

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

This div background color is #779A6D.

Border color

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

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

This div border color is #779A6D.

Opacity

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

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

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

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

This text has shadow with #779A6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #779A6D.

Preview

Color preview on black background

This text has color #779A6D on black background.


Color preview on white background

This text has color #779A6D on white background.


Black color preview on #779A6D background

This text has black color on #779A6D background.


White color preview on #779A6D background

This text has white color on #779A6D background.


Related colors

Complementary color

Complementary color for #hex is #886592.


I love getcolorcode.com

Triadic colors

1 #6D779A and #9A6D77 with #779A6D are triadic colors.

2 #6D9A77 and #9A776D with #779A6D are triadic colors.