COLOR #77C6A4

HEX: #77C6A4
RGB: (119,198,164)

Renk bilgisi

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

RGB renk modeli

#77C6A4 color RGB value is (119,198,164).

  • kırmız ton 119;
  • yeşil ton 198;
  • mavi ton 164.
RGB:
(119,198,164)
(47%,78%,64%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 198 of 255 = 78%
B 164 of 255 = 64%

119
198
164

R + G + B ~ 63%. #77C6A4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 198 + 164 = 481 (100%)
R 119 of 481 ~ 24.74%
G 198 of 481 ~ 41.16%
B 164 of 481 ~ 34.1%

%24.74
%41.16
%34.1

CMYK RENK MODELİ

#77C6A4 rengi CMYK tonu (40,0,17,22).

  • camgöbeği tonu 39.90%
  • eflatun tonu 0.00%
  • sarı tonu 17.17%
  • ana renk tonu 22.35%
CMYK:
(40,0,17,22)
C40M0Y17K22 
(40%,0%,17%,22%)
(0.40/0.00/0.17/0.22)	

CMYK yüzdeleri

%39.9
%0
%17.17
%22.35

Codes

Color #77C6A4 in popluar color models

77C6A4
RGB119198164
HSL154°40.93%62.16%
HSB/HSV154°39.90%77.65%
CMYK39.90%0.00%17.17%
22.35%

Color #77C6A4 in popluar number systems.

HEX77C6A4
Decimal119198164
Binary11101111100011010100100
Octal167306244

Shades and tints

Shades of #77C6A4

#77C6A4
(119,198,164)
#6DB496
(109,180,150)
#63A288
(99,162,136)
#59907A
(89,144,122)
#4F7E6C
(79,126,108)
#456C5E
(69,108,94)
#3B5A50
(59,90,80)
#314842
(49,72,66)
#273634
(39,54,52)
#1D2426
(29,36,38)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #77C6A4

#77C6A4
(119,198,164)
#83CBAC
(131,203,172)
#8FD0B4
(143,208,180)
#9BD5BC
(155,213,188)
#A7DAC4
(167,218,196)
#B3DFCC
(179,223,204)
#BFE4D4
(191,228,212)
#CBE9DC
(203,233,220)
#D7EEE4
(215,238,228)
#E3F3EC
(227,243,236)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77C6A4; }

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

This text font color is #77C6A4.


Background Color

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

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

This div background color is #77C6A4.


Border color

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

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

This div border color is #77C6A4.


Opacity

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

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

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

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

This text has shadow with #77C6A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C6A4 on black background.


Color preview on white background

This text has color #77C6A4 on white background.



Black color preview on #77C6A4 background

This text has black color on #77C6A4 background.


White color preview on #77C6A4 background

This text has white color on #77C6A4 background.