COLOR #77C79D

HEX: #77C79D
RGB: (119,199,157)

Renk bilgisi

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

RGB renk modeli

#77C79D color RGB value is (119,199,157).

  • kırmız ton 119;
  • yeşil ton 199;
  • mavi ton 157.
RGB:
(119,199,157)
(47%,78%,62%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 199 of 255 = 78%
B 157 of 255 = 62%

119
199
157

R + G + B ~ 62%. #77C79D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 199 + 157 = 475 (100%)
R 119 of 475 ~ 25.05%
G 199 of 475 ~ 41.89%
B 157 of 475 ~ 33.05%

%25.05
%41.89
%33.05

CMYK RENK MODELİ

#77C79D rengi CMYK tonu (40,0,21,22).

  • camgöbeği tonu 40.20%
  • eflatun tonu 0.00%
  • sarı tonu 21.11%
  • ana renk tonu 21.96%
CMYK:
(40,0,21,22)
C40M0Y21K22 
(40%,0%,21%,22%)
(0.40/0.00/0.21/0.22)	

CMYK yüzdeleri

%40.2
%0
%21.11
%21.96

Codes

Color #77C79D in popluar color models

77C79D
RGB119199157
HSL149°41.67%62.35%
HSB/HSV149°40.20%78.04%
CMYK40.20%0.00%21.11%
21.96%

Color #77C79D in popluar number systems.

HEX77C79D
Decimal119199157
Binary11101111100011110011101
Octal167307235

Shades and tints

Shades of #77C79D

#77C79D
(119,199,157)
#6DB58F
(109,181,143)
#63A381
(99,163,129)
#599173
(89,145,115)
#4F7F65
(79,127,101)
#456D57
(69,109,87)
#3B5B49
(59,91,73)
#31493B
(49,73,59)
#27372D
(39,55,45)
#1D251F
(29,37,31)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #77C79D

#77C79D
(119,199,157)
#83CCA5
(131,204,165)
#8FD1AD
(143,209,173)
#9BD6B5
(155,214,181)
#A7DBBD
(167,219,189)
#B3E0C5
(179,224,197)
#BFE5CD
(191,229,205)
#CBEAD5
(203,234,213)
#D7EFDD
(215,239,221)
#E3F4E5
(227,244,229)
#EFF9ED
(239,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77C79D; }

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

This text font color is #77C79D.


Background Color

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

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

This div background color is #77C79D.


Border color

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

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

This div border color is #77C79D.


Opacity

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

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

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

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

This text has shadow with #77C79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C79D on black background.


Color preview on white background

This text has color #77C79D on white background.



Black color preview on #77C79D background

This text has black color on #77C79D background.


White color preview on #77C79D background

This text has white color on #77C79D background.