COLOR #77A77C

HEX: #77A77C
RGB: (119,167,124)

Renk bilgisi

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

RGB renk modeli

#77A77C color RGB value is (119,167,124).

  • kırmız ton 119;
  • yeşil ton 167;
  • mavi ton 124.
RGB:
(119,167,124)
(47%,65%,49%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 167 of 255 = 65%
B 124 of 255 = 49%

119
167
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 167 + 124 = 410 (100%)
R 119 of 410 ~ 29.02%
G 167 of 410 ~ 40.73%
B 124 of 410 ~ 30.24%

%29.02
%40.73
%30.24

CMYK RENK MODELİ

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

  • camgöbeği tonu 28.74%
  • eflatun tonu 0.00%
  • sarı tonu 25.75%
  • ana renk tonu 34.51%
CMYK:
(29,0,26,35)
C29M0Y26K35 
(29%,0%,26%,35%)
(0.29/0.00/0.26/0.35)	

CMYK yüzdeleri

%28.74
%0
%25.75
%34.51

Codes

Color #77A77C in popluar color models

77A77C
RGB119167124
HSL126°21.43%56.08%
HSB/HSV126°28.74%65.49%
CMYK28.74%0.00%25.75%
34.51%

Color #77A77C in popluar number systems.

HEX77A77C
Decimal119167124
Binary1110111101001111111100
Octal167247174

Shades and tints

Shades of #77A77C

#77A77C
(119,167,124)
#6D9871
(109,152,113)
#638966
(99,137,102)
#597A5B
(89,122,91)
#4F6B50
(79,107,80)
#455C45
(69,92,69)
#3B4D3A
(59,77,58)
#313E2F
(49,62,47)
#272F24
(39,47,36)
#1D2019
(29,32,25)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #77A77C

#77A77C
(119,167,124)
#83AF87
(131,175,135)
#8FB792
(143,183,146)
#9BBF9D
(155,191,157)
#A7C7A8
(167,199,168)
#B3CFB3
(179,207,179)
#BFD7BE
(191,215,190)
#CBDFC9
(203,223,201)
#D7E7D4
(215,231,212)
#E3EFDF
(227,239,223)
#EFF7EA
(239,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A77C color. Also use rgb(119,167,124) instead hex code.

Text Font Color

.myTextColor { color: #77A77C; }

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

This text font color is #77A77C.


Background Color

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

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

This div background color is #77A77C.


Border color

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

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

This div border color is #77A77C.


Opacity

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

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

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

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

This text has shadow with #77A77C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A77C on black background.


Color preview on white background

This text has color #77A77C on white background.



Black color preview on #77A77C background

This text has black color on #77A77C background.


White color preview on #77A77C background

This text has white color on #77A77C background.