COLOR #77CC8B

HEX: #77CC8B
RGB: (119,204,139)

Renk bilgisi

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

RGB renk modeli

#77CC8B color RGB value is (119,204,139).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 204 of 255 = 80%
B 139 of 255 = 55%

119
204
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 204 + 139 = 462 (100%)
R 119 of 462 ~ 25.76%
G 204 of 462 ~ 44.16%
B 139 of 462 ~ 30.09%

%25.76
%44.16
%30.09

CMYK RENK MODELİ

#77CC8B rengi CMYK tonu (42,0,32,20).

  • camgöbeği tonu 41.67%
  • eflatun tonu 0.00%
  • sarı tonu 31.86%
  • ana renk tonu 20.00%
CMYK:
(42,0,32,20)
C42M0Y32K20 
(42%,0%,32%,20%)
(0.42/0.00/0.32/0.20)	

CMYK yüzdeleri

%41.67
%0
%31.86
%20

Codes

Color #77CC8B in popluar color models

77CC8B
RGB119204139
HSL134°45.45%63.33%
HSB/HSV134°41.67%80.00%
CMYK41.67%0.00%31.86%
20.00%

Color #77CC8B in popluar number systems.

HEX77CC8B
Decimal119204139
Binary11101111100110010001011
Octal167314213

Shades and tints

Shades of #77CC8B

#77CC8B
(119,204,139)
#6DBA7F
(109,186,127)
#63A873
(99,168,115)
#599667
(89,150,103)
#4F845B
(79,132,91)
#45724F
(69,114,79)
#3B6043
(59,96,67)
#314E37
(49,78,55)
#273C2B
(39,60,43)
#1D2A1F
(29,42,31)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #77CC8B

#77CC8B
(119,204,139)
#83D095
(131,208,149)
#8FD49F
(143,212,159)
#9BD8A9
(155,216,169)
#A7DCB3
(167,220,179)
#B3E0BD
(179,224,189)
#BFE4C7
(191,228,199)
#CBE8D1
(203,232,209)
#D7ECDB
(215,236,219)
#E3F0E5
(227,240,229)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77CC8B; }

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

This text font color is #77CC8B.


Background Color

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

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

This div background color is #77CC8B.


Border color

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

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

This div border color is #77CC8B.


Opacity

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

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

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

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

This text has shadow with #77CC8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77CC8B on black background.


Color preview on white background

This text has color #77CC8B on white background.



Black color preview on #77CC8B background

This text has black color on #77CC8B background.


White color preview on #77CC8B background

This text has white color on #77CC8B background.