COLOR #77B686

HEX: #77B686
RGB: (119,182,134)

Renk bilgisi

#77B686 contains mainly green and blue colors. #77B686 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#77B686 color RGB value is (119,182,134).

  • kırmız ton 119;
  • yeşil ton 182;
  • mavi ton 134.
RGB:
(119,182,134)
(47%,71%,53%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 182 of 255 = 71%
B 134 of 255 = 53%

119
182
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 182 + 134 = 435 (100%)
R 119 of 435 ~ 27.36%
G 182 of 435 ~ 41.84%
B 134 of 435 ~ 30.8%

%27.36
%41.84
%30.8

CMYK RENK MODELİ

#77B686 rengi CMYK tonu (35,0,26,29).

  • camgöbeği tonu 34.62%
  • eflatun tonu 0.00%
  • sarı tonu 26.37%
  • ana renk tonu 28.63%
CMYK:
(35,0,26,29)
C35M0Y26K29 
(35%,0%,26%,29%)
(0.35/0.00/0.26/0.29)	

CMYK yüzdeleri

%34.62
%0
%26.37
%28.63

Codes

Color #77B686 in popluar color models

77B686
RGB119182134
HSL134°30.14%59.02%
HSB/HSV134°34.62%71.37%
CMYK34.62%0.00%26.37%
28.63%

Color #77B686 in popluar number systems.

HEX77B686
Decimal119182134
Binary11101111011011010000110
Octal167266206

Shades and tints

Shades of #77B686

#77B686
(119,182,134)
#6DA67A
(109,166,122)
#63966E
(99,150,110)
#598662
(89,134,98)
#4F7656
(79,118,86)
#45664A
(69,102,74)
#3B563E
(59,86,62)
#314632
(49,70,50)
#273626
(39,54,38)
#1D261A
(29,38,26)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #77B686

#77B686
(119,182,134)
#83BC91
(131,188,145)
#8FC29C
(143,194,156)
#9BC8A7
(155,200,167)
#A7CEB2
(167,206,178)
#B3D4BD
(179,212,189)
#BFDAC8
(191,218,200)
#CBE0D3
(203,224,211)
#D7E6DE
(215,230,222)
#E3ECE9
(227,236,233)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B686 color. Also use rgb(119,182,134) instead hex code.

Text Font Color

.myTextColor { color: #77B686; }

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

This text font color is #77B686.


Background Color

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

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

This div background color is #77B686.


Border color

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

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

This div border color is #77B686.


Opacity

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

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

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

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

This text has shadow with #77B686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B686 on black background.


Color preview on white background

This text has color #77B686 on white background.



Black color preview on #77B686 background

This text has black color on #77B686 background.


White color preview on #77B686 background

This text has white color on #77B686 background.