COLOR #77C2AD

HEX: #77C2AD
RGB: (119,194,173)

Renk bilgisi

#77C2AD contains mainly green and blue colors. #77C2AD ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#77C2AD color RGB value is (119,194,173).

  • kırmız ton 119;
  • yeşil ton 194;
  • mavi ton 173.
RGB:
(119,194,173)
(47%,76%,68%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 194 of 255 = 76%
B 173 of 255 = 68%

119
194
173

R + G + B ~ 64%. #77C2AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 194 + 173 = 486 (100%)
R 119 of 486 ~ 24.49%
G 194 of 486 ~ 39.92%
B 173 of 486 ~ 35.6%

%24.49
%39.92
%35.6

CMYK RENK MODELİ

#77C2AD rengi CMYK tonu (39,0,11,24).

  • camgöbeği tonu 38.66%
  • eflatun tonu 0.00%
  • sarı tonu 10.82%
  • ana renk tonu 23.92%
CMYK:
(39,0,11,24)
C39M0Y11K24 
(39%,0%,11%,24%)
(0.39/0.00/0.11/0.24)	

CMYK yüzdeleri

%38.66
%0
%10.82
%23.92

Codes

Color #77C2AD in popluar color models

77C2AD
RGB119194173
HSL163°38.07%61.37%
HSB/HSV163°38.66%76.08%
CMYK38.66%0.00%10.82%
23.92%

Color #77C2AD in popluar number systems.

HEX77C2AD
Decimal119194173
Binary11101111100001010101101
Octal167302255

Shades and tints

Shades of #77C2AD

#77C2AD
(119,194,173)
#6DB19E
(109,177,158)
#63A08F
(99,160,143)
#598F80
(89,143,128)
#4F7E71
(79,126,113)
#456D62
(69,109,98)
#3B5C53
(59,92,83)
#314B44
(49,75,68)
#273A35
(39,58,53)
#1D2926
(29,41,38)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #77C2AD

#77C2AD
(119,194,173)
#83C7B4
(131,199,180)
#8FCCBB
(143,204,187)
#9BD1C2
(155,209,194)
#A7D6C9
(167,214,201)
#B3DBD0
(179,219,208)
#BFE0D7
(191,224,215)
#CBE5DE
(203,229,222)
#D7EAE5
(215,234,229)
#E3EFEC
(227,239,236)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C2AD color. Also use rgb(119,194,173) instead hex code.

Text Font Color

.myTextColor { color: #77C2AD; }

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

This text font color is #77C2AD.


Background Color

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

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

This div background color is #77C2AD.


Border color

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

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

This div border color is #77C2AD.


Opacity

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

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

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

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

This text has shadow with #77C2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C2AD on black background.


Color preview on white background

This text has color #77C2AD on white background.



Black color preview on #77C2AD background

This text has black color on #77C2AD background.


White color preview on #77C2AD background

This text has white color on #77C2AD background.