COLOR #76B077

HEX: #76B077 RGB: (118,176,119)

Color info

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

RGB color model

#76B077 color RGB value is (118,176,119).

RGB: (118,176,119) (46%, 69%, 47%)

RGB channels and saturation

R 118 of 255 = 46%
G 176 of 255 = 69%
B 119 of 255 = 47%

118
176
119

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

Portions of RGB colors in percentages

R + G + B = 118 + 176 + 119 = 413 (100%)
R 118 of 413 ~ 28.57%
G 176 of 413 ~ 42.62%
B 119 of 413 ~ 28.81'%

%28.57
%42.62
%28.81

CMYK color model

#76B077 color CMYK value is (33,0,32,31).

  • cyan value is 32.95%
  • magenta value is 0.00%
  • yellow value is 32.39%
  • key color value is 30.98%

CMYK: (33,0,32,31)
C33M0Y32K31 (33%, 0%, 32%, 31%)
(0.33 / 0.00 / 0.32 / 0.31)

CMYK percentages

%32.95
%0
%32.39
%30.98

Codes

Color #76B077 in popluar color models

76 B0 77
RGB 118 176 119
HSL 121° 26.85% 57.65%
HSB/HSV 121° 32.95% 69.02%
CMYK 32.95% 0.00% 32.39%
30.98%

Color #76B077 in popluar number systems.

HEX 76 B0 77
Decimal 118 176 119
Binary 1110110 10110000 1110111
Octal 166 260 167

Shades and tints

Shades of #76B077

#76B077
(118,176,119)
#6CA06D
(108,160,109)
#629063
(98,144,99)
#588059
(88,128,89)
#4E704F
(78,112,79)
#446045
(68,96,69)
#3A503B
(58,80,59)
#304031
(48,64,49)
#263027
(38,48,39)
#1C201D
(28,32,29)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #76B077

#76B077
(118,176,119)
#82B783
(130,183,131)
#8EBE8F
(142,190,143)
#9AC59B
(154,197,155)
#A6CCA7
(166,204,167)
#B2D3B3
(178,211,179)
#BEDABF
(190,218,191)
#CAE1CB
(202,225,203)
#D6E8D7
(214,232,215)
#E2EFE3
(226,239,227)
#EEF6EF
(238,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B077; }

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

This text font color is #76B077.

Background Color

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

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

This div background color is #76B077.

Border color

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

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

This div border color is #76B077.

Opacity

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

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

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

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

This text has shadow with #76B077 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76B077.

Preview

Color preview on black background

This text has color #76B077 on black background.


Color preview on white background

This text has color #76B077 on white background.


Black color preview on #76B077 background

This text has black color on #76B077 background.


White color preview on #76B077 background

This text has white color on #76B077 background.


Related colors

Complementary color

Complementary color for #hex is #894F88.


I love getcolorcode.com

Triadic colors

1 #7776B0 and #B07776 with #76B077 are triadic colors.

2 #77B076 and #B07677 with #76B077 are triadic colors.