COLOR #77D95C

HEX: #77D95C RGB: (119,217,92)

Color info

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

RGB color model

#77D95C color RGB value is (119,217,92).

RGB: (119,217,92) (47%, 85%, 36%)

RGB channels and saturation

R 119 of 255 = 47%
G 217 of 255 = 85%
B 92 of 255 = 36%

119
217
92

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

Portions of RGB colors in percentages

R + G + B = 119 + 217 + 92 = 428 (100%)
R 119 of 428 ~ 27.8%
G 217 of 428 ~ 50.7%
B 92 of 428 ~ 21.5'%

%27.8
%50.7
%21.5

CMYK color model

#77D95C color CMYK value is (45,0,58,15).

  • cyan value is 45.16%
  • magenta value is 0.00%
  • yellow value is 57.60%
  • key color value is 14.90%

CMYK: (45,0,58,15)
C45M0Y58K15 (45%, 0%, 58%, 15%)
(0.45 / 0.00 / 0.58 / 0.15)

CMYK percentages

%45.16
%0
%57.6
%14.9

Codes

Color #77D95C in popluar color models

77 D9 5C
RGB 119 217 92
HSL 107° 62.19% 60.59%
HSB/HSV 107° 57.60% 85.10%
CMYK 45.16% 0.00% 57.60%
14.90%

Color #77D95C in popluar number systems.

HEX 77 D9 5C
Decimal 119 217 92
Binary 1110111 11011001 1011100
Octal 167 331 134

Shades and tints

Shades of #77D95C

#77D95C
(119,217,92)
#6DC654
(109,198,84)
#63B34C
(99,179,76)
#59A044
(89,160,68)
#4F8D3C
(79,141,60)
#457A34
(69,122,52)
#3B672C
(59,103,44)
#315424
(49,84,36)
#27411C
(39,65,28)
#1D2E14
(29,46,20)
#131B0C
(19,27,12)
#000000
(0,0,0)

Tints of #77D95C

#77D95C
(119,217,92)
#83DC6A
(131,220,106)
#8FDF78
(143,223,120)
#9BE286
(155,226,134)
#A7E594
(167,229,148)
#B3E8A2
(179,232,162)
#BFEBB0
(191,235,176)
#CBEEBE
(203,238,190)
#D7F1CC
(215,241,204)
#E3F4DA
(227,244,218)
#EFF7E8
(239,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D95C color. Also use rgb(119,217,92) instead hex code.

Text Font Color

.myTextColor { color: #77D95C; }

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

This text font color is #77D95C.

Background Color

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

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

This div background color is #77D95C.

Border color

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

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

This div border color is #77D95C.

Opacity

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

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

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

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

This text has shadow with #77D95C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77D95C.

Preview

Color preview on black background

This text has color #77D95C on black background.


Color preview on white background

This text has color #77D95C on white background.


Black color preview on #77D95C background

This text has black color on #77D95C background.


White color preview on #77D95C background

This text has white color on #77D95C background.


Related colors

Complementary color

Complementary color for #hex is #8826A3.


I love getcolorcode.com

Triadic colors

1 #5C77D9 and #D95C77 with #77D95C are triadic colors.

2 #5CD977 and #D9775C with #77D95C are triadic colors.