COLOR #777EA9

HEX: #777EA9
RGB: (119,126,169)

Color info

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

RGB color model

#777EA9 color RGB value is (119,126,169).

  • red value is 119;
  • green value is 126;
  • blue value is 169.
RGB:
(119,126,169)
(47%,49%,66%)

RGB channels and saturation

R 119 of 255 = 47%
G 126 of 255 = 49%
B 169 of 255 = 66%

119
126
169

R + G + B ~ 54%. #777EA9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 126 + 169 = 414 (100%)
R 119 of 414 ~ 28.74%
G 126 of 414 ~ 30.43%
B 169 of 414 ~ 40.82%

%28.74
%30.43
%40.82

CMYK color model

#777EA9 color CMYK value is (30,25,0,34).

  • cyan value is 29.59%
  • magenta value is 25.44%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(30,25,0,34)
C30M25Y0K34 
(30%,25%,0%,34%)
(0.30/0.25/0.00/0.34)	

CMYK percentages

%29.59
%25.44
%0
%33.73

Codes

Color #777EA9 in popluar color models

777EA9
RGB119126169
HSL232°22.52%56.47%
HSB/HSV232°29.59%66.27%
CMYK29.59%25.44%0.00%
33.73%

Color #777EA9 in popluar number systems.

HEX777EA9
Decimal119126169
Binary1110111111111010101001
Octal167176251

Shades and tints

Shades of #777EA9

#777EA9
(119,126,169)
#6D739A
(109,115,154)
#63688B
(99,104,139)
#595D7C
(89,93,124)
#4F526D
(79,82,109)
#45475E
(69,71,94)
#3B3C4F
(59,60,79)
#313140
(49,49,64)
#272631
(39,38,49)
#1D1B22
(29,27,34)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #777EA9

#777EA9
(119,126,169)
#8389B0
(131,137,176)
#8F94B7
(143,148,183)
#9B9FBE
(155,159,190)
#A7AAC5
(167,170,197)
#B3B5CC
(179,181,204)
#BFC0D3
(191,192,211)
#CBCBDA
(203,203,218)
#D7D6E1
(215,214,225)
#E3E1E8
(227,225,232)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777EA9 color. Also use rgb(119,126,169) instead hex code.

Text Font Color

.myTextColor { color: #777EA9; }

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

This text font color is #777EA9.


Background Color

.myBgColor { background-color: #777EA9; }

<div style="background-color:#777EA9">Inner text</div>

This div background color is #777EA9.


Border color

.myBorderColor { border: 1px solid #777EA9; }

<div style="border:3px solid #777EA9">Div</div>

This div border color is #777EA9.


Opacity

.myOpacity80 { color: #777EA9; opacity: 0.8; }

<p style="color:#777EA9;opacity:0.8;">80%</p>

Text with #777EA9 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 #777EA9;}

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

This text has shadow with #777EA9 color.

.textShadow {text-shadow: 3px 3px 1px #777EA9, 3px 3px 1px red;}

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

This text has shadow with #777EA9 primary color and red secondary color.


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

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

This text has shadow with #777EA9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777EA9 on black background.


Color preview on white background

This text has color #777EA9 on white background.



Black color preview on #777EA9 background

This text has black color on #777EA9 background.


White color preview on #777EA9 background

This text has white color on #777EA9 background.