COLOR #77CBAC

HEX: #77CBAC
RGB: (119,203,172)

Color info

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

RGB color model

#77CBAC color RGB value is (119,203,172).

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

RGB channels and saturation

R 119 of 255 = 47%
G 203 of 255 = 80%
B 172 of 255 = 67%

119
203
172

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

Portions of RGB colors in percentages

R + G + B =
119 + 203 + 172 = 494 (100%)
R 119 of 494 ~ 24.09%
G 203 of 494 ~ 41.09%
B 172 of 494 ~ 34.82%

%24.09
%41.09
%34.82

CMYK color model

#77CBAC color CMYK value is (41,0,15,20).

  • cyan value is 41.38%
  • magenta value is 0.00%
  • yellow value is 15.27%
  • key color value is 20.39%
CMYK:
(41,0,15,20)
C41M0Y15K20 
(41%,0%,15%,20%)
(0.41/0.00/0.15/0.20)	

CMYK percentages

%41.38
%0
%15.27
%20.39

Codes

Color #77CBAC in popluar color models

77CBAC
RGB119203172
HSL158°44.68%63.14%
HSB/HSV158°41.38%79.61%
CMYK41.38%0.00%15.27%
20.39%

Color #77CBAC in popluar number systems.

HEX77CBAC
Decimal119203172
Binary11101111100101110101100
Octal167313254

Shades and tints

Shades of #77CBAC

#77CBAC
(119,203,172)
#6DB99D
(109,185,157)
#63A78E
(99,167,142)
#59957F
(89,149,127)
#4F8370
(79,131,112)
#457161
(69,113,97)
#3B5F52
(59,95,82)
#314D43
(49,77,67)
#273B34
(39,59,52)
#1D2925
(29,41,37)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #77CBAC

#77CBAC
(119,203,172)
#83CFB3
(131,207,179)
#8FD3BA
(143,211,186)
#9BD7C1
(155,215,193)
#A7DBC8
(167,219,200)
#B3DFCF
(179,223,207)
#BFE3D6
(191,227,214)
#CBE7DD
(203,231,221)
#D7EBE4
(215,235,228)
#E3EFEB
(227,239,235)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77CBAC; }

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

This text font color is #77CBAC.


Background Color

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

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

This div background color is #77CBAC.


Border color

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

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

This div border color is #77CBAC.


Opacity

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

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

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

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

This text has shadow with #77CBAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77CBAC on black background.


Color preview on white background

This text has color #77CBAC on white background.



Black color preview on #77CBAC background

This text has black color on #77CBAC background.


White color preview on #77CBAC background

This text has white color on #77CBAC background.