COLOR #77BB7E

HEX: #77BB7E
RGB: (119,187,126)

Renk bilgisi

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

RGB renk modeli

#77BB7E color RGB value is (119,187,126).

  • kırmız ton 119;
  • yeşil ton 187;
  • mavi ton 126.
RGB:
(119,187,126)
(47%,73%,49%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 187 of 255 = 73%
B 126 of 255 = 49%

119
187
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 187 + 126 = 432 (100%)
R 119 of 432 ~ 27.55%
G 187 of 432 ~ 43.29%
B 126 of 432 ~ 29.17%

%27.55
%43.29
%29.17

CMYK RENK MODELİ

#77BB7E rengi CMYK tonu (36,0,33,27).

  • camgöbeği tonu 36.36%
  • eflatun tonu 0.00%
  • sarı tonu 32.62%
  • ana renk tonu 26.67%
CMYK:
(36,0,33,27)
C36M0Y33K27 
(36%,0%,33%,27%)
(0.36/0.00/0.33/0.27)	

CMYK yüzdeleri

%36.36
%0
%32.62
%26.67

Codes

Color #77BB7E in popluar color models

77BB7E
RGB119187126
HSL126°33.33%60.00%
HSB/HSV126°36.36%73.33%
CMYK36.36%0.00%32.62%
26.67%

Color #77BB7E in popluar number systems.

HEX77BB7E
Decimal119187126
Binary1110111101110111111110
Octal167273176

Shades and tints

Shades of #77BB7E

#77BB7E
(119,187,126)
#6DAA73
(109,170,115)
#639968
(99,153,104)
#59885D
(89,136,93)
#4F7752
(79,119,82)
#456647
(69,102,71)
#3B553C
(59,85,60)
#314431
(49,68,49)
#273326
(39,51,38)
#1D221B
(29,34,27)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #77BB7E

#77BB7E
(119,187,126)
#83C189
(131,193,137)
#8FC794
(143,199,148)
#9BCD9F
(155,205,159)
#A7D3AA
(167,211,170)
#B3D9B5
(179,217,181)
#BFDFC0
(191,223,192)
#CBE5CB
(203,229,203)
#D7EBD6
(215,235,214)
#E3F1E1
(227,241,225)
#EFF7EC
(239,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77BB7E color. Also use rgb(119,187,126) instead hex code.

Text Font Color

.myTextColor { color: #77BB7E; }

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

This text font color is #77BB7E.


Background Color

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

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

This div background color is #77BB7E.


Border color

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

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

This div border color is #77BB7E.


Opacity

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

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

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

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

This text has shadow with #77BB7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77BB7E on black background.


Color preview on white background

This text has color #77BB7E on white background.



Black color preview on #77BB7E background

This text has black color on #77BB7E background.


White color preview on #77BB7E background

This text has white color on #77BB7E background.