COLOR #77C74A

HEX: #77C74A
RGB: (119,199,74)

Renk bilgisi

#77C74A contains mainly green color. #77C74A ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#77C74A color RGB value is (119,199,74).

  • kırmız ton 119;
  • yeşil ton 199;
  • mavi ton 74.
RGB:
(119,199,74)
(47%,78%,29%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 199 of 255 = 78%
B 74 of 255 = 29%

119
199
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 199 + 74 = 392 (100%)
R 119 of 392 ~ 30.36%
G 199 of 392 ~ 50.77%
B 74 of 392 ~ 18.88%

%30.36
%50.77
%18.88

CMYK RENK MODELİ

#77C74A rengi CMYK tonu (40,0,63,22).

  • camgöbeği tonu 40.20%
  • eflatun tonu 0.00%
  • sarı tonu 62.81%
  • ana renk tonu 21.96%
CMYK:
(40,0,63,22)
C40M0Y63K22 
(40%,0%,63%,22%)
(0.40/0.00/0.63/0.22)	

CMYK yüzdeleri

%40.2
%0
%62.81
%21.96

Codes

Color #77C74A in popluar color models

77C74A
RGB11919974
HSL98°52.74%53.53%
HSB/HSV98°62.81%78.04%
CMYK40.20%0.00%62.81%
21.96%

Color #77C74A in popluar number systems.

HEX77C74A
Decimal11919974
Binary1110111110001111001010
Octal167307112

Shades and tints

Shades of #77C74A

#77C74A
(119,199,74)
#6DB544
(109,181,68)
#63A33E
(99,163,62)
#599138
(89,145,56)
#4F7F32
(79,127,50)
#456D2C
(69,109,44)
#3B5B26
(59,91,38)
#314920
(49,73,32)
#27371A
(39,55,26)
#1D2514
(29,37,20)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #77C74A

#77C74A
(119,199,74)
#83CC5A
(131,204,90)
#8FD16A
(143,209,106)
#9BD67A
(155,214,122)
#A7DB8A
(167,219,138)
#B3E09A
(179,224,154)
#BFE5AA
(191,229,170)
#CBEABA
(203,234,186)
#D7EFCA
(215,239,202)
#E3F4DA
(227,244,218)
#EFF9EA
(239,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C74A color. Also use rgb(119,199,74) instead hex code.

Text Font Color

.myTextColor { color: #77C74A; }

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

This text font color is #77C74A.


Background Color

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

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

This div background color is #77C74A.


Border color

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

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

This div border color is #77C74A.


Opacity

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

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

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

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

This text has shadow with #77C74A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C74A on black background.


Color preview on white background

This text has color #77C74A on white background.



Black color preview on #77C74A background

This text has black color on #77C74A background.


White color preview on #77C74A background

This text has white color on #77C74A background.