COLOR #779CC0

HEX: #779CC0
RGB: (119,156,192)

Renk bilgisi

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

RGB renk modeli

#779CC0 color RGB value is (119,156,192).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 156 of 255 = 61%
B 192 of 255 = 75%

119
156
192

R + G + B ~ 61%. #779CC0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 156 + 192 = 467 (100%)
R 119 of 467 ~ 25.48%
G 156 of 467 ~ 33.4%
B 192 of 467 ~ 41.11%

%25.48
%33.4
%41.11

CMYK RENK MODELİ

#779CC0 rengi CMYK tonu (38,19,0,25).

  • camgöbeği tonu 38.02%
  • eflatun tonu 18.75%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(38,19,0,25)
C38M19Y0K25 
(38%,19%,0%,25%)
(0.38/0.19/0.00/0.25)	

CMYK yüzdeleri

%38.02
%18.75
%0
%24.71

Codes

Color #779CC0 in popluar color models

779CC0
RGB119156192
HSL210°36.68%60.98%
HSB/HSV210°38.02%75.29%
CMYK38.02%18.75%0.00%
24.71%

Color #779CC0 in popluar number systems.

HEX779CC0
Decimal119156192
Binary11101111001110011000000
Octal167234300

Shades and tints

Shades of #779CC0

#779CC0
(119,156,192)
#6D8EAF
(109,142,175)
#63809E
(99,128,158)
#59728D
(89,114,141)
#4F647C
(79,100,124)
#45566B
(69,86,107)
#3B485A
(59,72,90)
#313A49
(49,58,73)
#272C38
(39,44,56)
#1D1E27
(29,30,39)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #779CC0

#779CC0
(119,156,192)
#83A5C5
(131,165,197)
#8FAECA
(143,174,202)
#9BB7CF
(155,183,207)
#A7C0D4
(167,192,212)
#B3C9D9
(179,201,217)
#BFD2DE
(191,210,222)
#CBDBE3
(203,219,227)
#D7E4E8
(215,228,232)
#E3EDED
(227,237,237)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779CC0; }

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

This text font color is #779CC0.


Background Color

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

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

This div background color is #779CC0.


Border color

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

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

This div border color is #779CC0.


Opacity

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

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

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

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

This text has shadow with #779CC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779CC0 on black background.


Color preview on white background

This text has color #779CC0 on white background.



Black color preview on #779CC0 background

This text has black color on #779CC0 background.


White color preview on #779CC0 background

This text has white color on #779CC0 background.