COLOR #7779A6

HEX: #7779A6
RGB: (119,121,166)

Color info

#7779A6 contains red, green and blue colors in about the same proportion. Web safe color of #7779A6 is #666699 (or #669).

RGB color model

#7779A6 color RGB value is (119,121,166).

  • red value is 119;
  • green value is 121;
  • blue value is 166.
RGB:
(119,121,166)
(47%,47%,65%)

RGB channels and saturation

R 119 of 255 = 47%
G 121 of 255 = 47%
B 166 of 255 = 65%

119
121
166

R + G + B ~ 53%. #7779A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 121 + 166 = 406 (100%)
R 119 of 406 ~ 29.31%
G 121 of 406 ~ 29.8%
B 166 of 406 ~ 40.89%

%29.31
%29.8
%40.89

CMYK color model

#7779A6 color CMYK value is (28,27,0,35).

  • cyan value is 28.31%
  • magenta value is 27.11%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(28,27,0,35)
C28M27Y0K35 
(28%,27%,0%,35%)
(0.28/0.27/0.00/0.35)	

CMYK percentages

%28.31
%27.11
%0
%34.9

Codes

Color #7779A6 in popluar color models

7779A6
RGB119121166
HSL237°20.89%55.88%
HSB/HSV237°28.31%65.10%
CMYK28.31%27.11%0.00%
34.90%

Color #7779A6 in popluar number systems.

HEX7779A6
Decimal119121166
Binary1110111111100110100110
Octal167171246

Shades and tints

Shades of #7779A6

#7779A6
(119,121,166)
#6D6E97
(109,110,151)
#636388
(99,99,136)
#595879
(89,88,121)
#4F4D6A
(79,77,106)
#45425B
(69,66,91)
#3B374C
(59,55,76)
#312C3D
(49,44,61)
#27212E
(39,33,46)
#1D161F
(29,22,31)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #7779A6

#7779A6
(119,121,166)
#8385AE
(131,133,174)
#8F91B6
(143,145,182)
#9B9DBE
(155,157,190)
#A7A9C6
(167,169,198)
#B3B5CE
(179,181,206)
#BFC1D6
(191,193,214)
#CBCDDE
(203,205,222)
#D7D9E6
(215,217,230)
#E3E5EE
(227,229,238)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7779A6 color. Also use rgb(119,121,166) instead hex code.

Text Font Color

.myTextColor { color: #7779A6; }

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

This text font color is #7779A6.


Background Color

.myBgColor { background-color: #7779A6; }

<div style="background-color:#7779A6">Inner text</div>

This div background color is #7779A6.


Border color

.myBorderColor { border: 1px solid #7779A6; }

<div style="border:3px solid #7779A6">Div</div>

This div border color is #7779A6.


Opacity

.myOpacity80 { color: #7779A6; opacity: 0.8; }

<p style="color:#7779A6;opacity:0.8;">80%</p>

Text with #7779A6 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 #7779A6;}

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

This text has shadow with #7779A6 color.

.textShadow {text-shadow: 3px 3px 1px #7779A6, 3px 3px 1px red;}

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

This text has shadow with #7779A6 primary color and red secondary color.


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

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

This text has shadow with #7779A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7779A6 on black background.


Color preview on white background

This text has color #7779A6 on white background.



Black color preview on #7779A6 background

This text has black color on #7779A6 background.


White color preview on #7779A6 background

This text has white color on #7779A6 background.