COLOR #779CB1

HEX: #779CB1 RGB: (119,156,177)

Color info

#779CB1 contains red, green and blue colors in about the same proportion. Web safe color of #779CB1 is #669999 (or #699).

RGB color model

#779CB1 color RGB value is (119,156,177).

RGB: (119,156,177) (47%, 61%, 69%)

RGB channels and saturation

R 119 of 255 = 47%
G 156 of 255 = 61%
B 177 of 255 = 69%

119
156
177

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

Portions of RGB colors in percentages

R + G + B = 119 + 156 + 177 = 452 (100%)
R 119 of 452 ~ 26.33%
G 156 of 452 ~ 34.51%
B 177 of 452 ~ 39.16'%

%26.33
%34.51
%39.16

CMYK color model

#779CB1 color CMYK value is (33,12,0,31).

  • cyan value is 32.77%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (33,12,0,31)
C33M12Y0K31 (33%, 12%, 0%, 31%)
(0.33 / 0.12 / 0.00 / 0.31)

CMYK percentages

%32.77
%11.86
%0
%30.59

Codes

Color #779CB1 in popluar color models

77 9C B1
RGB 119 156 177
HSL 202° 27.10% 58.04%
HSB/HSV 202° 32.77% 69.41%
CMYK 32.77% 11.86% 0.00%
30.59%

Color #779CB1 in popluar number systems.

HEX 77 9C B1
Decimal 119 156 177
Binary 1110111 10011100 10110001
Octal 167 234 261

Shades and tints

Shades of #779CB1

#779CB1
(119,156,177)
#6D8EA1
(109,142,161)
#638091
(99,128,145)
#597281
(89,114,129)
#4F6471
(79,100,113)
#455661
(69,86,97)
#3B4851
(59,72,81)
#313A41
(49,58,65)
#272C31
(39,44,49)
#1D1E21
(29,30,33)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #779CB1

#779CB1
(119,156,177)
#83A5B8
(131,165,184)
#8FAEBF
(143,174,191)
#9BB7C6
(155,183,198)
#A7C0CD
(167,192,205)
#B3C9D4
(179,201,212)
#BFD2DB
(191,210,219)
#CBDBE2
(203,219,226)
#D7E4E9
(215,228,233)
#E3EDF0
(227,237,240)
#EFF6F7
(239,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779CB1; }

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

This text font color is #779CB1.

Background Color

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

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

This div background color is #779CB1.

Border color

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

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

This div border color is #779CB1.

Opacity

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

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

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

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

This text has shadow with #779CB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #779CB1.

Preview

Color preview on black background

This text has color #779CB1 on black background.


Color preview on white background

This text has color #779CB1 on white background.


Black color preview on #779CB1 background

This text has black color on #779CB1 background.


White color preview on #779CB1 background

This text has white color on #779CB1 background.


Related colors

Complementary color

Complementary color for #hex is #88634E.


I love getcolorcode.com

Triadic colors

1 #B1779C and #9CB177 with #779CB1 are triadic colors.

2 #B19C77 and #9C77B1 with #779CB1 are triadic colors.