COLOR #777AAB

HEX: #777AAB RGB: (119,122,171)

Color info

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

RGB color model

#777AAB color RGB value is (119,122,171).

RGB: (119,122,171) (47%, 48%, 67%)

RGB channels and saturation

R 119 of 255 = 47%
G 122 of 255 = 48%
B 171 of 255 = 67%

119
122
171

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

Portions of RGB colors in percentages

R + G + B = 119 + 122 + 171 = 412 (100%)
R 119 of 412 ~ 28.88%
G 122 of 412 ~ 29.61%
B 171 of 412 ~ 41.5'%

%28.88
%29.61
%41.5

CMYK color model

#777AAB color CMYK value is (30,29,0,33).

  • cyan value is 30.41%
  • magenta value is 28.65%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (30,29,0,33) C30M29Y0K33 (30%,29%,0%,33%) (0.30/0.29/0.00/0.33) 

CMYK percentages

%30.41
%28.65
%0
%32.94

Codes

Color #777AAB in popluar color models

77 7A AB
RGB 119 122 171
HSL 237° 23.64% 56.86%
HSB/HSV 237° 30.41% 67.06%
CMYK 30.41% 28.65% 0.00%
32.94%

Color #777AAB in popluar number systems.

HEX 77 7A AB
Decimal 119 122 171
Binary 1110111 1111010 10101011
Octal 167 172 253

Shades and tints

Shades of #777AAB

#777AAB
(119,122,171)
#6D6F9C
(109,111,156)
#63648D
(99,100,141)
#59597E
(89,89,126)
#4F4E6F
(79,78,111)
#454360
(69,67,96)
#3B3851
(59,56,81)
#312D42
(49,45,66)
#272233
(39,34,51)
#1D1724
(29,23,36)
#130C15
(19,12,21)
#000000
(0,0,0)

Tints of #777AAB

#777AAB
(119,122,171)
#8386B2
(131,134,178)
#8F92B9
(143,146,185)
#9B9EC0
(155,158,192)
#A7AAC7
(167,170,199)
#B3B6CE
(179,182,206)
#BFC2D5
(191,194,213)
#CBCEDC
(203,206,220)
#D7DAE3
(215,218,227)
#E3E6EA
(227,230,234)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777AAB; }

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

This text font color is #777AAB.

Background Color

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

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

This div background color is #777AAB.

Border color

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

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

This div border color is #777AAB.

Opacity

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

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

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

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

This text has shadow with #777AAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777AAB.

Preview

Color preview on black background

This text has color #777AAB on black background.


Color preview on white background

This text has color #777AAB on white background.


Black color preview on #777AAB background

This text has black color on #777AAB background.


White color preview on #777AAB background

This text has white color on #777AAB background.


Related colors

Complementary color

Complementary color for #hex is #888554.


I love getcolorcode.com

Triadic colors

1 #AB777A and #7AAB77 with #777AAB are triadic colors.

2 #AB7A77 and #7A77AB with #777AAB are triadic colors.