COLOR #777AA4

HEX: #777AA4 RGB: (119,122,164)

Color info

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

RGB color model

#777AA4 color RGB value is (119,122,164).

RGB: (119,122,164) (47%, 48%, 64%)

RGB channels and saturation

R 119 of 255 = 47%
G 122 of 255 = 48%
B 164 of 255 = 64%

119
122
164

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

Portions of RGB colors in percentages

R + G + B = 119 + 122 + 164 = 405 (100%)
R 119 of 405 ~ 29.38%
G 122 of 405 ~ 30.12%
B 164 of 405 ~ 40.49'%

%29.38
%30.12
%40.49

CMYK color model

#777AA4 color CMYK value is (27,26,0,36).

  • cyan value is 27.44%
  • magenta value is 25.61%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK: (27,26,0,36) C27M26Y0K36 (27%,26%,0%,36%) (0.27/0.26/0.00/0.36) 

CMYK percentages

%27.44
%25.61
%0
%35.69

Codes

Color #777AA4 in popluar color models

77 7A A4
RGB 119 122 164
HSL 236° 19.82% 55.49%
HSB/HSV 236° 27.44% 64.31%
CMYK 27.44% 25.61% 0.00%
35.69%

Color #777AA4 in popluar number systems.

HEX 77 7A A4
Decimal 119 122 164
Binary 1110111 1111010 10100100
Octal 167 172 244

Shades and tints

Shades of #777AA4

#777AA4
(119,122,164)
#6D6F96
(109,111,150)
#636488
(99,100,136)
#59597A
(89,89,122)
#4F4E6C
(79,78,108)
#45435E
(69,67,94)
#3B3850
(59,56,80)
#312D42
(49,45,66)
#272234
(39,34,52)
#1D1726
(29,23,38)
#130C18
(19,12,24)
#000000
(0,0,0)

Tints of #777AA4

#777AA4
(119,122,164)
#8386AC
(131,134,172)
#8F92B4
(143,146,180)
#9B9EBC
(155,158,188)
#A7AAC4
(167,170,196)
#B3B6CC
(179,182,204)
#BFC2D4
(191,194,212)
#CBCEDC
(203,206,220)
#D7DAE4
(215,218,228)
#E3E6EC
(227,230,236)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777AA4; }

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

This text font color is #777AA4.

Background Color

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

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

This div background color is #777AA4.

Border color

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

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

This div border color is #777AA4.

Opacity

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

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

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

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

This text has shadow with #777AA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777AA4.

Preview

Color preview on black background

This text has color #777AA4 on black background.


Color preview on white background

This text has color #777AA4 on white background.


Black color preview on #777AA4 background

This text has black color on #777AA4 background.


White color preview on #777AA4 background

This text has white color on #777AA4 background.


Related colors

Complementary color

Complementary color for #hex is #88855B.


I love getcolorcode.com

Triadic colors

1 #A4777A and #7AA477 with #777AA4 are triadic colors.

2 #A47A77 and #7A77A4 with #777AA4 are triadic colors.