COLOR #77A852

HEX: #77A852
RGB: (119,168,82)

Renk bilgisi

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

RGB renk modeli

#77A852 color RGB value is (119,168,82).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 168 of 255 = 66%
B 82 of 255 = 32%

119
168
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 168 + 82 = 369 (100%)
R 119 of 369 ~ 32.25%
G 168 of 369 ~ 45.53%
B 82 of 369 ~ 22.22%

%32.25
%45.53
%22.22

CMYK RENK MODELİ

#77A852 rengi CMYK tonu (29,0,51,34).

  • camgöbeği tonu 29.17%
  • eflatun tonu 0.00%
  • sarı tonu 51.19%
  • ana renk tonu 34.12%
CMYK:
(29,0,51,34)
C29M0Y51K34 
(29%,0%,51%,34%)
(0.29/0.00/0.51/0.34)	

CMYK yüzdeleri

%29.17
%0
%51.19
%34.12

Codes

Color #77A852 in popluar color models

77A852
RGB11916882
HSL94°34.40%49.02%
HSB/HSV94°51.19%65.88%
CMYK29.17%0.00%51.19%
34.12%

Color #77A852 in popluar number systems.

HEX77A852
Decimal11916882
Binary1110111101010001010010
Octal167250122

Shades and tints

Shades of #77A852

#77A852
(119,168,82)
#6D994B
(109,153,75)
#638A44
(99,138,68)
#597B3D
(89,123,61)
#4F6C36
(79,108,54)
#455D2F
(69,93,47)
#3B4E28
(59,78,40)
#313F21
(49,63,33)
#27301A
(39,48,26)
#1D2113
(29,33,19)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #77A852

#77A852
(119,168,82)
#83AF61
(131,175,97)
#8FB670
(143,182,112)
#9BBD7F
(155,189,127)
#A7C48E
(167,196,142)
#B3CB9D
(179,203,157)
#BFD2AC
(191,210,172)
#CBD9BB
(203,217,187)
#D7E0CA
(215,224,202)
#E3E7D9
(227,231,217)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A852; }

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

This text font color is #77A852.


Background Color

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

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

This div background color is #77A852.


Border color

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

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

This div border color is #77A852.


Opacity

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

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

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

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

This text has shadow with #77A852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A852 on black background.


Color preview on white background

This text has color #77A852 on white background.



Black color preview on #77A852 background

This text has black color on #77A852 background.


White color preview on #77A852 background

This text has white color on #77A852 background.