COLOR #77C1A9

HEX: #77C1A9
RGB: (119,193,169)

Color info

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

RGB color model

#77C1A9 color RGB value is (119,193,169).

  • red value is 119;
  • green value is 193;
  • blue value is 169.
RGB:
(119,193,169)
(47%,76%,66%)

RGB channels and saturation

R 119 of 255 = 47%
G 193 of 255 = 76%
B 169 of 255 = 66%

119
193
169

R + G + B ~ 63%. #77C1A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 193 + 169 = 481 (100%)
R 119 of 481 ~ 24.74%
G 193 of 481 ~ 40.12%
B 169 of 481 ~ 35.14%

%24.74
%40.12
%35.14

CMYK color model

#77C1A9 color CMYK value is (38,0,12,24).

  • cyan value is 38.34%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 24.31%
CMYK:
(38,0,12,24)
C38M0Y12K24 
(38%,0%,12%,24%)
(0.38/0.00/0.12/0.24)	

CMYK percentages

%38.34
%0
%12.44
%24.31

Codes

Color #77C1A9 in popluar color models

77C1A9
RGB119193169
HSL161°37.37%61.18%
HSB/HSV161°38.34%75.69%
CMYK38.34%0.00%12.44%
24.31%

Color #77C1A9 in popluar number systems.

HEX77C1A9
Decimal119193169
Binary11101111100000110101001
Octal167301251

Shades and tints

Shades of #77C1A9

#77C1A9
(119,193,169)
#6DB09A
(109,176,154)
#639F8B
(99,159,139)
#598E7C
(89,142,124)
#4F7D6D
(79,125,109)
#456C5E
(69,108,94)
#3B5B4F
(59,91,79)
#314A40
(49,74,64)
#273931
(39,57,49)
#1D2822
(29,40,34)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #77C1A9

#77C1A9
(119,193,169)
#83C6B0
(131,198,176)
#8FCBB7
(143,203,183)
#9BD0BE
(155,208,190)
#A7D5C5
(167,213,197)
#B3DACC
(179,218,204)
#BFDFD3
(191,223,211)
#CBE4DA
(203,228,218)
#D7E9E1
(215,233,225)
#E3EEE8
(227,238,232)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C1A9 color. Also use rgb(119,193,169) instead hex code.

Text Font Color

.myTextColor { color: #77C1A9; }

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

This text font color is #77C1A9.


Background Color

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

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

This div background color is #77C1A9.


Border color

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

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

This div border color is #77C1A9.


Opacity

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

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

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

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

This text has shadow with #77C1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C1A9 on black background.


Color preview on white background

This text has color #77C1A9 on white background.



Black color preview on #77C1A9 background

This text has black color on #77C1A9 background.


White color preview on #77C1A9 background

This text has white color on #77C1A9 background.