COLOR #779D7F

HEX: #779D7F
RGB: (119,157,127)

Renk bilgisi

#779D7F contains red, green and blue colors in about the same proportion. #779D7F ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#779D7F color RGB value is (119,157,127).

  • kırmız ton 119;
  • yeşil ton 157;
  • mavi ton 127.
RGB:
(119,157,127)
(47%,62%,50%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 157 of 255 = 62%
B 127 of 255 = 50%

119
157
127

R + G + B ~ 53%. #779D7F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 157 + 127 = 403 (100%)
R 119 of 403 ~ 29.53%
G 157 of 403 ~ 38.96%
B 127 of 403 ~ 31.51%

%29.53
%38.96
%31.51

CMYK RENK MODELİ

#779D7F rengi CMYK tonu (24,0,19,38).

  • camgöbeği tonu 24.20%
  • eflatun tonu 0.00%
  • sarı tonu 19.11%
  • ana renk tonu 38.43%
CMYK:
(24,0,19,38)
C24M0Y19K38 
(24%,0%,19%,38%)
(0.24/0.00/0.19/0.38)	

CMYK yüzdeleri

%24.2
%0
%19.11
%38.43

Codes

Color #779D7F in popluar color models

779D7F
RGB119157127
HSL133°16.24%54.12%
HSB/HSV133°24.20%61.57%
CMYK24.20%0.00%19.11%
38.43%

Color #779D7F in popluar number systems.

HEX779D7F
Decimal119157127
Binary1110111100111011111111
Octal167235177

Shades and tints

Shades of #779D7F

#779D7F
(119,157,127)
#6D8F74
(109,143,116)
#638169
(99,129,105)
#59735E
(89,115,94)
#4F6553
(79,101,83)
#455748
(69,87,72)
#3B493D
(59,73,61)
#313B32
(49,59,50)
#272D27
(39,45,39)
#1D1F1C
(29,31,28)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #779D7F

#779D7F
(119,157,127)
#83A58A
(131,165,138)
#8FAD95
(143,173,149)
#9BB5A0
(155,181,160)
#A7BDAB
(167,189,171)
#B3C5B6
(179,197,182)
#BFCDC1
(191,205,193)
#CBD5CC
(203,213,204)
#D7DDD7
(215,221,215)
#E3E5E2
(227,229,226)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779D7F color. Also use rgb(119,157,127) instead hex code.

Text Font Color

.myTextColor { color: #779D7F; }

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

This text font color is #779D7F.


Background Color

.myBgColor { background-color: #779D7F; }

<div style="background-color:#779D7F">Inner text</div>

This div background color is #779D7F.


Border color

.myBorderColor { border: 1px solid #779D7F; }

<div style="border:3px solid #779D7F">Div</div>

This div border color is #779D7F.


Opacity

.myOpacity80 { color: #779D7F; opacity: 0.8; }

<p style="color:#779D7F;opacity:0.8;">80%</p>

Text with #779D7F 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 #779D7F;}

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

This text has shadow with #779D7F color.

.textShadow {text-shadow: 3px 3px 1px #779D7F, 3px 3px 1px red;}

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

This text has shadow with #779D7F primary color and red secondary color.


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

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

This text has shadow with #779D7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779D7F on black background.


Color preview on white background

This text has color #779D7F on white background.



Black color preview on #779D7F background

This text has black color on #779D7F background.


White color preview on #779D7F background

This text has white color on #779D7F background.