COLOR #77CB7F

HEX: #77CB7F
RGB: (119,203,127)

Renk bilgisi

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

RGB renk modeli

#77CB7F color RGB value is (119,203,127).

  • kırmız ton 119;
  • yeşil ton 203;
  • mavi ton 127.
RGB:
(119,203,127)
(47%,80%,50%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 203 of 255 = 80%
B 127 of 255 = 50%

119
203
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 203 + 127 = 449 (100%)
R 119 of 449 ~ 26.5%
G 203 of 449 ~ 45.21%
B 127 of 449 ~ 28.29%

%26.5
%45.21
%28.29

CMYK RENK MODELİ

#77CB7F rengi CMYK tonu (41,0,37,20).

  • camgöbeği tonu 41.38%
  • eflatun tonu 0.00%
  • sarı tonu 37.44%
  • ana renk tonu 20.39%
CMYK:
(41,0,37,20)
C41M0Y37K20 
(41%,0%,37%,20%)
(0.41/0.00/0.37/0.20)	

CMYK yüzdeleri

%41.38
%0
%37.44
%20.39

Codes

Color #77CB7F in popluar color models

77CB7F
RGB119203127
HSL126°44.68%63.14%
HSB/HSV126°41.38%79.61%
CMYK41.38%0.00%37.44%
20.39%

Color #77CB7F in popluar number systems.

HEX77CB7F
Decimal119203127
Binary1110111110010111111111
Octal167313177

Shades and tints

Shades of #77CB7F

#77CB7F
(119,203,127)
#6DB974
(109,185,116)
#63A769
(99,167,105)
#59955E
(89,149,94)
#4F8353
(79,131,83)
#457148
(69,113,72)
#3B5F3D
(59,95,61)
#314D32
(49,77,50)
#273B27
(39,59,39)
#1D291C
(29,41,28)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #77CB7F

#77CB7F
(119,203,127)
#83CF8A
(131,207,138)
#8FD395
(143,211,149)
#9BD7A0
(155,215,160)
#A7DBAB
(167,219,171)
#B3DFB6
(179,223,182)
#BFE3C1
(191,227,193)
#CBE7CC
(203,231,204)
#D7EBD7
(215,235,215)
#E3EFE2
(227,239,226)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77CB7F color. Also use rgb(119,203,127) instead hex code.

Text Font Color

.myTextColor { color: #77CB7F; }

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

This text font color is #77CB7F.


Background Color

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

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

This div background color is #77CB7F.


Border color

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

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

This div border color is #77CB7F.


Opacity

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

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

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

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

This text has shadow with #77CB7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77CB7F on black background.


Color preview on white background

This text has color #77CB7F on white background.



Black color preview on #77CB7F background

This text has black color on #77CB7F background.


White color preview on #77CB7F background

This text has white color on #77CB7F background.