COLOR #77D88C

HEX: #77D88C
RGB: (119,216,140)

Renk bilgisi

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

RGB renk modeli

#77D88C color RGB value is (119,216,140).

  • kırmız ton 119;
  • yeşil ton 216;
  • mavi ton 140.
RGB:
(119,216,140)
(47%,85%,55%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 216 of 255 = 85%
B 140 of 255 = 55%

119
216
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 216 + 140 = 475 (100%)
R 119 of 475 ~ 25.05%
G 216 of 475 ~ 45.47%
B 140 of 475 ~ 29.47%

%25.05
%45.47
%29.47

CMYK RENK MODELİ

#77D88C rengi CMYK tonu (45,0,35,15).

  • camgöbeği tonu 44.91%
  • eflatun tonu 0.00%
  • sarı tonu 35.19%
  • ana renk tonu 15.29%
CMYK:
(45,0,35,15)
C45M0Y35K15 
(45%,0%,35%,15%)
(0.45/0.00/0.35/0.15)	

CMYK yüzdeleri

%44.91
%0
%35.19
%15.29

Codes

Color #77D88C in popluar color models

77D88C
RGB119216140
HSL133°55.43%65.69%
HSB/HSV133°44.91%84.71%
CMYK44.91%0.00%35.19%
15.29%

Color #77D88C in popluar number systems.

HEX77D88C
Decimal119216140
Binary11101111101100010001100
Octal167330214

Shades and tints

Shades of #77D88C

#77D88C
(119,216,140)
#6DC580
(109,197,128)
#63B274
(99,178,116)
#599F68
(89,159,104)
#4F8C5C
(79,140,92)
#457950
(69,121,80)
#3B6644
(59,102,68)
#315338
(49,83,56)
#27402C
(39,64,44)
#1D2D20
(29,45,32)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #77D88C

#77D88C
(119,216,140)
#83DB96
(131,219,150)
#8FDEA0
(143,222,160)
#9BE1AA
(155,225,170)
#A7E4B4
(167,228,180)
#B3E7BE
(179,231,190)
#BFEAC8
(191,234,200)
#CBEDD2
(203,237,210)
#D7F0DC
(215,240,220)
#E3F3E6
(227,243,230)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D88C color. Also use rgb(119,216,140) instead hex code.

Text Font Color

.myTextColor { color: #77D88C; }

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

This text font color is #77D88C.


Background Color

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

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

This div background color is #77D88C.


Border color

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

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

This div border color is #77D88C.


Opacity

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

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

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

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

This text has shadow with #77D88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D88C on black background.


Color preview on white background

This text has color #77D88C on white background.



Black color preview on #77D88C background

This text has black color on #77D88C background.


White color preview on #77D88C background

This text has white color on #77D88C background.