COLOR #77C848

HEX: #77C848
RGB: (119,200,72)

Renk bilgisi

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

RGB renk modeli

#77C848 color RGB value is (119,200,72).

  • kırmız ton 119;
  • yeşil ton 200;
  • mavi ton 72.
RGB:
(119,200,72)
(47%,78%,28%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 200 of 255 = 78%
B 72 of 255 = 28%

119
200
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 200 + 72 = 391 (100%)
R 119 of 391 ~ 30.43%
G 200 of 391 ~ 51.15%
B 72 of 391 ~ 18.41%

%30.43
%51.15
%18.41

CMYK RENK MODELİ

#77C848 rengi CMYK tonu (41,0,64,22).

  • camgöbeği tonu 40.50%
  • eflatun tonu 0.00%
  • sarı tonu 64.00%
  • ana renk tonu 21.57%
CMYK:
(41,0,64,22)
C41M0Y64K22 
(41%,0%,64%,22%)
(0.41/0.00/0.64/0.22)	

CMYK yüzdeleri

%40.5
%0
%64
%21.57

Codes

Color #77C848 in popluar color models

77C848
RGB11920072
HSL98°53.78%53.33%
HSB/HSV98°64.00%78.43%
CMYK40.50%0.00%64.00%
21.57%

Color #77C848 in popluar number systems.

HEX77C848
Decimal11920072
Binary1110111110010001001000
Octal167310110

Shades and tints

Shades of #77C848

#77C848
(119,200,72)
#6DB642
(109,182,66)
#63A43C
(99,164,60)
#599236
(89,146,54)
#4F8030
(79,128,48)
#456E2A
(69,110,42)
#3B5C24
(59,92,36)
#314A1E
(49,74,30)
#273818
(39,56,24)
#1D2612
(29,38,18)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #77C848

#77C848
(119,200,72)
#83CD58
(131,205,88)
#8FD268
(143,210,104)
#9BD778
(155,215,120)
#A7DC88
(167,220,136)
#B3E198
(179,225,152)
#BFE6A8
(191,230,168)
#CBEBB8
(203,235,184)
#D7F0C8
(215,240,200)
#E3F5D8
(227,245,216)
#EFFAE8
(239,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C848 color. Also use rgb(119,200,72) instead hex code.

Text Font Color

.myTextColor { color: #77C848; }

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

This text font color is #77C848.


Background Color

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

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

This div background color is #77C848.


Border color

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

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

This div border color is #77C848.


Opacity

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

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

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

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

This text has shadow with #77C848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C848 on black background.


Color preview on white background

This text has color #77C848 on white background.



Black color preview on #77C848 background

This text has black color on #77C848 background.


White color preview on #77C848 background

This text has white color on #77C848 background.