COLOR #779F76

HEX: #779F76
RGB: (119,159,118)

Renk bilgisi

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

RGB renk modeli

#779F76 color RGB value is (119,159,118).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 159 of 255 = 62%
B 118 of 255 = 46%

119
159
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 159 + 118 = 396 (100%)
R 119 of 396 ~ 30.05%
G 159 of 396 ~ 40.15%
B 118 of 396 ~ 29.8%

%30.05
%40.15
%29.8

CMYK RENK MODELİ

#779F76 rengi CMYK tonu (25,0,26,38).

  • camgöbeği tonu 25.16%
  • eflatun tonu 0.00%
  • sarı tonu 25.79%
  • ana renk tonu 37.65%
CMYK:
(25,0,26,38)
C25M0Y26K38 
(25%,0%,26%,38%)
(0.25/0.00/0.26/0.38)	

CMYK yüzdeleri

%25.16
%0
%25.79
%37.65

Codes

Color #779F76 in popluar color models

779F76
RGB119159118
HSL119°17.60%54.31%
HSB/HSV119°25.79%62.35%
CMYK25.16%0.00%25.79%
37.65%

Color #779F76 in popluar number systems.

HEX779F76
Decimal119159118
Binary1110111100111111110110
Octal167237166

Shades and tints

Shades of #779F76

#779F76
(119,159,118)
#6D916C
(109,145,108)
#638362
(99,131,98)
#597558
(89,117,88)
#4F674E
(79,103,78)
#455944
(69,89,68)
#3B4B3A
(59,75,58)
#313D30
(49,61,48)
#272F26
(39,47,38)
#1D211C
(29,33,28)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #779F76

#779F76
(119,159,118)
#83A782
(131,167,130)
#8FAF8E
(143,175,142)
#9BB79A
(155,183,154)
#A7BFA6
(167,191,166)
#B3C7B2
(179,199,178)
#BFCFBE
(191,207,190)
#CBD7CA
(203,215,202)
#D7DFD6
(215,223,214)
#E3E7E2
(227,231,226)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779F76 color. Also use rgb(119,159,118) instead hex code.

Text Font Color

.myTextColor { color: #779F76; }

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

This text font color is #779F76.


Background Color

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

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

This div background color is #779F76.


Border color

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

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

This div border color is #779F76.


Opacity

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

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

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

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

This text has shadow with #779F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779F76 on black background.


Color preview on white background

This text has color #779F76 on white background.



Black color preview on #779F76 background

This text has black color on #779F76 background.


White color preview on #779F76 background

This text has white color on #779F76 background.