COLOR #779EB4

HEX: #779EB4 RGB: (119,158,180)

Color info

#779EB4 contains mainly green and blue colors. Web safe color of #779EB4 is #6699CC (or #69C).

RGB color model

#779EB4 color RGB value is (119,158,180).

RGB: (119,158,180) (47%, 62%, 71%)

RGB channels and saturation

R 119 of 255 = 47%
G 158 of 255 = 62%
B 180 of 255 = 71%

119
158
180

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

Portions of RGB colors in percentages

R + G + B = 119 + 158 + 180 = 457 (100%)
R 119 of 457 ~ 26.04%
G 158 of 457 ~ 34.57%
B 180 of 457 ~ 39.39'%

%26.04
%34.57
%39.39

CMYK color model

#779EB4 color CMYK value is (34,12,0,29).

  • cyan value is 33.89%
  • magenta value is 12.22%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (34,12,0,29)
C34M12Y0K29 (34%, 12%, 0%, 29%)
(0.34 / 0.12 / 0.00 / 0.29)

CMYK percentages

%33.89
%12.22
%0
%29.41

Codes

Color #779EB4 in popluar color models

77 9E B4
RGB 119 158 180
HSL 202° 28.91% 58.63%
HSB/HSV 202° 33.89% 70.59%
CMYK 33.89% 12.22% 0.00%
29.41%

Color #779EB4 in popluar number systems.

HEX 77 9E B4
Decimal 119 158 180
Binary 1110111 10011110 10110100
Octal 167 236 264

Shades and tints

Shades of #779EB4

#779EB4
(119,158,180)
#6D90A4
(109,144,164)
#638294
(99,130,148)
#597484
(89,116,132)
#4F6674
(79,102,116)
#455864
(69,88,100)
#3B4A54
(59,74,84)
#313C44
(49,60,68)
#272E34
(39,46,52)
#1D2024
(29,32,36)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #779EB4

#779EB4
(119,158,180)
#83A6BA
(131,166,186)
#8FAEC0
(143,174,192)
#9BB6C6
(155,182,198)
#A7BECC
(167,190,204)
#B3C6D2
(179,198,210)
#BFCED8
(191,206,216)
#CBD6DE
(203,214,222)
#D7DEE4
(215,222,228)
#E3E6EA
(227,230,234)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779EB4; }

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

This text font color is #779EB4.

Background Color

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

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

This div background color is #779EB4.

Border color

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

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

This div border color is #779EB4.

Opacity

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

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

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

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

This text has shadow with #779EB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #779EB4.

Preview

Color preview on black background

This text has color #779EB4 on black background.


Color preview on white background

This text has color #779EB4 on white background.


Black color preview on #779EB4 background

This text has black color on #779EB4 background.


White color preview on #779EB4 background

This text has white color on #779EB4 background.


Related colors

Complementary color

Complementary color for #hex is #88614B.


I love getcolorcode.com

Triadic colors

1 #B4779E and #9EB477 with #779EB4 are triadic colors.

2 #B49E77 and #9E77B4 with #779EB4 are triadic colors.