COLOR #779A68

HEX: #779A68 RGB: (119,154,104)

Color info

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

RGB color model

#779A68 color RGB value is (119,154,104).

RGB: (119,154,104) (47%, 60%, 41%)

RGB channels and saturation

R 119 of 255 = 47%
G 154 of 255 = 60%
B 104 of 255 = 41%

119
154
104

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

Portions of RGB colors in percentages

R + G + B = 119 + 154 + 104 = 377 (100%)
R 119 of 377 ~ 31.56%
G 154 of 377 ~ 40.85%
B 104 of 377 ~ 27.59'%

%31.56
%40.85
%27.59

CMYK color model

#779A68 color CMYK value is (23,0,32,40).

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

CMYK: (23,0,32,40)
C23M0Y32K40 (23%, 0%, 32%, 40%)
(0.23 / 0.00 / 0.32 / 0.40)

CMYK percentages

%22.73
%0
%32.47
%39.61

Codes

Color #779A68 in popluar color models

77 9A 68
RGB 119 154 104
HSL 102° 19.84% 50.59%
HSB/HSV 102° 32.47% 60.39%
CMYK 22.73% 0.00% 32.47%
39.61%

Color #779A68 in popluar number systems.

HEX 77 9A 68
Decimal 119 154 104
Binary 1110111 10011010 1101000
Octal 167 232 150

Shades and tints

Shades of #779A68

#779A68
(119,154,104)
#6D8C5F
(109,140,95)
#637E56
(99,126,86)
#59704D
(89,112,77)
#4F6244
(79,98,68)
#45543B
(69,84,59)
#3B4632
(59,70,50)
#313829
(49,56,41)
#272A20
(39,42,32)
#1D1C17
(29,28,23)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #779A68

#779A68
(119,154,104)
#83A375
(131,163,117)
#8FAC82
(143,172,130)
#9BB58F
(155,181,143)
#A7BE9C
(167,190,156)
#B3C7A9
(179,199,169)
#BFD0B6
(191,208,182)
#CBD9C3
(203,217,195)
#D7E2D0
(215,226,208)
#E3EBDD
(227,235,221)
#EFF4EA
(239,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779A68; }

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

This text font color is #779A68.

Background Color

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

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

This div background color is #779A68.

Border color

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

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

This div border color is #779A68.

Opacity

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

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

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

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

This text has shadow with #779A68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #779A68.

Preview

Color preview on black background

This text has color #779A68 on black background.


Color preview on white background

This text has color #779A68 on white background.


Black color preview on #779A68 background

This text has black color on #779A68 background.


White color preview on #779A68 background

This text has white color on #779A68 background.


Related colors

Complementary color

Complementary color for #hex is #886597.


I love getcolorcode.com

Triadic colors

1 #68779A and #9A6877 with #779A68 are triadic colors.

2 #689A77 and #9A7768 with #779A68 are triadic colors.