COLOR #779BB4

HEX: #779BB4
RGB: (119,155,180)

Renk bilgisi

#779BB4 contains mainly green and blue colors. #779BB4 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#779BB4 color RGB value is (119,155,180).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 155 of 255 = 61%
B 180 of 255 = 71%

119
155
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 155 + 180 = 454 (100%)
R 119 of 454 ~ 26.21%
G 155 of 454 ~ 34.14%
B 180 of 454 ~ 39.65%

%26.21
%34.14
%39.65

CMYK RENK MODELİ

#779BB4 rengi CMYK tonu (34,14,0,29).

  • camgöbeği tonu 33.89%
  • eflatun tonu 13.89%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(34,14,0,29)
C34M14Y0K29 
(34%,14%,0%,29%)
(0.34/0.14/0.00/0.29)	

CMYK yüzdeleri

%33.89
%13.89
%0
%29.41

Codes

Color #779BB4 in popluar color models

779BB4
RGB119155180
HSL205°28.91%58.63%
HSB/HSV205°33.89%70.59%
CMYK33.89%13.89%0.00%
29.41%

Color #779BB4 in popluar number systems.

HEX779BB4
Decimal119155180
Binary11101111001101110110100
Octal167233264

Shades and tints

Shades of #779BB4

#779BB4
(119,155,180)
#6D8DA4
(109,141,164)
#637F94
(99,127,148)
#597184
(89,113,132)
#4F6374
(79,99,116)
#455564
(69,85,100)
#3B4754
(59,71,84)
#313944
(49,57,68)
#272B34
(39,43,52)
#1D1D24
(29,29,36)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #779BB4

#779BB4
(119,155,180)
#83A4BA
(131,164,186)
#8FADC0
(143,173,192)
#9BB6C6
(155,182,198)
#A7BFCC
(167,191,204)
#B3C8D2
(179,200,210)
#BFD1D8
(191,209,216)
#CBDADE
(203,218,222)
#D7E3E4
(215,227,228)
#E3ECEA
(227,236,234)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779BB4; }

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

This text font color is #779BB4.


Background Color

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

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

This div background color is #779BB4.


Border color

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

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

This div border color is #779BB4.


Opacity

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

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

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

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

This text has shadow with #779BB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779BB4 on black background.


Color preview on white background

This text has color #779BB4 on white background.



Black color preview on #779BB4 background

This text has black color on #779BB4 background.


White color preview on #779BB4 background

This text has white color on #779BB4 background.