COLOR #77CEB2

HEX: #77CEB2
RGB: (119,206,178)

Color info

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

RGB color model

#77CEB2 color RGB value is (119,206,178).

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

RGB channels and saturation

R 119 of 255 = 47%
G 206 of 255 = 81%
B 178 of 255 = 70%

119
206
178

R + G + B ~ 66%. #77CEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 206 + 178 = 503 (100%)
R 119 of 503 ~ 23.66%
G 206 of 503 ~ 40.95%
B 178 of 503 ~ 35.39%

%23.66
%40.95
%35.39

CMYK color model

#77CEB2 color CMYK value is (42,0,14,19).

  • cyan value is 42.23%
  • magenta value is 0.00%
  • yellow value is 13.59%
  • key color value is 19.22%
CMYK:
(42,0,14,19)
C42M0Y14K19 
(42%,0%,14%,19%)
(0.42/0.00/0.14/0.19)	

CMYK percentages

%42.23
%0
%13.59
%19.22

Codes

Color #77CEB2 in popluar color models

77CEB2
RGB119206178
HSL161°47.03%63.73%
HSB/HSV161°42.23%80.78%
CMYK42.23%0.00%13.59%
19.22%

Color #77CEB2 in popluar number systems.

HEX77CEB2
Decimal119206178
Binary11101111100111010110010
Octal167316262

Shades and tints

Shades of #77CEB2

#77CEB2
(119,206,178)
#6DBCA2
(109,188,162)
#63AA92
(99,170,146)
#599882
(89,152,130)
#4F8672
(79,134,114)
#457462
(69,116,98)
#3B6252
(59,98,82)
#315042
(49,80,66)
#273E32
(39,62,50)
#1D2C22
(29,44,34)
#131A12
(19,26,18)
#000000
(0,0,0)

Tints of #77CEB2

#77CEB2
(119,206,178)
#83D2B9
(131,210,185)
#8FD6C0
(143,214,192)
#9BDAC7
(155,218,199)
#A7DECE
(167,222,206)
#B3E2D5
(179,226,213)
#BFE6DC
(191,230,220)
#CBEAE3
(203,234,227)
#D7EEEA
(215,238,234)
#E3F2F1
(227,242,241)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77CEB2; }

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

This text font color is #77CEB2.


Background Color

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

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

This div background color is #77CEB2.


Border color

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

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

This div border color is #77CEB2.


Opacity

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

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

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

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

This text has shadow with #77CEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77CEB2 on black background.


Color preview on white background

This text has color #77CEB2 on white background.



Black color preview on #77CEB2 background

This text has black color on #77CEB2 background.


White color preview on #77CEB2 background

This text has white color on #77CEB2 background.