COLOR #77C9B7

HEX: #77C9B7 RGB: (119,201,183)

Color info

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

RGB color model

#77C9B7 color RGB value is (119,201,183).

RGB: (119,201,183) (47%, 79%, 72%)

RGB channels and saturation

R 119 of 255 = 47%
G 201 of 255 = 79%
B 183 of 255 = 72%

119
201
183

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

Portions of RGB colors in percentages

R + G + B = 119 + 201 + 183 = 503 (100%)
R 119 of 503 ~ 23.66%
G 201 of 503 ~ 39.96%
B 183 of 503 ~ 36.38'%

%23.66
%39.96
%36.38

CMYK color model

#77C9B7 color CMYK value is (41,0,9,21).

  • cyan value is 40.80%
  • magenta value is 0.00%
  • yellow value is 8.96%
  • key color value is 21.18%

CMYK: (41,0,9,21)
C41M0Y9K21 (41%, 0%, 9%, 21%)
(0.41 / 0.00 / 0.09 / 0.21)

CMYK percentages

%40.8
%0
%8.96
%21.18

Codes

Color #77C9B7 in popluar color models

77 C9 B7
RGB 119 201 183
HSL 167° 43.16% 62.75%
HSB/HSV 167° 40.80% 78.82%
CMYK 40.80% 0.00% 8.96%
21.18%

Color #77C9B7 in popluar number systems.

HEX 77 C9 B7
Decimal 119 201 183
Binary 1110111 11001001 10110111
Octal 167 311 267

Shades and tints

Shades of #77C9B7

#77C9B7
(119,201,183)
#6DB7A7
(109,183,167)
#63A597
(99,165,151)
#599387
(89,147,135)
#4F8177
(79,129,119)
#456F67
(69,111,103)
#3B5D57
(59,93,87)
#314B47
(49,75,71)
#273937
(39,57,55)
#1D2727
(29,39,39)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #77C9B7

#77C9B7
(119,201,183)
#83CDBD
(131,205,189)
#8FD1C3
(143,209,195)
#9BD5C9
(155,213,201)
#A7D9CF
(167,217,207)
#B3DDD5
(179,221,213)
#BFE1DB
(191,225,219)
#CBE5E1
(203,229,225)
#D7E9E7
(215,233,231)
#E3EDED
(227,237,237)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C9B7 color. Also use rgb(119,201,183) instead hex code.

Text Font Color

.myTextColor { color: #77C9B7; }

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

This text font color is #77C9B7.

Background Color

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

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

This div background color is #77C9B7.

Border color

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

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

This div border color is #77C9B7.

Opacity

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

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

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

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

This text has shadow with #77C9B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77C9B7.

Preview

Color preview on black background

This text has color #77C9B7 on black background.


Color preview on white background

This text has color #77C9B7 on white background.


Black color preview on #77C9B7 background

This text has black color on #77C9B7 background.


White color preview on #77C9B7 background

This text has white color on #77C9B7 background.


Related colors

Complementary color

Complementary color for #hex is #883648.


I love getcolorcode.com

Triadic colors

1 #B777C9 and #C9B777 with #77C9B7 are triadic colors.

2 #B7C977 and #C977B7 with #77C9B7 are triadic colors.