COLOR #77CCA4

HEX: #77CCA4
RGB: (119,204,164)

Color info

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

RGB color model

#77CCA4 color RGB value is (119,204,164).

  • red value is 119;
  • green value is 204;
  • blue value is 164.
RGB:
(119,204,164)
(47%,80%,64%)

RGB channels and saturation

R 119 of 255 = 47%
G 204 of 255 = 80%
B 164 of 255 = 64%

119
204
164

R + G + B ~ 64%. #77CCA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 204 + 164 = 487 (100%)
R 119 of 487 ~ 24.44%
G 204 of 487 ~ 41.89%
B 164 of 487 ~ 33.68%

%24.44
%41.89
%33.68

CMYK color model

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

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 19.61%
  • key color value is 20.00%
CMYK:
(42,0,20,20)
C42M0Y20K20 
(42%,0%,20%,20%)
(0.42/0.00/0.20/0.20)	

CMYK percentages

%41.67
%0
%19.61
%20

Codes

Color #77CCA4 in popluar color models

77CCA4
RGB119204164
HSL152°45.45%63.33%
HSB/HSV152°41.67%80.00%
CMYK41.67%0.00%19.61%
20.00%

Color #77CCA4 in popluar number systems.

HEX77CCA4
Decimal119204164
Binary11101111100110010100100
Octal167314244

Shades and tints

Shades of #77CCA4

#77CCA4
(119,204,164)
#6DBA96
(109,186,150)
#63A888
(99,168,136)
#59967A
(89,150,122)
#4F846C
(79,132,108)
#45725E
(69,114,94)
#3B6050
(59,96,80)
#314E42
(49,78,66)
#273C34
(39,60,52)
#1D2A26
(29,42,38)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #77CCA4

#77CCA4
(119,204,164)
#83D0AC
(131,208,172)
#8FD4B4
(143,212,180)
#9BD8BC
(155,216,188)
#A7DCC4
(167,220,196)
#B3E0CC
(179,224,204)
#BFE4D4
(191,228,212)
#CBE8DC
(203,232,220)
#D7ECE4
(215,236,228)
#E3F0EC
(227,240,236)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77CCA4; }

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

This text font color is #77CCA4.


Background Color

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

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

This div background color is #77CCA4.


Border color

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

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

This div border color is #77CCA4.


Opacity

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

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

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

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

This text has shadow with #77CCA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77CCA4 on black background.


Color preview on white background

This text has color #77CCA4 on white background.



Black color preview on #77CCA4 background

This text has black color on #77CCA4 background.


White color preview on #77CCA4 background

This text has white color on #77CCA4 background.