COLOR #77A857

HEX: #77A857
RGB: (119,168,87)

Renk bilgisi

#77A857 contains mainly red and green colors. #77A857 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#77A857 color RGB value is (119,168,87).

  • kırmız ton 119;
  • yeşil ton 168;
  • mavi ton 87.
RGB:
(119,168,87)
(47%,66%,34%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 168 of 255 = 66%
B 87 of 255 = 34%

119
168
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 168 + 87 = 374 (100%)
R 119 of 374 ~ 31.82%
G 168 of 374 ~ 44.92%
B 87 of 374 ~ 23.26%

%31.82
%44.92
%23.26

CMYK RENK MODELİ

#77A857 rengi CMYK tonu (29,0,48,34).

  • camgöbeği tonu 29.17%
  • eflatun tonu 0.00%
  • sarı tonu 48.21%
  • ana renk tonu 34.12%
CMYK:
(29,0,48,34)
C29M0Y48K34 
(29%,0%,48%,34%)
(0.29/0.00/0.48/0.34)	

CMYK yüzdeleri

%29.17
%0
%48.21
%34.12

Codes

Color #77A857 in popluar color models

77A857
RGB11916887
HSL96°31.76%50.00%
HSB/HSV96°48.21%65.88%
CMYK29.17%0.00%48.21%
34.12%

Color #77A857 in popluar number systems.

HEX77A857
Decimal11916887
Binary1110111101010001010111
Octal167250127

Shades and tints

Shades of #77A857

#77A857
(119,168,87)
#6D9950
(109,153,80)
#638A49
(99,138,73)
#597B42
(89,123,66)
#4F6C3B
(79,108,59)
#455D34
(69,93,52)
#3B4E2D
(59,78,45)
#313F26
(49,63,38)
#27301F
(39,48,31)
#1D2118
(29,33,24)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #77A857

#77A857
(119,168,87)
#83AF66
(131,175,102)
#8FB675
(143,182,117)
#9BBD84
(155,189,132)
#A7C493
(167,196,147)
#B3CBA2
(179,203,162)
#BFD2B1
(191,210,177)
#CBD9C0
(203,217,192)
#D7E0CF
(215,224,207)
#E3E7DE
(227,231,222)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A857 color. Also use rgb(119,168,87) instead hex code.

Text Font Color

.myTextColor { color: #77A857; }

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

This text font color is #77A857.


Background Color

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

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

This div background color is #77A857.


Border color

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

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

This div border color is #77A857.


Opacity

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

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

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

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

This text has shadow with #77A857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A857 on black background.


Color preview on white background

This text has color #77A857 on white background.



Black color preview on #77A857 background

This text has black color on #77A857 background.


White color preview on #77A857 background

This text has white color on #77A857 background.