COLOR #779D79

HEX: #779D79
RGB: (119,157,121)

Renk bilgisi

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

RGB renk modeli

#779D79 color RGB value is (119,157,121).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 157 of 255 = 62%
B 121 of 255 = 47%

119
157
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 157 + 121 = 397 (100%)
R 119 of 397 ~ 29.97%
G 157 of 397 ~ 39.55%
B 121 of 397 ~ 30.48%

%29.97
%39.55
%30.48

CMYK RENK MODELİ

#779D79 rengi CMYK tonu (24,0,23,38).

  • camgöbeği tonu 24.20%
  • eflatun tonu 0.00%
  • sarı tonu 22.93%
  • ana renk tonu 38.43%
CMYK:
(24,0,23,38)
C24M0Y23K38 
(24%,0%,23%,38%)
(0.24/0.00/0.23/0.38)	

CMYK yüzdeleri

%24.2
%0
%22.93
%38.43

Codes

Color #779D79 in popluar color models

779D79
RGB119157121
HSL123°16.24%54.12%
HSB/HSV123°24.20%61.57%
CMYK24.20%0.00%22.93%
38.43%

Color #779D79 in popluar number systems.

HEX779D79
Decimal119157121
Binary1110111100111011111001
Octal167235171

Shades and tints

Shades of #779D79

#779D79
(119,157,121)
#6D8F6E
(109,143,110)
#638163
(99,129,99)
#597358
(89,115,88)
#4F654D
(79,101,77)
#455742
(69,87,66)
#3B4937
(59,73,55)
#313B2C
(49,59,44)
#272D21
(39,45,33)
#1D1F16
(29,31,22)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #779D79

#779D79
(119,157,121)
#83A585
(131,165,133)
#8FAD91
(143,173,145)
#9BB59D
(155,181,157)
#A7BDA9
(167,189,169)
#B3C5B5
(179,197,181)
#BFCDC1
(191,205,193)
#CBD5CD
(203,213,205)
#D7DDD9
(215,221,217)
#E3E5E5
(227,229,229)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779D79; }

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

This text font color is #779D79.


Background Color

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

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

This div background color is #779D79.


Border color

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

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

This div border color is #779D79.


Opacity

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

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

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

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

This text has shadow with #779D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779D79 on black background.


Color preview on white background

This text has color #779D79 on white background.



Black color preview on #779D79 background

This text has black color on #779D79 background.


White color preview on #779D79 background

This text has white color on #779D79 background.