COLOR #77CAB2

HEX: #77CAB2
RGB: (119,202,178)

Color info

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

RGB color model

#77CAB2 color RGB value is (119,202,178).

  • red value is 119;
  • green value is 202;
  • blue value is 178.
RGB:
(119,202,178)
(47%,79%,70%)

RGB channels and saturation

R 119 of 255 = 47%
G 202 of 255 = 79%
B 178 of 255 = 70%

119
202
178

R + G + B ~ 65%. #77CAB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 202 + 178 = 499 (100%)
R 119 of 499 ~ 23.85%
G 202 of 499 ~ 40.48%
B 178 of 499 ~ 35.67%

%23.85
%40.48
%35.67

CMYK color model

#77CAB2 color CMYK value is (41,0,12,21).

  • cyan value is 41.09%
  • magenta value is 0.00%
  • yellow value is 11.88%
  • key color value is 20.78%
CMYK:
(41,0,12,21)
C41M0Y12K21 
(41%,0%,12%,21%)
(0.41/0.00/0.12/0.21)	

CMYK percentages

%41.09
%0
%11.88
%20.78

Codes

Color #77CAB2 in popluar color models

77CAB2
RGB119202178
HSL163°43.92%62.94%
HSB/HSV163°41.09%79.22%
CMYK41.09%0.00%11.88%
20.78%

Color #77CAB2 in popluar number systems.

HEX77CAB2
Decimal119202178
Binary11101111100101010110010
Octal167312262

Shades and tints

Shades of #77CAB2

#77CAB2
(119,202,178)
#6DB8A2
(109,184,162)
#63A692
(99,166,146)
#599482
(89,148,130)
#4F8272
(79,130,114)
#457062
(69,112,98)
#3B5E52
(59,94,82)
#314C42
(49,76,66)
#273A32
(39,58,50)
#1D2822
(29,40,34)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #77CAB2

#77CAB2
(119,202,178)
#83CEB9
(131,206,185)
#8FD2C0
(143,210,192)
#9BD6C7
(155,214,199)
#A7DACE
(167,218,206)
#B3DED5
(179,222,213)
#BFE2DC
(191,226,220)
#CBE6E3
(203,230,227)
#D7EAEA
(215,234,234)
#E3EEF1
(227,238,241)
#EFF2F8
(239,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77CAB2 color. Also use rgb(119,202,178) instead hex code.

Text Font Color

.myTextColor { color: #77CAB2; }

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

This text font color is #77CAB2.


Background Color

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

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

This div background color is #77CAB2.


Border color

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

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

This div border color is #77CAB2.


Opacity

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

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

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

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

This text has shadow with #77CAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77CAB2 on black background.


Color preview on white background

This text has color #77CAB2 on white background.



Black color preview on #77CAB2 background

This text has black color on #77CAB2 background.


White color preview on #77CAB2 background

This text has white color on #77CAB2 background.