COLOR #77C1C0

HEX: #77C1C0
RGB: (119,193,192)

Color info

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

RGB color model

#77C1C0 color RGB value is (119,193,192).

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

RGB channels and saturation

R 119 of 255 = 47%
G 193 of 255 = 76%
B 192 of 255 = 75%

119
193
192

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

Portions of RGB colors in percentages

R + G + B =
119 + 193 + 192 = 504 (100%)
R 119 of 504 ~ 23.61%
G 193 of 504 ~ 38.29%
B 192 of 504 ~ 38.1%

%23.61
%38.29
%38.1

CMYK color model

#77C1C0 color CMYK value is (38,0,1,24).

  • cyan value is 38.34%
  • magenta value is 0.00%
  • yellow value is 0.52%
  • key color value is 24.31%
CMYK:
(38,0,1,24)
C38M0Y1K24 
(38%,0%,1%,24%)
(0.38/0.00/0.01/0.24)	

CMYK percentages

%38.34
%0
%0.52
%24.31

Codes

Color #77C1C0 in popluar color models

77C1C0
RGB119193192
HSL179°37.37%61.18%
HSB/HSV179°38.34%75.69%
CMYK38.34%0.00%0.52%
24.31%

Color #77C1C0 in popluar number systems.

HEX77C1C0
Decimal119193192
Binary11101111100000111000000
Octal167301300

Shades and tints

Shades of #77C1C0

#77C1C0
(119,193,192)
#6DB0AF
(109,176,175)
#639F9E
(99,159,158)
#598E8D
(89,142,141)
#4F7D7C
(79,125,124)
#456C6B
(69,108,107)
#3B5B5A
(59,91,90)
#314A49
(49,74,73)
#273938
(39,57,56)
#1D2827
(29,40,39)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #77C1C0

#77C1C0
(119,193,192)
#83C6C5
(131,198,197)
#8FCBCA
(143,203,202)
#9BD0CF
(155,208,207)
#A7D5D4
(167,213,212)
#B3DAD9
(179,218,217)
#BFDFDE
(191,223,222)
#CBE4E3
(203,228,227)
#D7E9E8
(215,233,232)
#E3EEED
(227,238,237)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77C1C0; }

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

This text font color is #77C1C0.


Background Color

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

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

This div background color is #77C1C0.


Border color

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

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

This div border color is #77C1C0.


Opacity

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

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

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

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

This text has shadow with #77C1C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C1C0 on black background.


Color preview on white background

This text has color #77C1C0 on white background.



Black color preview on #77C1C0 background

This text has black color on #77C1C0 background.


White color preview on #77C1C0 background

This text has white color on #77C1C0 background.