COLOR #779EA7

HEX: #779EA7
RGB: (119,158,167)

Renk bilgisi

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

RGB renk modeli

#779EA7 color RGB value is (119,158,167).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 158 of 255 = 62%
B 167 of 255 = 65%

119
158
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 158 + 167 = 444 (100%)
R 119 of 444 ~ 26.8%
G 158 of 444 ~ 35.59%
B 167 of 444 ~ 37.61%

%26.8
%35.59
%37.61

CMYK RENK MODELİ

#779EA7 rengi CMYK tonu (29,5,0,35).

  • camgöbeği tonu 28.74%
  • eflatun tonu 5.39%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(29,5,0,35)
C29M5Y0K35 
(29%,5%,0%,35%)
(0.29/0.05/0.00/0.35)	

CMYK yüzdeleri

%28.74
%5.39
%0
%34.51

Codes

Color #779EA7 in popluar color models

779EA7
RGB119158167
HSL191°21.43%56.08%
HSB/HSV191°28.74%65.49%
CMYK28.74%5.39%0.00%
34.51%

Color #779EA7 in popluar number systems.

HEX779EA7
Decimal119158167
Binary11101111001111010100111
Octal167236247

Shades and tints

Shades of #779EA7

#779EA7
(119,158,167)
#6D9098
(109,144,152)
#638289
(99,130,137)
#59747A
(89,116,122)
#4F666B
(79,102,107)
#45585C
(69,88,92)
#3B4A4D
(59,74,77)
#313C3E
(49,60,62)
#272E2F
(39,46,47)
#1D2020
(29,32,32)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #779EA7

#779EA7
(119,158,167)
#83A6AF
(131,166,175)
#8FAEB7
(143,174,183)
#9BB6BF
(155,182,191)
#A7BEC7
(167,190,199)
#B3C6CF
(179,198,207)
#BFCED7
(191,206,215)
#CBD6DF
(203,214,223)
#D7DEE7
(215,222,231)
#E3E6EF
(227,230,239)
#EFEEF7
(239,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779EA7 color. Also use rgb(119,158,167) instead hex code.

Text Font Color

.myTextColor { color: #779EA7; }

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

This text font color is #779EA7.


Background Color

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

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

This div background color is #779EA7.


Border color

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

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

This div border color is #779EA7.


Opacity

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

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

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

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

This text has shadow with #779EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779EA7 on black background.


Color preview on white background

This text has color #779EA7 on white background.



Black color preview on #779EA7 background

This text has black color on #779EA7 background.


White color preview on #779EA7 background

This text has white color on #779EA7 background.