COLOR #779FAE

HEX: #779FAE
RGB: (119,159,174)

Renk bilgisi

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

RGB renk modeli

#779FAE color RGB value is (119,159,174).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 159 of 255 = 62%
B 174 of 255 = 68%

119
159
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 159 + 174 = 452 (100%)
R 119 of 452 ~ 26.33%
G 159 of 452 ~ 35.18%
B 174 of 452 ~ 38.5%

%26.33
%35.18
%38.5

CMYK RENK MODELİ

#779FAE rengi CMYK tonu (32,9,0,32).

  • camgöbeği tonu 31.61%
  • eflatun tonu 8.62%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(32,9,0,32)
C32M9Y0K32 
(32%,9%,0%,32%)
(0.32/0.09/0.00/0.32)	

CMYK yüzdeleri

%31.61
%8.62
%0
%31.76

Codes

Color #779FAE in popluar color models

779FAE
RGB119159174
HSL196°25.35%57.45%
HSB/HSV196°31.61%68.24%
CMYK31.61%8.62%0.00%
31.76%

Color #779FAE in popluar number systems.

HEX779FAE
Decimal119159174
Binary11101111001111110101110
Octal167237256

Shades and tints

Shades of #779FAE

#779FAE
(119,159,174)
#6D919F
(109,145,159)
#638390
(99,131,144)
#597581
(89,117,129)
#4F6772
(79,103,114)
#455963
(69,89,99)
#3B4B54
(59,75,84)
#313D45
(49,61,69)
#272F36
(39,47,54)
#1D2127
(29,33,39)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #779FAE

#779FAE
(119,159,174)
#83A7B5
(131,167,181)
#8FAFBC
(143,175,188)
#9BB7C3
(155,183,195)
#A7BFCA
(167,191,202)
#B3C7D1
(179,199,209)
#BFCFD8
(191,207,216)
#CBD7DF
(203,215,223)
#D7DFE6
(215,223,230)
#E3E7ED
(227,231,237)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779FAE; }

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

This text font color is #779FAE.


Background Color

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

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

This div background color is #779FAE.


Border color

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

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

This div border color is #779FAE.


Opacity

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

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

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

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

This text has shadow with #779FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779FAE on black background.


Color preview on white background

This text has color #779FAE on white background.



Black color preview on #779FAE background

This text has black color on #779FAE background.


White color preview on #779FAE background

This text has white color on #779FAE background.