COLOR #77C295

HEX: #77C295
RGB: (119,194,149)

Renk bilgisi

#77C295 contains mainly green and blue colors. #77C295 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#77C295 color RGB value is (119,194,149).

  • kırmız ton 119;
  • yeşil ton 194;
  • mavi ton 149.
RGB:
(119,194,149)
(47%,76%,58%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 194 of 255 = 76%
B 149 of 255 = 58%

119
194
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 194 + 149 = 462 (100%)
R 119 of 462 ~ 25.76%
G 194 of 462 ~ 41.99%
B 149 of 462 ~ 32.25%

%25.76
%41.99
%32.25

CMYK RENK MODELİ

#77C295 rengi CMYK tonu (39,0,23,24).

  • camgöbeği tonu 38.66%
  • eflatun tonu 0.00%
  • sarı tonu 23.20%
  • ana renk tonu 23.92%
CMYK:
(39,0,23,24)
C39M0Y23K24 
(39%,0%,23%,24%)
(0.39/0.00/0.23/0.24)	

CMYK yüzdeleri

%38.66
%0
%23.2
%23.92

Codes

Color #77C295 in popluar color models

77C295
RGB119194149
HSL144°38.07%61.37%
HSB/HSV144°38.66%76.08%
CMYK38.66%0.00%23.20%
23.92%

Color #77C295 in popluar number systems.

HEX77C295
Decimal119194149
Binary11101111100001010010101
Octal167302225

Shades and tints

Shades of #77C295

#77C295
(119,194,149)
#6DB188
(109,177,136)
#63A07B
(99,160,123)
#598F6E
(89,143,110)
#4F7E61
(79,126,97)
#456D54
(69,109,84)
#3B5C47
(59,92,71)
#314B3A
(49,75,58)
#273A2D
(39,58,45)
#1D2920
(29,41,32)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #77C295

#77C295
(119,194,149)
#83C79E
(131,199,158)
#8FCCA7
(143,204,167)
#9BD1B0
(155,209,176)
#A7D6B9
(167,214,185)
#B3DBC2
(179,219,194)
#BFE0CB
(191,224,203)
#CBE5D4
(203,229,212)
#D7EADD
(215,234,221)
#E3EFE6
(227,239,230)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C295 color. Also use rgb(119,194,149) instead hex code.

Text Font Color

.myTextColor { color: #77C295; }

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

This text font color is #77C295.


Background Color

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

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

This div background color is #77C295.


Border color

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

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

This div border color is #77C295.


Opacity

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

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

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

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

This text has shadow with #77C295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C295 on black background.


Color preview on white background

This text has color #77C295 on white background.



Black color preview on #77C295 background

This text has black color on #77C295 background.


White color preview on #77C295 background

This text has white color on #77C295 background.