COLOR #77C28B

HEX: #77C28B RGB: (119,194,139)

Color info

#77C28B contains mainly green and blue colors. Web safe color of #77C28B is #66CC99 (or #6C9).

RGB color model

#77C28B color RGB value is (119,194,139).

RGB: (119,194,139) (47%, 76%, 55%)

RGB channels and saturation

R 119 of 255 = 47%
G 194 of 255 = 76%
B 139 of 255 = 55%

119
194
139

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

Portions of RGB colors in percentages

R + G + B = 119 + 194 + 139 = 452 (100%)
R 119 of 452 ~ 26.33%
G 194 of 452 ~ 42.92%
B 139 of 452 ~ 30.75'%

%26.33
%42.92
%30.75

CMYK color model

#77C28B color CMYK value is (39,0,28,24).

  • cyan value is 38.66%
  • magenta value is 0.00%
  • yellow value is 28.35%
  • key color value is 23.92%

CMYK: (39,0,28,24)
C39M0Y28K24 (39%, 0%, 28%, 24%)
(0.39 / 0.00 / 0.28 / 0.24)

CMYK percentages

%38.66
%0
%28.35
%23.92

Codes

Color #77C28B in popluar color models

77 C2 8B
RGB 119 194 139
HSL 136° 38.07% 61.37%
HSB/HSV 136° 38.66% 76.08%
CMYK 38.66% 0.00% 28.35%
23.92%

Color #77C28B in popluar number systems.

HEX 77 C2 8B
Decimal 119 194 139
Binary 1110111 11000010 10001011
Octal 167 302 213

Shades and tints

Shades of #77C28B

#77C28B
(119,194,139)
#6DB17F
(109,177,127)
#63A073
(99,160,115)
#598F67
(89,143,103)
#4F7E5B
(79,126,91)
#456D4F
(69,109,79)
#3B5C43
(59,92,67)
#314B37
(49,75,55)
#273A2B
(39,58,43)
#1D291F
(29,41,31)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #77C28B

#77C28B
(119,194,139)
#83C795
(131,199,149)
#8FCC9F
(143,204,159)
#9BD1A9
(155,209,169)
#A7D6B3
(167,214,179)
#B3DBBD
(179,219,189)
#BFE0C7
(191,224,199)
#CBE5D1
(203,229,209)
#D7EADB
(215,234,219)
#E3EFE5
(227,239,229)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C28B color. Also use rgb(119,194,139) instead hex code.

Text Font Color

.myTextColor { color: #77C28B; }

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

This text font color is #77C28B.

Background Color

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

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

This div background color is #77C28B.

Border color

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

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

This div border color is #77C28B.

Opacity

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

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

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

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

This text has shadow with #77C28B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77C28B.

Preview

Color preview on black background

This text has color #77C28B on black background.


Color preview on white background

This text has color #77C28B on white background.


Black color preview on #77C28B background

This text has black color on #77C28B background.


White color preview on #77C28B background

This text has white color on #77C28B background.


Related colors

Complementary color

Complementary color for #hex is #883D74.


I love getcolorcode.com

Triadic colors

1 #8B77C2 and #C28B77 with #77C28B are triadic colors.

2 #8BC277 and #C2778B with #77C28B are triadic colors.