COLOR #77C3B9

HEX: #77C3B9
RGB: (119,195,185)

Color info

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

RGB color model

#77C3B9 color RGB value is (119,195,185).

  • red value is 119;
  • green value is 195;
  • blue value is 185.
RGB:
(119,195,185)
(47%,76%,73%)

RGB channels and saturation

R 119 of 255 = 47%
G 195 of 255 = 76%
B 185 of 255 = 73%

119
195
185

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

Portions of RGB colors in percentages

R + G + B =
119 + 195 + 185 = 499 (100%)
R 119 of 499 ~ 23.85%
G 195 of 499 ~ 39.08%
B 185 of 499 ~ 37.07%

%23.85
%39.08
%37.07

CMYK color model

#77C3B9 color CMYK value is (39,0,5,24).

  • cyan value is 38.97%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 23.53%
CMYK:
(39,0,5,24)
C39M0Y5K24 
(39%,0%,5%,24%)
(0.39/0.00/0.05/0.24)	

CMYK percentages

%38.97
%0
%5.13
%23.53

Codes

Color #77C3B9 in popluar color models

77C3B9
RGB119195185
HSL172°38.78%61.57%
HSB/HSV172°38.97%76.47%
CMYK38.97%0.00%5.13%
23.53%

Color #77C3B9 in popluar number systems.

HEX77C3B9
Decimal119195185
Binary11101111100001110111001
Octal167303271

Shades and tints

Shades of #77C3B9

#77C3B9
(119,195,185)
#6DB2A9
(109,178,169)
#63A199
(99,161,153)
#599089
(89,144,137)
#4F7F79
(79,127,121)
#456E69
(69,110,105)
#3B5D59
(59,93,89)
#314C49
(49,76,73)
#273B39
(39,59,57)
#1D2A29
(29,42,41)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #77C3B9

#77C3B9
(119,195,185)
#83C8BF
(131,200,191)
#8FCDC5
(143,205,197)
#9BD2CB
(155,210,203)
#A7D7D1
(167,215,209)
#B3DCD7
(179,220,215)
#BFE1DD
(191,225,221)
#CBE6E3
(203,230,227)
#D7EBE9
(215,235,233)
#E3F0EF
(227,240,239)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C3B9 color. Also use rgb(119,195,185) instead hex code.

Text Font Color

.myTextColor { color: #77C3B9; }

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

This text font color is #77C3B9.


Background Color

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

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

This div background color is #77C3B9.


Border color

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

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

This div border color is #77C3B9.


Opacity

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

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

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

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

This text has shadow with #77C3B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C3B9 on black background.


Color preview on white background

This text has color #77C3B9 on white background.



Black color preview on #77C3B9 background

This text has black color on #77C3B9 background.


White color preview on #77C3B9 background

This text has white color on #77C3B9 background.