COLOR #77D585

HEX: #77D585
RGB: (119,213,133)

Color info

#77D585 contains mainly green color. Web safe color of #77D585 is #66CC99 (or #6C9).

RGB color model

#77D585 color RGB value is (119,213,133).

  • red value is 119;
  • green value is 213;
  • blue value is 133.
RGB:
(119,213,133)
(47%,84%,52%)

RGB channels and saturation

R 119 of 255 = 47%
G 213 of 255 = 84%
B 133 of 255 = 52%

119
213
133

R + G + B ~ 61%. #77D585 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 213 + 133 = 465 (100%)
R 119 of 465 ~ 25.59%
G 213 of 465 ~ 45.81%
B 133 of 465 ~ 28.6%

%25.59
%45.81
%28.6

CMYK color model

#77D585 color CMYK value is (44,0,38,16).

  • cyan value is 44.13%
  • magenta value is 0.00%
  • yellow value is 37.56%
  • key color value is 16.47%
CMYK:
(44,0,38,16)
C44M0Y38K16 
(44%,0%,38%,16%)
(0.44/0.00/0.38/0.16)	

CMYK percentages

%44.13
%0
%37.56
%16.47

Codes

Color #77D585 in popluar color models

77D585
RGB119213133
HSL129°52.81%65.10%
HSB/HSV129°44.13%83.53%
CMYK44.13%0.00%37.56%
16.47%

Color #77D585 in popluar number systems.

HEX77D585
Decimal119213133
Binary11101111101010110000101
Octal167325205

Shades and tints

Shades of #77D585

#77D585
(119,213,133)
#6DC279
(109,194,121)
#63AF6D
(99,175,109)
#599C61
(89,156,97)
#4F8955
(79,137,85)
#457649
(69,118,73)
#3B633D
(59,99,61)
#315031
(49,80,49)
#273D25
(39,61,37)
#1D2A19
(29,42,25)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #77D585

#77D585
(119,213,133)
#83D890
(131,216,144)
#8FDB9B
(143,219,155)
#9BDEA6
(155,222,166)
#A7E1B1
(167,225,177)
#B3E4BC
(179,228,188)
#BFE7C7
(191,231,199)
#CBEAD2
(203,234,210)
#D7EDDD
(215,237,221)
#E3F0E8
(227,240,232)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D585 color. Also use rgb(119,213,133) instead hex code.

Text Font Color

.myTextColor { color: #77D585; }

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

This text font color is #77D585.


Background Color

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

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

This div background color is #77D585.


Border color

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

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

This div border color is #77D585.


Opacity

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

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

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

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

This text has shadow with #77D585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D585 on black background.


Color preview on white background

This text has color #77D585 on white background.



Black color preview on #77D585 background

This text has black color on #77D585 background.


White color preview on #77D585 background

This text has white color on #77D585 background.