COLOR #77C272

HEX: #77C272
RGB: (119,194,114)

Renk bilgisi

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

RGB renk modeli

#77C272 color RGB value is (119,194,114).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 194 of 255 = 76%
B 114 of 255 = 45%

119
194
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 194 + 114 = 427 (100%)
R 119 of 427 ~ 27.87%
G 194 of 427 ~ 45.43%
B 114 of 427 ~ 26.7%

%27.87
%45.43
%26.7

CMYK RENK MODELİ

#77C272 rengi CMYK tonu (39,0,41,24).

  • camgöbeği tonu 38.66%
  • eflatun tonu 0.00%
  • sarı tonu 41.24%
  • ana renk tonu 23.92%
CMYK:
(39,0,41,24)
C39M0Y41K24 
(39%,0%,41%,24%)
(0.39/0.00/0.41/0.24)	

CMYK yüzdeleri

%38.66
%0
%41.24
%23.92

Codes

Color #77C272 in popluar color models

77C272
RGB119194114
HSL116°39.60%60.39%
HSB/HSV116°41.24%76.08%
CMYK38.66%0.00%41.24%
23.92%

Color #77C272 in popluar number systems.

HEX77C272
Decimal119194114
Binary1110111110000101110010
Octal167302162

Shades and tints

Shades of #77C272

#77C272
(119,194,114)
#6DB168
(109,177,104)
#63A05E
(99,160,94)
#598F54
(89,143,84)
#4F7E4A
(79,126,74)
#456D40
(69,109,64)
#3B5C36
(59,92,54)
#314B2C
(49,75,44)
#273A22
(39,58,34)
#1D2918
(29,41,24)
#13180E
(19,24,14)
#000000
(0,0,0)

Tints of #77C272

#77C272
(119,194,114)
#83C77E
(131,199,126)
#8FCC8A
(143,204,138)
#9BD196
(155,209,150)
#A7D6A2
(167,214,162)
#B3DBAE
(179,219,174)
#BFE0BA
(191,224,186)
#CBE5C6
(203,229,198)
#D7EAD2
(215,234,210)
#E3EFDE
(227,239,222)
#EFF4EA
(239,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77C272; }

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

This text font color is #77C272.


Background Color

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

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

This div background color is #77C272.


Border color

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

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

This div border color is #77C272.


Opacity

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

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

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

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

This text has shadow with #77C272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C272 on black background.


Color preview on white background

This text has color #77C272 on white background.



Black color preview on #77C272 background

This text has black color on #77C272 background.


White color preview on #77C272 background

This text has white color on #77C272 background.