COLOR #779FA6

HEX: #779FA6
RGB: (119,159,166)

Renk bilgisi

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

RGB renk modeli

#779FA6 color RGB value is (119,159,166).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 159 of 255 = 62%
B 166 of 255 = 65%

119
159
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 159 + 166 = 444 (100%)
R 119 of 444 ~ 26.8%
G 159 of 444 ~ 35.81%
B 166 of 444 ~ 37.39%

%26.8
%35.81
%37.39

CMYK RENK MODELİ

#779FA6 rengi CMYK tonu (28,4,0,35).

  • camgöbeği tonu 28.31%
  • eflatun tonu 4.22%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(28,4,0,35)
C28M4Y0K35 
(28%,4%,0%,35%)
(0.28/0.04/0.00/0.35)	

CMYK yüzdeleri

%28.31
%4.22
%0
%34.9

Codes

Color #779FA6 in popluar color models

779FA6
RGB119159166
HSL189°20.89%55.88%
HSB/HSV189°28.31%65.10%
CMYK28.31%4.22%0.00%
34.90%

Color #779FA6 in popluar number systems.

HEX779FA6
Decimal119159166
Binary11101111001111110100110
Octal167237246

Shades and tints

Shades of #779FA6

#779FA6
(119,159,166)
#6D9197
(109,145,151)
#638388
(99,131,136)
#597579
(89,117,121)
#4F676A
(79,103,106)
#45595B
(69,89,91)
#3B4B4C
(59,75,76)
#313D3D
(49,61,61)
#272F2E
(39,47,46)
#1D211F
(29,33,31)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #779FA6

#779FA6
(119,159,166)
#83A7AE
(131,167,174)
#8FAFB6
(143,175,182)
#9BB7BE
(155,183,190)
#A7BFC6
(167,191,198)
#B3C7CE
(179,199,206)
#BFCFD6
(191,207,214)
#CBD7DE
(203,215,222)
#D7DFE6
(215,223,230)
#E3E7EE
(227,231,238)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779FA6; }

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

This text font color is #779FA6.


Background Color

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

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

This div background color is #779FA6.


Border color

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

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

This div border color is #779FA6.


Opacity

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

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

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

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

This text has shadow with #779FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779FA6 on black background.


Color preview on white background

This text has color #779FA6 on white background.



Black color preview on #779FA6 background

This text has black color on #779FA6 background.


White color preview on #779FA6 background

This text has white color on #779FA6 background.