COLOR #77C77B

HEX: #77C77B
RGB: (119,199,123)

Renk bilgisi

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

RGB renk modeli

#77C77B color RGB value is (119,199,123).

  • kırmız ton 119;
  • yeşil ton 199;
  • mavi ton 123.
RGB:
(119,199,123)
(47%,78%,48%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 199 of 255 = 78%
B 123 of 255 = 48%

119
199
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 199 + 123 = 441 (100%)
R 119 of 441 ~ 26.98%
G 199 of 441 ~ 45.12%
B 123 of 441 ~ 27.89%

%26.98
%45.12
%27.89

CMYK RENK MODELİ

#77C77B rengi CMYK tonu (40,0,38,22).

  • camgöbeği tonu 40.20%
  • eflatun tonu 0.00%
  • sarı tonu 38.19%
  • ana renk tonu 21.96%
CMYK:
(40,0,38,22)
C40M0Y38K22 
(40%,0%,38%,22%)
(0.40/0.00/0.38/0.22)	

CMYK yüzdeleri

%40.2
%0
%38.19
%21.96

Codes

Color #77C77B in popluar color models

77C77B
RGB119199123
HSL123°41.67%62.35%
HSB/HSV123°40.20%78.04%
CMYK40.20%0.00%38.19%
21.96%

Color #77C77B in popluar number systems.

HEX77C77B
Decimal119199123
Binary1110111110001111111011
Octal167307173

Shades and tints

Shades of #77C77B

#77C77B
(119,199,123)
#6DB570
(109,181,112)
#63A365
(99,163,101)
#59915A
(89,145,90)
#4F7F4F
(79,127,79)
#456D44
(69,109,68)
#3B5B39
(59,91,57)
#31492E
(49,73,46)
#273723
(39,55,35)
#1D2518
(29,37,24)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #77C77B

#77C77B
(119,199,123)
#83CC87
(131,204,135)
#8FD193
(143,209,147)
#9BD69F
(155,214,159)
#A7DBAB
(167,219,171)
#B3E0B7
(179,224,183)
#BFE5C3
(191,229,195)
#CBEACF
(203,234,207)
#D7EFDB
(215,239,219)
#E3F4E7
(227,244,231)
#EFF9F3
(239,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C77B color. Also use rgb(119,199,123) instead hex code.

Text Font Color

.myTextColor { color: #77C77B; }

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

This text font color is #77C77B.


Background Color

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

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

This div background color is #77C77B.


Border color

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

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

This div border color is #77C77B.


Opacity

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

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

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

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

This text has shadow with #77C77B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C77B on black background.


Color preview on white background

This text has color #77C77B on white background.



Black color preview on #77C77B background

This text has black color on #77C77B background.


White color preview on #77C77B background

This text has white color on #77C77B background.