COLOR #77CC73

HEX: #77CC73
RGB: (119,204,115)

Color info

#77CC73 contains mainly green color. Web safe color of #77CC73 is #66CC66 (or #6C6).

RGB color model

#77CC73 color RGB value is (119,204,115).

  • red value is 119;
  • green value is 204;
  • blue value is 115.
RGB:
(119,204,115)
(47%,80%,45%)

RGB channels and saturation

R 119 of 255 = 47%
G 204 of 255 = 80%
B 115 of 255 = 45%

119
204
115

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

Portions of RGB colors in percentages

R + G + B =
119 + 204 + 115 = 438 (100%)
R 119 of 438 ~ 27.17%
G 204 of 438 ~ 46.58%
B 115 of 438 ~ 26.26%

%27.17
%46.58
%26.26

CMYK color model

#77CC73 color CMYK value is (42,0,44,20).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 43.63%
  • key color value is 20.00%
CMYK:
(42,0,44,20)
C42M0Y44K20 
(42%,0%,44%,20%)
(0.42/0.00/0.44/0.20)	

CMYK percentages

%41.67
%0
%43.63
%20

Codes

Color #77CC73 in popluar color models

77CC73
RGB119204115
HSL117°46.60%62.55%
HSB/HSV117°43.63%80.00%
CMYK41.67%0.00%43.63%
20.00%

Color #77CC73 in popluar number systems.

HEX77CC73
Decimal119204115
Binary1110111110011001110011
Octal167314163

Shades and tints

Shades of #77CC73

#77CC73
(119,204,115)
#6DBA69
(109,186,105)
#63A85F
(99,168,95)
#599655
(89,150,85)
#4F844B
(79,132,75)
#457241
(69,114,65)
#3B6037
(59,96,55)
#314E2D
(49,78,45)
#273C23
(39,60,35)
#1D2A19
(29,42,25)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #77CC73

#77CC73
(119,204,115)
#83D07F
(131,208,127)
#8FD48B
(143,212,139)
#9BD897
(155,216,151)
#A7DCA3
(167,220,163)
#B3E0AF
(179,224,175)
#BFE4BB
(191,228,187)
#CBE8C7
(203,232,199)
#D7ECD3
(215,236,211)
#E3F0DF
(227,240,223)
#EFF4EB
(239,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77CC73; }

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

This text font color is #77CC73.


Background Color

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

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

This div background color is #77CC73.


Border color

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

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

This div border color is #77CC73.


Opacity

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

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

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

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

This text has shadow with #77CC73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77CC73 on black background.


Color preview on white background

This text has color #77CC73 on white background.



Black color preview on #77CC73 background

This text has black color on #77CC73 background.


White color preview on #77CC73 background

This text has white color on #77CC73 background.