COLOR #77D28B

HEX: #77D28B
RGB: (119,210,139)

Renk bilgisi

#77D28B contains mainly green color. #77D28B ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#77D28B color RGB value is (119,210,139).

  • kırmız ton 119;
  • yeşil ton 210;
  • mavi ton 139.
RGB:
(119,210,139)
(47%,82%,55%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 210 of 255 = 82%
B 139 of 255 = 55%

119
210
139

R + G + B ~ 61%. #77D28B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 210 + 139 = 468 (100%)
R 119 of 468 ~ 25.43%
G 210 of 468 ~ 44.87%
B 139 of 468 ~ 29.7%

%25.43
%44.87
%29.7

CMYK RENK MODELİ

#77D28B rengi CMYK tonu (43,0,34,18).

  • camgöbeği tonu 43.33%
  • eflatun tonu 0.00%
  • sarı tonu 33.81%
  • ana renk tonu 17.65%
CMYK:
(43,0,34,18)
C43M0Y34K18 
(43%,0%,34%,18%)
(0.43/0.00/0.34/0.18)	

CMYK yüzdeleri

%43.33
%0
%33.81
%17.65

Codes

Color #77D28B in popluar color models

77D28B
RGB119210139
HSL133°50.28%64.51%
HSB/HSV133°43.33%82.35%
CMYK43.33%0.00%33.81%
17.65%

Color #77D28B in popluar number systems.

HEX77D28B
Decimal119210139
Binary11101111101001010001011
Octal167322213

Shades and tints

Shades of #77D28B

#77D28B
(119,210,139)
#6DBF7F
(109,191,127)
#63AC73
(99,172,115)
#599967
(89,153,103)
#4F865B
(79,134,91)
#45734F
(69,115,79)
#3B6043
(59,96,67)
#314D37
(49,77,55)
#273A2B
(39,58,43)
#1D271F
(29,39,31)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #77D28B

#77D28B
(119,210,139)
#83D695
(131,214,149)
#8FDA9F
(143,218,159)
#9BDEA9
(155,222,169)
#A7E2B3
(167,226,179)
#B3E6BD
(179,230,189)
#BFEAC7
(191,234,199)
#CBEED1
(203,238,209)
#D7F2DB
(215,242,219)
#E3F6E5
(227,246,229)
#EFFAEF
(239,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D28B color. Also use rgb(119,210,139) instead hex code.

Text Font Color

.myTextColor { color: #77D28B; }

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

This text font color is #77D28B.


Background Color

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

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

This div background color is #77D28B.


Border color

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

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

This div border color is #77D28B.


Opacity

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

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

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

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

This text has shadow with #77D28B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D28B on black background.


Color preview on white background

This text has color #77D28B on white background.



Black color preview on #77D28B background

This text has black color on #77D28B background.


White color preview on #77D28B background

This text has white color on #77D28B background.