COLOR #779BA7

HEX: #779BA7
RGB: (119,155,167)

Renk bilgisi

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

RGB renk modeli

#779BA7 color RGB value is (119,155,167).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 155 of 255 = 61%
B 167 of 255 = 65%

119
155
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 155 + 167 = 441 (100%)
R 119 of 441 ~ 26.98%
G 155 of 441 ~ 35.15%
B 167 of 441 ~ 37.87%

%26.98
%35.15
%37.87

CMYK RENK MODELİ

#779BA7 rengi CMYK tonu (29,7,0,35).

  • camgöbeği tonu 28.74%
  • eflatun tonu 7.19%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(29,7,0,35)
C29M7Y0K35 
(29%,7%,0%,35%)
(0.29/0.07/0.00/0.35)	

CMYK yüzdeleri

%28.74
%7.19
%0
%34.51

Codes

Color #779BA7 in popluar color models

779BA7
RGB119155167
HSL195°21.43%56.08%
HSB/HSV195°28.74%65.49%
CMYK28.74%7.19%0.00%
34.51%

Color #779BA7 in popluar number systems.

HEX779BA7
Decimal119155167
Binary11101111001101110100111
Octal167233247

Shades and tints

Shades of #779BA7

#779BA7
(119,155,167)
#6D8D98
(109,141,152)
#637F89
(99,127,137)
#59717A
(89,113,122)
#4F636B
(79,99,107)
#45555C
(69,85,92)
#3B474D
(59,71,77)
#31393E
(49,57,62)
#272B2F
(39,43,47)
#1D1D20
(29,29,32)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #779BA7

#779BA7
(119,155,167)
#83A4AF
(131,164,175)
#8FADB7
(143,173,183)
#9BB6BF
(155,182,191)
#A7BFC7
(167,191,199)
#B3C8CF
(179,200,207)
#BFD1D7
(191,209,215)
#CBDADF
(203,218,223)
#D7E3E7
(215,227,231)
#E3ECEF
(227,236,239)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779BA7; }

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

This text font color is #779BA7.


Background Color

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

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

This div background color is #779BA7.


Border color

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

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

This div border color is #779BA7.


Opacity

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

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

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

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

This text has shadow with #779BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779BA7 on black background.


Color preview on white background

This text has color #779BA7 on white background.



Black color preview on #779BA7 background

This text has black color on #779BA7 background.


White color preview on #779BA7 background

This text has white color on #779BA7 background.