COLOR #77A59F

HEX: #77A59F
RGB: (119,165,159)

Renk bilgisi

#77A59F contains red, green and blue colors in about the same proportion. #77A59F ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#77A59F color RGB value is (119,165,159).

  • kırmız ton 119;
  • yeşil ton 165;
  • mavi ton 159.
RGB:
(119,165,159)
(47%,65%,62%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 165 of 255 = 65%
B 159 of 255 = 62%

119
165
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 165 + 159 = 443 (100%)
R 119 of 443 ~ 26.86%
G 165 of 443 ~ 37.25%
B 159 of 443 ~ 35.89%

%26.86
%37.25
%35.89

CMYK RENK MODELİ

#77A59F rengi CMYK tonu (28,0,4,35).

  • camgöbeği tonu 27.88%
  • eflatun tonu 0.00%
  • sarı tonu 3.64%
  • ana renk tonu 35.29%
CMYK:
(28,0,4,35)
C28M0Y4K35 
(28%,0%,4%,35%)
(0.28/0.00/0.04/0.35)	

CMYK yüzdeleri

%27.88
%0
%3.64
%35.29

Codes

Color #77A59F in popluar color models

77A59F
RGB119165159
HSL172°20.35%55.69%
HSB/HSV172°27.88%64.71%
CMYK27.88%0.00%3.64%
35.29%

Color #77A59F in popluar number systems.

HEX77A59F
Decimal119165159
Binary11101111010010110011111
Octal167245237

Shades and tints

Shades of #77A59F

#77A59F
(119,165,159)
#6D9691
(109,150,145)
#638783
(99,135,131)
#597875
(89,120,117)
#4F6967
(79,105,103)
#455A59
(69,90,89)
#3B4B4B
(59,75,75)
#313C3D
(49,60,61)
#272D2F
(39,45,47)
#1D1E21
(29,30,33)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #77A59F

#77A59F
(119,165,159)
#83ADA7
(131,173,167)
#8FB5AF
(143,181,175)
#9BBDB7
(155,189,183)
#A7C5BF
(167,197,191)
#B3CDC7
(179,205,199)
#BFD5CF
(191,213,207)
#CBDDD7
(203,221,215)
#D7E5DF
(215,229,223)
#E3EDE7
(227,237,231)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A59F color. Also use rgb(119,165,159) instead hex code.

Text Font Color

.myTextColor { color: #77A59F; }

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

This text font color is #77A59F.


Background Color

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

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

This div background color is #77A59F.


Border color

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

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

This div border color is #77A59F.


Opacity

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

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

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

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

This text has shadow with #77A59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A59F on black background.


Color preview on white background

This text has color #77A59F on white background.



Black color preview on #77A59F background

This text has black color on #77A59F background.


White color preview on #77A59F background

This text has white color on #77A59F background.