COLOR #76A977

HEX: #76A977
RGB: (118,169,119)

Color info

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

RGB color model

#76A977 color RGB value is (118,169,119).

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

RGB channels and saturation

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

118
169
119

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

Portions of RGB colors in percentages

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

%29.06
%41.63
%29.31

CMYK color model

#76A977 color CMYK value is (30,0,30,34).

  • cyan value is 30.18%
  • magenta value is 0.00%
  • yellow value is 29.59%
  • 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

%30.18
%0
%29.59
%33.73

Codes

Color #76A977 in popluar color models

76A977
RGB118169119
HSL121°22.87%56.27%
HSB/HSV121°30.18%66.27%
CMYK30.18%0.00%29.59%
33.73%

Color #76A977 in popluar number systems.

HEX76A977
Decimal118169119
Binary1110110101010011110111
Octal166251167

Shades and tints

Shades of #76A977

#76A977
(118,169,119)
#6C9A6D
(108,154,109)
#628B63
(98,139,99)
#587C59
(88,124,89)
#4E6D4F
(78,109,79)
#445E45
(68,94,69)
#3A4F3B
(58,79,59)
#304031
(48,64,49)
#263127
(38,49,39)
#1C221D
(28,34,29)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #76A977

#76A977
(118,169,119)
#82B083
(130,176,131)
#8EB78F
(142,183,143)
#9ABE9B
(154,190,155)
#A6C5A7
(166,197,167)
#B2CCB3
(178,204,179)
#BED3BF
(190,211,191)
#CADACB
(202,218,203)
#D6E1D7
(214,225,215)
#E2E8E3
(226,232,227)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A977; }

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

This text font color is #76A977.


Background Color

.myBgColor { background-color: #76A977; }

<div style="background-color:#76A977">Inner text</div>

This div background color is #76A977.


Border color

.myBorderColor { border: 1px solid #76A977; }

<div style="border:3px solid #76A977">Div</div>

This div border color is #76A977.


Opacity

.myOpacity80 { color: #76A977; opacity: 0.8; }

<p style="color:#76A977;opacity:0.8;">80%</p>

Text with #76A977 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 #76A977;}

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

This text has shadow with #76A977 color.

.textShadow {text-shadow: 3px 3px 1px #76A977, 3px 3px 1px red;}

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

This text has shadow with #76A977 primary color and red secondary color.


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

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

This text has shadow with #76A977 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A977 on black background.


Color preview on white background

This text has color #76A977 on white background.



Black color preview on #76A977 background

This text has black color on #76A977 background.


White color preview on #76A977 background

This text has white color on #76A977 background.