COLOR #77D2B4

HEX: #77D2B4
RGB: (119,210,180)

Color info

#77D2B4 contains mainly green and blue colors. Web safe color of #77D2B4 is #66CCCC (or #6CC).

RGB color model

#77D2B4 color RGB value is (119,210,180).

  • red value is 119;
  • green value is 210;
  • blue value is 180.
RGB:
(119,210,180)
(47%,82%,71%)

RGB channels and saturation

R 119 of 255 = 47%
G 210 of 255 = 82%
B 180 of 255 = 71%

119
210
180

R + G + B ~ 67%. #77D2B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 210 + 180 = 509 (100%)
R 119 of 509 ~ 23.38%
G 210 of 509 ~ 41.26%
B 180 of 509 ~ 35.36%

%23.38
%41.26
%35.36

CMYK color model

#77D2B4 color CMYK value is (43,0,14,18).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 17.65%
CMYK:
(43,0,14,18)
C43M0Y14K18 
(43%,0%,14%,18%)
(0.43/0.00/0.14/0.18)	

CMYK percentages

%43.33
%0
%14.29
%17.65

Codes

Color #77D2B4 in popluar color models

77D2B4
RGB119210180
HSL160°50.28%64.51%
HSB/HSV160°43.33%82.35%
CMYK43.33%0.00%14.29%
17.65%

Color #77D2B4 in popluar number systems.

HEX77D2B4
Decimal119210180
Binary11101111101001010110100
Octal167322264

Shades and tints

Shades of #77D2B4

#77D2B4
(119,210,180)
#6DBFA4
(109,191,164)
#63AC94
(99,172,148)
#599984
(89,153,132)
#4F8674
(79,134,116)
#457364
(69,115,100)
#3B6054
(59,96,84)
#314D44
(49,77,68)
#273A34
(39,58,52)
#1D2724
(29,39,36)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #77D2B4

#77D2B4
(119,210,180)
#83D6BA
(131,214,186)
#8FDAC0
(143,218,192)
#9BDEC6
(155,222,198)
#A7E2CC
(167,226,204)
#B3E6D2
(179,230,210)
#BFEAD8
(191,234,216)
#CBEEDE
(203,238,222)
#D7F2E4
(215,242,228)
#E3F6EA
(227,246,234)
#EFFAF0
(239,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D2B4 color. Also use rgb(119,210,180) instead hex code.

Text Font Color

.myTextColor { color: #77D2B4; }

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

This text font color is #77D2B4.


Background Color

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

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

This div background color is #77D2B4.


Border color

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

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

This div border color is #77D2B4.


Opacity

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

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

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

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

This text has shadow with #77D2B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D2B4 on black background.


Color preview on white background

This text has color #77D2B4 on white background.



Black color preview on #77D2B4 background

This text has black color on #77D2B4 background.


White color preview on #77D2B4 background

This text has white color on #77D2B4 background.