COLOR #77A976

HEX: #77A976
RGB: (119,169,118)

Color info

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

RGB color model

#77A976 color RGB value is (119,169,118).

  • red value is 119;
  • green value is 169;
  • blue value is 118.
RGB:
(119,169,118)
(47%,66%,46%)

RGB channels and saturation

R 119 of 255 = 47%
G 169 of 255 = 66%
B 118 of 255 = 46%

119
169
118

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

Portions of RGB colors in percentages

R + G + B =
119 + 169 + 118 = 406 (100%)
R 119 of 406 ~ 29.31%
G 169 of 406 ~ 41.63%
B 118 of 406 ~ 29.06%

%29.31
%41.63
%29.06

CMYK color model

#77A976 color CMYK value is (30,0,30,34).

  • cyan value is 29.59%
  • magenta value is 0.00%
  • yellow value is 30.18%
  • key color value is 33.73%
CMYK:
(30,0,30,34)
C30M0Y30K34 
(30%,0%,30%,34%)
(0.30/0.00/0.30/0.34)	

CMYK percentages

%29.59
%0
%30.18
%33.73

Codes

Color #77A976 in popluar color models

77A976
RGB119169118
HSL119°22.87%56.27%
HSB/HSV119°30.18%66.27%
CMYK29.59%0.00%30.18%
33.73%

Color #77A976 in popluar number systems.

HEX77A976
Decimal119169118
Binary1110111101010011110110
Octal167251166

Shades and tints

Shades of #77A976

#77A976
(119,169,118)
#6D9A6C
(109,154,108)
#638B62
(99,139,98)
#597C58
(89,124,88)
#4F6D4E
(79,109,78)
#455E44
(69,94,68)
#3B4F3A
(59,79,58)
#314030
(49,64,48)
#273126
(39,49,38)
#1D221C
(29,34,28)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #77A976

#77A976
(119,169,118)
#83B082
(131,176,130)
#8FB78E
(143,183,142)
#9BBE9A
(155,190,154)
#A7C5A6
(167,197,166)
#B3CCB2
(179,204,178)
#BFD3BE
(191,211,190)
#CBDACA
(203,218,202)
#D7E1D6
(215,225,214)
#E3E8E2
(227,232,226)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A976; }

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

This text font color is #77A976.


Background Color

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

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

This div background color is #77A976.


Border color

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

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

This div border color is #77A976.


Opacity

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

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

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

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

This text has shadow with #77A976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A976 on black background.


Color preview on white background

This text has color #77A976 on white background.



Black color preview on #77A976 background

This text has black color on #77A976 background.


White color preview on #77A976 background

This text has white color on #77A976 background.