COLOR #77A587

HEX: #77A587
RGB: (119,165,135)

Renk bilgisi

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

RGB renk modeli

#77A587 color RGB value is (119,165,135).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 165 of 255 = 65%
B 135 of 255 = 53%

119
165
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 165 + 135 = 419 (100%)
R 119 of 419 ~ 28.4%
G 165 of 419 ~ 39.38%
B 135 of 419 ~ 32.22%

%28.4
%39.38
%32.22

CMYK RENK MODELİ

#77A587 rengi CMYK tonu (28,0,18,35).

  • camgöbeği tonu 27.88%
  • eflatun tonu 0.00%
  • sarı tonu 18.18%
  • ana renk tonu 35.29%
CMYK:
(28,0,18,35)
C28M0Y18K35 
(28%,0%,18%,35%)
(0.28/0.00/0.18/0.35)	

CMYK yüzdeleri

%27.88
%0
%18.18
%35.29

Codes

Color #77A587 in popluar color models

77A587
RGB119165135
HSL141°20.35%55.69%
HSB/HSV141°27.88%64.71%
CMYK27.88%0.00%18.18%
35.29%

Color #77A587 in popluar number systems.

HEX77A587
Decimal119165135
Binary11101111010010110000111
Octal167245207

Shades and tints

Shades of #77A587

#77A587
(119,165,135)
#6D967B
(109,150,123)
#63876F
(99,135,111)
#597863
(89,120,99)
#4F6957
(79,105,87)
#455A4B
(69,90,75)
#3B4B3F
(59,75,63)
#313C33
(49,60,51)
#272D27
(39,45,39)
#1D1E1B
(29,30,27)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #77A587

#77A587
(119,165,135)
#83AD91
(131,173,145)
#8FB59B
(143,181,155)
#9BBDA5
(155,189,165)
#A7C5AF
(167,197,175)
#B3CDB9
(179,205,185)
#BFD5C3
(191,213,195)
#CBDDCD
(203,221,205)
#D7E5D7
(215,229,215)
#E3EDE1
(227,237,225)
#EFF5EB
(239,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A587; }

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

This text font color is #77A587.


Background Color

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

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

This div background color is #77A587.


Border color

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

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

This div border color is #77A587.


Opacity

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

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

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

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

This text has shadow with #77A587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A587 on black background.


Color preview on white background

This text has color #77A587 on white background.



Black color preview on #77A587 background

This text has black color on #77A587 background.


White color preview on #77A587 background

This text has white color on #77A587 background.