COLOR #77A577

HEX: #77A577
RGB: (119,165,119)

Color info

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

RGB color model

#77A577 color RGB value is (119,165,119).

  • red value is 119;
  • green value is 165;
  • blue value is 119.
RGB:
(119,165,119)
(47%,65%,47%)

RGB channels and saturation

R 119 of 255 = 47%
G 165 of 255 = 65%
B 119 of 255 = 47%

119
165
119

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

Portions of RGB colors in percentages

R + G + B =
119 + 165 + 119 = 403 (100%)
R 119 of 403 ~ 29.53%
G 165 of 403 ~ 40.94%
B 119 of 403 ~ 29.53%

%29.53
%40.94
%29.53

CMYK color model

#77A577 color CMYK value is (28,0,28,35).

  • cyan value is 27.88%
  • magenta value is 0.00%
  • yellow value is 27.88%
  • key color value is 35.29%
CMYK:
(28,0,28,35)
C28M0Y28K35 
(28%,0%,28%,35%)
(0.28/0.00/0.28/0.35)	

CMYK percentages

%27.88
%0
%27.88
%35.29

Codes

Color #77A577 in popluar color models

77A577
RGB119165119
HSL120°20.35%55.69%
HSB/HSV120°27.88%64.71%
CMYK27.88%0.00%27.88%
35.29%

Color #77A577 in popluar number systems.

HEX77A577
Decimal119165119
Binary1110111101001011110111
Octal167245167

Shades and tints

Shades of #77A577

#77A577
(119,165,119)
#6D966D
(109,150,109)
#638763
(99,135,99)
#597859
(89,120,89)
#4F694F
(79,105,79)
#455A45
(69,90,69)
#3B4B3B
(59,75,59)
#313C31
(49,60,49)
#272D27
(39,45,39)
#1D1E1D
(29,30,29)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #77A577

#77A577
(119,165,119)
#83AD83
(131,173,131)
#8FB58F
(143,181,143)
#9BBD9B
(155,189,155)
#A7C5A7
(167,197,167)
#B3CDB3
(179,205,179)
#BFD5BF
(191,213,191)
#CBDDCB
(203,221,203)
#D7E5D7
(215,229,215)
#E3EDE3
(227,237,227)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A577; }

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

This text font color is #77A577.


Background Color

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

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

This div background color is #77A577.


Border color

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

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

This div border color is #77A577.


Opacity

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

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

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

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

This text has shadow with #77A577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A577 on black background.


Color preview on white background

This text has color #77A577 on white background.



Black color preview on #77A577 background

This text has black color on #77A577 background.


White color preview on #77A577 background

This text has white color on #77A577 background.