COLOR #77C6C7

HEX: #77C6C7
RGB: (119,198,199)

Color info

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

RGB color model

#77C6C7 color RGB value is (119,198,199).

  • red value is 119;
  • green value is 198;
  • blue value is 199.
RGB:
(119,198,199)
(47%,78%,78%)

RGB channels and saturation

R 119 of 255 = 47%
G 198 of 255 = 78%
B 199 of 255 = 78%

119
198
199

R + G + B ~ 68%. #77C6C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 198 + 199 = 516 (100%)
R 119 of 516 ~ 23.06%
G 198 of 516 ~ 38.37%
B 199 of 516 ~ 38.57%

%23.06
%38.37
%38.57

CMYK color model

#77C6C7 color CMYK value is (40,1,0,22).

  • cyan value is 40.20%
  • magenta value is 0.50%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(40,1,0,22)
C40M1Y0K22 
(40%,1%,0%,22%)
(0.40/0.01/0.00/0.22)	

CMYK percentages

%40.2
%0.5
%0
%21.96

Codes

Color #77C6C7 in popluar color models

77C6C7
RGB119198199
HSL181°41.67%62.35%
HSB/HSV181°40.20%78.04%
CMYK40.20%0.50%0.00%
21.96%

Color #77C6C7 in popluar number systems.

HEX77C6C7
Decimal119198199
Binary11101111100011011000111
Octal167306307

Shades and tints

Shades of #77C6C7

#77C6C7
(119,198,199)
#6DB4B5
(109,180,181)
#63A2A3
(99,162,163)
#599091
(89,144,145)
#4F7E7F
(79,126,127)
#456C6D
(69,108,109)
#3B5A5B
(59,90,91)
#314849
(49,72,73)
#273637
(39,54,55)
#1D2425
(29,36,37)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #77C6C7

#77C6C7
(119,198,199)
#83CBCC
(131,203,204)
#8FD0D1
(143,208,209)
#9BD5D6
(155,213,214)
#A7DADB
(167,218,219)
#B3DFE0
(179,223,224)
#BFE4E5
(191,228,229)
#CBE9EA
(203,233,234)
#D7EEEF
(215,238,239)
#E3F3F4
(227,243,244)
#EFF8F9
(239,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77C6C7; }

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

This text font color is #77C6C7.


Background Color

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

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

This div background color is #77C6C7.


Border color

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

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

This div border color is #77C6C7.


Opacity

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

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

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

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

This text has shadow with #77C6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C6C7 on black background.


Color preview on white background

This text has color #77C6C7 on white background.



Black color preview on #77C6C7 background

This text has black color on #77C6C7 background.


White color preview on #77C6C7 background

This text has white color on #77C6C7 background.