COLOR #77C6B5

HEX: #77C6B5 RGB: (119,198,181)

Color info

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

RGB color model

#77C6B5 color RGB value is (119,198,181).

RGB: (119,198,181) (47%, 78%, 71%)

RGB channels and saturation

R 119 of 255 = 47%
G 198 of 255 = 78%
B 181 of 255 = 71%

119
198
181

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

Portions of RGB colors in percentages

R + G + B = 119 + 198 + 181 = 498 (100%)
R 119 of 498 ~ 23.9%
G 198 of 498 ~ 39.76%
B 181 of 498 ~ 36.35'%

%23.9
%39.76
%36.35

CMYK color model

#77C6B5 color CMYK value is (40,0,9,22).

  • cyan value is 39.90%
  • magenta value is 0.00%
  • yellow value is 8.59%
  • key color value is 22.35%

CMYK: (40,0,9,22)
C40M0Y9K22 (40%, 0%, 9%, 22%)
(0.40 / 0.00 / 0.09 / 0.22)

CMYK percentages

%39.9
%0
%8.59
%22.35

Codes

Color #77C6B5 in popluar color models

77 C6 B5
RGB 119 198 181
HSL 167° 40.93% 62.16%
HSB/HSV 167° 39.90% 77.65%
CMYK 39.90% 0.00% 8.59%
22.35%

Color #77C6B5 in popluar number systems.

HEX 77 C6 B5
Decimal 119 198 181
Binary 1110111 11000110 10110101
Octal 167 306 265

Shades and tints

Shades of #77C6B5

#77C6B5
(119,198,181)
#6DB4A5
(109,180,165)
#63A295
(99,162,149)
#599085
(89,144,133)
#4F7E75
(79,126,117)
#456C65
(69,108,101)
#3B5A55
(59,90,85)
#314845
(49,72,69)
#273635
(39,54,53)
#1D2425
(29,36,37)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #77C6B5

#77C6B5
(119,198,181)
#83CBBB
(131,203,187)
#8FD0C1
(143,208,193)
#9BD5C7
(155,213,199)
#A7DACD
(167,218,205)
#B3DFD3
(179,223,211)
#BFE4D9
(191,228,217)
#CBE9DF
(203,233,223)
#D7EEE5
(215,238,229)
#E3F3EB
(227,243,235)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C6B5 color. Also use rgb(119,198,181) instead hex code.

Text Font Color

.myTextColor { color: #77C6B5; }

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

This text font color is #77C6B5.

Background Color

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

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

This div background color is #77C6B5.

Border color

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

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

This div border color is #77C6B5.

Opacity

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

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

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

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

This text has shadow with #77C6B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77C6B5.

Preview

Color preview on black background

This text has color #77C6B5 on black background.


Color preview on white background

This text has color #77C6B5 on white background.


Black color preview on #77C6B5 background

This text has black color on #77C6B5 background.


White color preview on #77C6B5 background

This text has white color on #77C6B5 background.


Related colors

Complementary color

Complementary color for #hex is #88394A.


I love getcolorcode.com

Triadic colors

1 #B577C6 and #C6B577 with #77C6B5 are triadic colors.

2 #B5C677 and #C677B5 with #77C6B5 are triadic colors.