COLOR #77CC9B

HEX: #77CC9B RGB: (119,204,155)

Color info

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

RGB color model

#77CC9B color RGB value is (119,204,155).

RGB: (119,204,155) (47%, 80%, 61%)

RGB channels and saturation

R 119 of 255 = 47%
G 204 of 255 = 80%
B 155 of 255 = 61%

119
204
155

R + G + B ~ 63%. #77CC9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 204 + 155 = 478 (100%)
R 119 of 478 ~ 24.9%
G 204 of 478 ~ 42.68%
B 155 of 478 ~ 32.43'%

%24.9
%42.68
%32.43

CMYK color model

#77CC9B color CMYK value is (42,0,24,20).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 24.02%
  • key color value is 20.00%

CMYK: (42,0,24,20)
C42M0Y24K20 (42%, 0%, 24%, 20%)
(0.42 / 0.00 / 0.24 / 0.20)

CMYK percentages

%41.67
%0
%24.02
%20

Codes

Color #77CC9B in popluar color models

77 CC 9B
RGB 119 204 155
HSL 145° 45.45% 63.33%
HSB/HSV 145° 41.67% 80.00%
CMYK 41.67% 0.00% 24.02%
20.00%

Color #77CC9B in popluar number systems.

HEX 77 CC 9B
Decimal 119 204 155
Binary 1110111 11001100 10011011
Octal 167 314 233

Shades and tints

Shades of #77CC9B

#77CC9B
(119,204,155)
#6DBA8D
(109,186,141)
#63A87F
(99,168,127)
#599671
(89,150,113)
#4F8463
(79,132,99)
#457255
(69,114,85)
#3B6047
(59,96,71)
#314E39
(49,78,57)
#273C2B
(39,60,43)
#1D2A1D
(29,42,29)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #77CC9B

#77CC9B
(119,204,155)
#83D0A4
(131,208,164)
#8FD4AD
(143,212,173)
#9BD8B6
(155,216,182)
#A7DCBF
(167,220,191)
#B3E0C8
(179,224,200)
#BFE4D1
(191,228,209)
#CBE8DA
(203,232,218)
#D7ECE3
(215,236,227)
#E3F0EC
(227,240,236)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77CC9B; }

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

This text font color is #77CC9B.

Background Color

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

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

This div background color is #77CC9B.

Border color

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

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

This div border color is #77CC9B.

Opacity

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

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

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

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

This text has shadow with #77CC9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77CC9B.

Preview

Color preview on black background

This text has color #77CC9B on black background.


Color preview on white background

This text has color #77CC9B on white background.


Black color preview on #77CC9B background

This text has black color on #77CC9B background.


White color preview on #77CC9B background

This text has white color on #77CC9B background.


Related colors

Complementary color

Complementary color for #hex is #883364.


I love getcolorcode.com

Triadic colors

1 #9B77CC and #CC9B77 with #77CC9B are triadic colors.

2 #9BCC77 and #CC779B with #77CC9B are triadic colors.