COLOR #77A55A

HEX: #77A55A
RGB: (119,165,90)

Renk bilgisi

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

RGB renk modeli

#77A55A color RGB value is (119,165,90).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 165 of 255 = 65%
B 90 of 255 = 35%

119
165
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 165 + 90 = 374 (100%)
R 119 of 374 ~ 31.82%
G 165 of 374 ~ 44.12%
B 90 of 374 ~ 24.06%

%31.82
%44.12
%24.06

CMYK RENK MODELİ

#77A55A rengi CMYK tonu (28,0,45,35).

  • camgöbeği tonu 27.88%
  • eflatun tonu 0.00%
  • sarı tonu 45.45%
  • ana renk tonu 35.29%
CMYK:
(28,0,45,35)
C28M0Y45K35 
(28%,0%,45%,35%)
(0.28/0.00/0.45/0.35)	

CMYK yüzdeleri

%27.88
%0
%45.45
%35.29

Codes

Color #77A55A in popluar color models

77A55A
RGB11916590
HSL97°29.41%50.00%
HSB/HSV97°45.45%64.71%
CMYK27.88%0.00%45.45%
35.29%

Color #77A55A in popluar number systems.

HEX77A55A
Decimal11916590
Binary1110111101001011011010
Octal167245132

Shades and tints

Shades of #77A55A

#77A55A
(119,165,90)
#6D9652
(109,150,82)
#63874A
(99,135,74)
#597842
(89,120,66)
#4F693A
(79,105,58)
#455A32
(69,90,50)
#3B4B2A
(59,75,42)
#313C22
(49,60,34)
#272D1A
(39,45,26)
#1D1E12
(29,30,18)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #77A55A

#77A55A
(119,165,90)
#83AD69
(131,173,105)
#8FB578
(143,181,120)
#9BBD87
(155,189,135)
#A7C596
(167,197,150)
#B3CDA5
(179,205,165)
#BFD5B4
(191,213,180)
#CBDDC3
(203,221,195)
#D7E5D2
(215,229,210)
#E3EDE1
(227,237,225)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A55A; }

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

This text font color is #77A55A.


Background Color

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

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

This div background color is #77A55A.


Border color

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

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

This div border color is #77A55A.


Opacity

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

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

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

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

This text has shadow with #77A55A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A55A on black background.


Color preview on white background

This text has color #77A55A on white background.



Black color preview on #77A55A background

This text has black color on #77A55A background.


White color preview on #77A55A background

This text has white color on #77A55A background.