COLOR #77B699

HEX: #77B699
RGB: (119,182,153)

Renk bilgisi

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

RGB renk modeli

#77B699 color RGB value is (119,182,153).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 182 of 255 = 71%
B 153 of 255 = 60%

119
182
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 182 + 153 = 454 (100%)
R 119 of 454 ~ 26.21%
G 182 of 454 ~ 40.09%
B 153 of 454 ~ 33.7%

%26.21
%40.09
%33.7

CMYK RENK MODELİ

#77B699 rengi CMYK tonu (35,0,16,29).

  • camgöbeği tonu 34.62%
  • eflatun tonu 0.00%
  • sarı tonu 15.93%
  • ana renk tonu 28.63%
CMYK:
(35,0,16,29)
C35M0Y16K29 
(35%,0%,16%,29%)
(0.35/0.00/0.16/0.29)	

CMYK yüzdeleri

%34.62
%0
%15.93
%28.63

Codes

Color #77B699 in popluar color models

77B699
RGB119182153
HSL152°30.14%59.02%
HSB/HSV152°34.62%71.37%
CMYK34.62%0.00%15.93%
28.63%

Color #77B699 in popluar number systems.

HEX77B699
Decimal119182153
Binary11101111011011010011001
Octal167266231

Shades and tints

Shades of #77B699

#77B699
(119,182,153)
#6DA68C
(109,166,140)
#63967F
(99,150,127)
#598672
(89,134,114)
#4F7665
(79,118,101)
#456658
(69,102,88)
#3B564B
(59,86,75)
#31463E
(49,70,62)
#273631
(39,54,49)
#1D2624
(29,38,36)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #77B699

#77B699
(119,182,153)
#83BCA2
(131,188,162)
#8FC2AB
(143,194,171)
#9BC8B4
(155,200,180)
#A7CEBD
(167,206,189)
#B3D4C6
(179,212,198)
#BFDACF
(191,218,207)
#CBE0D8
(203,224,216)
#D7E6E1
(215,230,225)
#E3ECEA
(227,236,234)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B699; }

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

This text font color is #77B699.


Background Color

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

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

This div background color is #77B699.


Border color

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

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

This div border color is #77B699.


Opacity

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

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

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

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

This text has shadow with #77B699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B699 on black background.


Color preview on white background

This text has color #77B699 on white background.



Black color preview on #77B699 background

This text has black color on #77B699 background.


White color preview on #77B699 background

This text has white color on #77B699 background.