COLOR #77C578

HEX: #77C578
RGB: (119,197,120)

Renk bilgisi

#77C578 contains mainly green color. #77C578 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#77C578 color RGB value is (119,197,120).

  • kırmız ton 119;
  • yeşil ton 197;
  • mavi ton 120.
RGB:
(119,197,120)
(47%,77%,47%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 197 of 255 = 77%
B 120 of 255 = 47%

119
197
120

R + G + B ~ 57%. #77C578 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 197 + 120 = 436 (100%)
R 119 of 436 ~ 27.29%
G 197 of 436 ~ 45.18%
B 120 of 436 ~ 27.52%

%27.29
%45.18
%27.52

CMYK RENK MODELİ

#77C578 rengi CMYK tonu (40,0,39,23).

  • camgöbeği tonu 39.59%
  • eflatun tonu 0.00%
  • sarı tonu 39.09%
  • ana renk tonu 22.75%
CMYK:
(40,0,39,23)
C40M0Y39K23 
(40%,0%,39%,23%)
(0.40/0.00/0.39/0.23)	

CMYK yüzdeleri

%39.59
%0
%39.09
%22.75

Codes

Color #77C578 in popluar color models

77C578
RGB119197120
HSL121°40.21%61.96%
HSB/HSV121°39.59%77.25%
CMYK39.59%0.00%39.09%
22.75%

Color #77C578 in popluar number systems.

HEX77C578
Decimal119197120
Binary1110111110001011111000
Octal167305170

Shades and tints

Shades of #77C578

#77C578
(119,197,120)
#6DB46E
(109,180,110)
#63A364
(99,163,100)
#59925A
(89,146,90)
#4F8150
(79,129,80)
#457046
(69,112,70)
#3B5F3C
(59,95,60)
#314E32
(49,78,50)
#273D28
(39,61,40)
#1D2C1E
(29,44,30)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #77C578

#77C578
(119,197,120)
#83CA84
(131,202,132)
#8FCF90
(143,207,144)
#9BD49C
(155,212,156)
#A7D9A8
(167,217,168)
#B3DEB4
(179,222,180)
#BFE3C0
(191,227,192)
#CBE8CC
(203,232,204)
#D7EDD8
(215,237,216)
#E3F2E4
(227,242,228)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C578 color. Also use rgb(119,197,120) instead hex code.

Text Font Color

.myTextColor { color: #77C578; }

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

This text font color is #77C578.


Background Color

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

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

This div background color is #77C578.


Border color

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

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

This div border color is #77C578.


Opacity

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

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

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

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

This text has shadow with #77C578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C578 on black background.


Color preview on white background

This text has color #77C578 on white background.



Black color preview on #77C578 background

This text has black color on #77C578 background.


White color preview on #77C578 background

This text has white color on #77C578 background.