COLOR #779CBB

HEX: #779CBB
RGB: (119,156,187)

Renk bilgisi

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

RGB renk modeli

#779CBB color RGB value is (119,156,187).

  • kırmız ton 119;
  • yeşil ton 156;
  • mavi ton 187.
RGB:
(119,156,187)
(47%,61%,73%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 156 of 255 = 61%
B 187 of 255 = 73%

119
156
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 156 + 187 = 462 (100%)
R 119 of 462 ~ 25.76%
G 156 of 462 ~ 33.77%
B 187 of 462 ~ 40.48%

%25.76
%33.77
%40.48

CMYK RENK MODELİ

#779CBB rengi CMYK tonu (36,17,0,27).

  • camgöbeği tonu 36.36%
  • eflatun tonu 16.58%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(36,17,0,27)
C36M17Y0K27 
(36%,17%,0%,27%)
(0.36/0.17/0.00/0.27)	

CMYK yüzdeleri

%36.36
%16.58
%0
%26.67

Codes

Color #779CBB in popluar color models

779CBB
RGB119156187
HSL207°33.33%60.00%
HSB/HSV207°36.36%73.33%
CMYK36.36%16.58%0.00%
26.67%

Color #779CBB in popluar number systems.

HEX779CBB
Decimal119156187
Binary11101111001110010111011
Octal167234273

Shades and tints

Shades of #779CBB

#779CBB
(119,156,187)
#6D8EAA
(109,142,170)
#638099
(99,128,153)
#597288
(89,114,136)
#4F6477
(79,100,119)
#455666
(69,86,102)
#3B4855
(59,72,85)
#313A44
(49,58,68)
#272C33
(39,44,51)
#1D1E22
(29,30,34)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #779CBB

#779CBB
(119,156,187)
#83A5C1
(131,165,193)
#8FAEC7
(143,174,199)
#9BB7CD
(155,183,205)
#A7C0D3
(167,192,211)
#B3C9D9
(179,201,217)
#BFD2DF
(191,210,223)
#CBDBE5
(203,219,229)
#D7E4EB
(215,228,235)
#E3EDF1
(227,237,241)
#EFF6F7
(239,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779CBB color. Also use rgb(119,156,187) instead hex code.

Text Font Color

.myTextColor { color: #779CBB; }

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

This text font color is #779CBB.


Background Color

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

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

This div background color is #779CBB.


Border color

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

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

This div border color is #779CBB.


Opacity

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

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

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

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

This text has shadow with #779CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779CBB on black background.


Color preview on white background

This text has color #779CBB on white background.



Black color preview on #779CBB background

This text has black color on #779CBB background.


White color preview on #779CBB background

This text has white color on #779CBB background.