COLOR #77CBAF

HEX: #77CBAF
RGB: (119,203,175)

Color info

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

RGB color model

#77CBAF color RGB value is (119,203,175).

  • red value is 119;
  • green value is 203;
  • blue value is 175.
RGB:
(119,203,175)
(47%,80%,69%)

RGB channels and saturation

R 119 of 255 = 47%
G 203 of 255 = 80%
B 175 of 255 = 69%

119
203
175

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

Portions of RGB colors in percentages

R + G + B =
119 + 203 + 175 = 497 (100%)
R 119 of 497 ~ 23.94%
G 203 of 497 ~ 40.85%
B 175 of 497 ~ 35.21%

%23.94
%40.85
%35.21

CMYK color model

#77CBAF color CMYK value is (41,0,14,20).

  • cyan value is 41.38%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 20.39%
CMYK:
(41,0,14,20)
C41M0Y14K20 
(41%,0%,14%,20%)
(0.41/0.00/0.14/0.20)	

CMYK percentages

%41.38
%0
%13.79
%20.39

Codes

Color #77CBAF in popluar color models

77CBAF
RGB119203175
HSL160°44.68%63.14%
HSB/HSV160°41.38%79.61%
CMYK41.38%0.00%13.79%
20.39%

Color #77CBAF in popluar number systems.

HEX77CBAF
Decimal119203175
Binary11101111100101110101111
Octal167313257

Shades and tints

Shades of #77CBAF

#77CBAF
(119,203,175)
#6DB9A0
(109,185,160)
#63A791
(99,167,145)
#599582
(89,149,130)
#4F8373
(79,131,115)
#457164
(69,113,100)
#3B5F55
(59,95,85)
#314D46
(49,77,70)
#273B37
(39,59,55)
#1D2928
(29,41,40)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #77CBAF

#77CBAF
(119,203,175)
#83CFB6
(131,207,182)
#8FD3BD
(143,211,189)
#9BD7C4
(155,215,196)
#A7DBCB
(167,219,203)
#B3DFD2
(179,223,210)
#BFE3D9
(191,227,217)
#CBE7E0
(203,231,224)
#D7EBE7
(215,235,231)
#E3EFEE
(227,239,238)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77CBAF color. Also use rgb(119,203,175) instead hex code.

Text Font Color

.myTextColor { color: #77CBAF; }

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

This text font color is #77CBAF.


Background Color

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

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

This div background color is #77CBAF.


Border color

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

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

This div border color is #77CBAF.


Opacity

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

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

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

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

This text has shadow with #77CBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77CBAF on black background.


Color preview on white background

This text has color #77CBAF on white background.



Black color preview on #77CBAF background

This text has black color on #77CBAF background.


White color preview on #77CBAF background

This text has white color on #77CBAF background.