COLOR #77B076

HEX: #77B076 RGB: (119,176,118)

Color info

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

RGB color model

#77B076 color RGB value is (119,176,118).

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

RGB channels and saturation

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

119
176
118

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

Portions of RGB colors in percentages

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

%28.81
%42.62
%28.57

CMYK color model

#77B076 color CMYK value is (32,0,33,31).

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

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

CMYK percentages

%32.39
%0
%32.95
%30.98

Codes

Color #77B076 in popluar color models

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

Color #77B076 in popluar number systems.

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

Shades and tints

Shades of #77B076

#77B076
(119,176,118)
#6DA06C
(109,160,108)
#639062
(99,144,98)
#598058
(89,128,88)
#4F704E
(79,112,78)
#456044
(69,96,68)
#3B503A
(59,80,58)
#314030
(49,64,48)
#273026
(39,48,38)
#1D201C
(29,32,28)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #77B076

#77B076
(119,176,118)
#83B782
(131,183,130)
#8FBE8E
(143,190,142)
#9BC59A
(155,197,154)
#A7CCA6
(167,204,166)
#B3D3B2
(179,211,178)
#BFDABE
(191,218,190)
#CBE1CA
(203,225,202)
#D7E8D6
(215,232,214)
#E3EFE2
(227,239,226)
#EFF6EE
(239,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B076; }

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

This text font color is #77B076.

Background Color

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

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

This div background color is #77B076.

Border color

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

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

This div border color is #77B076.

Opacity

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

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

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

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

This text has shadow with #77B076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B076.

Preview

Color preview on black background

This text has color #77B076 on black background.


Color preview on white background

This text has color #77B076 on white background.


Black color preview on #77B076 background

This text has black color on #77B076 background.


White color preview on #77B076 background

This text has white color on #77B076 background.


Related colors

Complementary color

Complementary color for #hex is #884F89.


I love getcolorcode.com

Triadic colors

1 #7677B0 and #B07677 with #77B076 are triadic colors.

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