COLOR #777AA0

HEX: #777AA0
RGB: (119,122,160)

Color info

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

RGB color model

#777AA0 color RGB value is (119,122,160).

  • red value is 119;
  • green value is 122;
  • blue value is 160.
RGB:
(119,122,160)
(47%,48%,63%)

RGB channels and saturation

R 119 of 255 = 47%
G 122 of 255 = 48%
B 160 of 255 = 63%

119
122
160

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

Portions of RGB colors in percentages

R + G + B =
119 + 122 + 160 = 401 (100%)
R 119 of 401 ~ 29.68%
G 122 of 401 ~ 30.42%
B 160 of 401 ~ 39.9%

%29.68
%30.42
%39.9

CMYK color model

#777AA0 color CMYK value is (26,24,0,37).

  • cyan value is 25.63%
  • magenta value is 23.75%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(26,24,0,37)
C26M24Y0K37 
(26%,24%,0%,37%)
(0.26/0.24/0.00/0.37)	

CMYK percentages

%25.63
%23.75
%0
%37.25

Codes

Color #777AA0 in popluar color models

777AA0
RGB119122160
HSL236°17.75%54.71%
HSB/HSV236°25.63%62.75%
CMYK25.63%23.75%0.00%
37.25%

Color #777AA0 in popluar number systems.

HEX777AA0
Decimal119122160
Binary1110111111101010100000
Octal167172240

Shades and tints

Shades of #777AA0

#777AA0
(119,122,160)
#6D6F92
(109,111,146)
#636484
(99,100,132)
#595976
(89,89,118)
#4F4E68
(79,78,104)
#45435A
(69,67,90)
#3B384C
(59,56,76)
#312D3E
(49,45,62)
#272230
(39,34,48)
#1D1722
(29,23,34)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #777AA0

#777AA0
(119,122,160)
#8386A8
(131,134,168)
#8F92B0
(143,146,176)
#9B9EB8
(155,158,184)
#A7AAC0
(167,170,192)
#B3B6C8
(179,182,200)
#BFC2D0
(191,194,208)
#CBCED8
(203,206,216)
#D7DAE0
(215,218,224)
#E3E6E8
(227,230,232)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777AA0 color. Also use rgb(119,122,160) instead hex code.

Text Font Color

.myTextColor { color: #777AA0; }

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

This text font color is #777AA0.


Background Color

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

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

This div background color is #777AA0.


Border color

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

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

This div border color is #777AA0.


Opacity

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

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

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

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

This text has shadow with #777AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777AA0 on black background.


Color preview on white background

This text has color #777AA0 on white background.



Black color preview on #777AA0 background

This text has black color on #777AA0 background.


White color preview on #777AA0 background

This text has white color on #777AA0 background.