COLOR #77C195

HEX: #77C195
RGB: (119,193,149)

Renk bilgisi

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

RGB renk modeli

#77C195 color RGB value is (119,193,149).

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

RGB bağlantıları ve doygunluk

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

119
193
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 193 + 149 = 461 (100%)
R 119 of 461 ~ 25.81%
G 193 of 461 ~ 41.87%
B 149 of 461 ~ 32.32%

%25.81
%41.87
%32.32

CMYK RENK MODELİ

#77C195 rengi CMYK tonu (38,0,23,24).

  • camgöbeği tonu 38.34%
  • eflatun tonu 0.00%
  • sarı tonu 22.80%
  • ana renk tonu 24.31%
CMYK:
(38,0,23,24)
C38M0Y23K24 
(38%,0%,23%,24%)
(0.38/0.00/0.23/0.24)	

CMYK yüzdeleri

%38.34
%0
%22.8
%24.31

Codes

Color #77C195 in popluar color models

77C195
RGB119193149
HSL144°37.37%61.18%
HSB/HSV144°38.34%75.69%
CMYK38.34%0.00%22.80%
24.31%

Color #77C195 in popluar number systems.

HEX77C195
Decimal119193149
Binary11101111100000110010101
Octal167301225

Shades and tints

Shades of #77C195

#77C195
(119,193,149)
#6DB088
(109,176,136)
#639F7B
(99,159,123)
#598E6E
(89,142,110)
#4F7D61
(79,125,97)
#456C54
(69,108,84)
#3B5B47
(59,91,71)
#314A3A
(49,74,58)
#27392D
(39,57,45)
#1D2820
(29,40,32)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #77C195

#77C195
(119,193,149)
#83C69E
(131,198,158)
#8FCBA7
(143,203,167)
#9BD0B0
(155,208,176)
#A7D5B9
(167,213,185)
#B3DAC2
(179,218,194)
#BFDFCB
(191,223,203)
#CBE4D4
(203,228,212)
#D7E9DD
(215,233,221)
#E3EEE6
(227,238,230)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77C195; }

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

This text font color is #77C195.


Background Color

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

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

This div background color is #77C195.


Border color

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

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

This div border color is #77C195.


Opacity

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

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

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

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

This text has shadow with #77C195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C195 on black background.


Color preview on white background

This text has color #77C195 on white background.



Black color preview on #77C195 background

This text has black color on #77C195 background.


White color preview on #77C195 background

This text has white color on #77C195 background.