COLOR #779EA3

HEX: #779EA3 RGB: (119,158,163)

Color info

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

RGB color model

#779EA3 color RGB value is (119,158,163).

RGB: (119,158,163) (47%, 62%, 64%)

RGB channels and saturation

R 119 of 255 = 47%
G 158 of 255 = 62%
B 163 of 255 = 64%

119
158
163

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

Portions of RGB colors in percentages

R + G + B = 119 + 158 + 163 = 440 (100%)
R 119 of 440 ~ 27.05%
G 158 of 440 ~ 35.91%
B 163 of 440 ~ 37.05'%

%27.05
%35.91
%37.05

CMYK color model

#779EA3 color CMYK value is (27,3,0,36).

  • cyan value is 26.99%
  • magenta value is 3.07%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (27,3,0,36)
C27M3Y0K36 (27%, 3%, 0%, 36%)
(0.27 / 0.03 / 0.00 / 0.36)

CMYK percentages

%26.99
%3.07
%0
%36.08

Codes

Color #779EA3 in popluar color models

77 9E A3
RGB 119 158 163
HSL 187° 19.30% 55.29%
HSB/HSV 187° 26.99% 63.92%
CMYK 26.99% 3.07% 0.00%
36.08%

Color #779EA3 in popluar number systems.

HEX 77 9E A3
Decimal 119 158 163
Binary 1110111 10011110 10100011
Octal 167 236 243

Shades and tints

Shades of #779EA3

#779EA3
(119,158,163)
#6D9095
(109,144,149)
#638287
(99,130,135)
#597479
(89,116,121)
#4F666B
(79,102,107)
#45585D
(69,88,93)
#3B4A4F
(59,74,79)
#313C41
(49,60,65)
#272E33
(39,46,51)
#1D2025
(29,32,37)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #779EA3

#779EA3
(119,158,163)
#83A6AB
(131,166,171)
#8FAEB3
(143,174,179)
#9BB6BB
(155,182,187)
#A7BEC3
(167,190,195)
#B3C6CB
(179,198,203)
#BFCED3
(191,206,211)
#CBD6DB
(203,214,219)
#D7DEE3
(215,222,227)
#E3E6EB
(227,230,235)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779EA3; }

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

This text font color is #779EA3.

Background Color

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

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

This div background color is #779EA3.

Border color

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

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

This div border color is #779EA3.

Opacity

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

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

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

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

This text has shadow with #779EA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #779EA3.

Preview

Color preview on black background

This text has color #779EA3 on black background.


Color preview on white background

This text has color #779EA3 on white background.


Black color preview on #779EA3 background

This text has black color on #779EA3 background.


White color preview on #779EA3 background

This text has white color on #779EA3 background.


Related colors

Complementary color

Complementary color for #hex is #88615C.


I love getcolorcode.com

Triadic colors

1 #A3779E and #9EA377 with #779EA3 are triadic colors.

2 #A39E77 and #9E77A3 with #779EA3 are triadic colors.