COLOR #77AA79

HEX: #77AA79
RGB: (119,170,121)

Color info

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

RGB color model

#77AA79 color RGB value is (119,170,121).

  • red value is 119;
  • green value is 170;
  • blue value is 121.
RGB:
(119,170,121)
(47%,67%,47%)

RGB channels and saturation

R 119 of 255 = 47%
G 170 of 255 = 67%
B 121 of 255 = 47%

119
170
121

R + G + B ~ 54%. #77AA79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 170 + 121 = 410 (100%)
R 119 of 410 ~ 29.02%
G 170 of 410 ~ 41.46%
B 121 of 410 ~ 29.51%

%29.02
%41.46
%29.51

CMYK color model

#77AA79 color CMYK value is (30,0,29,33).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 28.82%
  • key color value is 33.33%
CMYK:
(30,0,29,33)
C30M0Y29K33 
(30%,0%,29%,33%)
(0.30/0.00/0.29/0.33)	

CMYK percentages

%30
%0
%28.82
%33.33

Codes

Color #77AA79 in popluar color models

77AA79
RGB119170121
HSL122°23.08%56.67%
HSB/HSV122°30.00%66.67%
CMYK30.00%0.00%28.82%
33.33%

Color #77AA79 in popluar number systems.

HEX77AA79
Decimal119170121
Binary1110111101010101111001
Octal167252171

Shades and tints

Shades of #77AA79

#77AA79
(119,170,121)
#6D9B6E
(109,155,110)
#638C63
(99,140,99)
#597D58
(89,125,88)
#4F6E4D
(79,110,77)
#455F42
(69,95,66)
#3B5037
(59,80,55)
#31412C
(49,65,44)
#273221
(39,50,33)
#1D2316
(29,35,22)
#13140B
(19,20,11)
#000000
(0,0,0)

Tints of #77AA79

#77AA79
(119,170,121)
#83B185
(131,177,133)
#8FB891
(143,184,145)
#9BBF9D
(155,191,157)
#A7C6A9
(167,198,169)
#B3CDB5
(179,205,181)
#BFD4C1
(191,212,193)
#CBDBCD
(203,219,205)
#D7E2D9
(215,226,217)
#E3E9E5
(227,233,229)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AA79 color. Also use rgb(119,170,121) instead hex code.

Text Font Color

.myTextColor { color: #77AA79; }

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

This text font color is #77AA79.


Background Color

.myBgColor { background-color: #77AA79; }

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

This div background color is #77AA79.


Border color

.myBorderColor { border: 1px solid #77AA79; }

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

This div border color is #77AA79.


Opacity

.myOpacity80 { color: #77AA79; opacity: 0.8; }

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

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

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

This text has shadow with #77AA79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AA79 on black background.


Color preview on white background

This text has color #77AA79 on white background.



Black color preview on #77AA79 background

This text has black color on #77AA79 background.


White color preview on #77AA79 background

This text has white color on #77AA79 background.