COLOR #77CD7C

HEX: #77CD7C
RGB: (119,205,124)

Color info

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

RGB color model

#77CD7C color RGB value is (119,205,124).

  • red value is 119;
  • green value is 205;
  • blue value is 124.
RGB:
(119,205,124)
(47%,80%,49%)

RGB channels and saturation

R 119 of 255 = 47%
G 205 of 255 = 80%
B 124 of 255 = 49%

119
205
124

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

Portions of RGB colors in percentages

R + G + B =
119 + 205 + 124 = 448 (100%)
R 119 of 448 ~ 26.56%
G 205 of 448 ~ 45.76%
B 124 of 448 ~ 27.68%

%26.56
%45.76
%27.68

CMYK color model

#77CD7C color CMYK value is (42,0,40,20).

  • cyan value is 41.95%
  • magenta value is 0.00%
  • yellow value is 39.51%
  • key color value is 19.61%
CMYK:
(42,0,40,20)
C42M0Y40K20 
(42%,0%,40%,20%)
(0.42/0.00/0.40/0.20)	

CMYK percentages

%41.95
%0
%39.51
%19.61

Codes

Color #77CD7C in popluar color models

77CD7C
RGB119205124
HSL123°46.24%63.53%
HSB/HSV123°41.95%80.39%
CMYK41.95%0.00%39.51%
19.61%

Color #77CD7C in popluar number systems.

HEX77CD7C
Decimal119205124
Binary1110111110011011111100
Octal167315174

Shades and tints

Shades of #77CD7C

#77CD7C
(119,205,124)
#6DBB71
(109,187,113)
#63A966
(99,169,102)
#59975B
(89,151,91)
#4F8550
(79,133,80)
#457345
(69,115,69)
#3B613A
(59,97,58)
#314F2F
(49,79,47)
#273D24
(39,61,36)
#1D2B19
(29,43,25)
#13190E
(19,25,14)
#000000
(0,0,0)

Tints of #77CD7C

#77CD7C
(119,205,124)
#83D187
(131,209,135)
#8FD592
(143,213,146)
#9BD99D
(155,217,157)
#A7DDA8
(167,221,168)
#B3E1B3
(179,225,179)
#BFE5BE
(191,229,190)
#CBE9C9
(203,233,201)
#D7EDD4
(215,237,212)
#E3F1DF
(227,241,223)
#EFF5EA
(239,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77CD7C color. Also use rgb(119,205,124) instead hex code.

Text Font Color

.myTextColor { color: #77CD7C; }

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

This text font color is #77CD7C.


Background Color

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

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

This div background color is #77CD7C.


Border color

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

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

This div border color is #77CD7C.


Opacity

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

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

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

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

This text has shadow with #77CD7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77CD7C on black background.


Color preview on white background

This text has color #77CD7C on white background.



Black color preview on #77CD7C background

This text has black color on #77CD7C background.


White color preview on #77CD7C background

This text has white color on #77CD7C background.