COLOR #777AAF

HEX: #777AAF RGB: (119,122,175)

Color info

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

RGB color model

#777AAF color RGB value is (119,122,175).

RGB: (119,122,175) (47%, 48%, 69%)

RGB channels and saturation

R 119 of 255 = 47%
G 122 of 255 = 48%
B 175 of 255 = 69%

119
122
175

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

Portions of RGB colors in percentages

R + G + B = 119 + 122 + 175 = 416 (100%)
R 119 of 416 ~ 28.61%
G 122 of 416 ~ 29.33%
B 175 of 416 ~ 42.07'%

%28.61
%29.33
%42.07

CMYK color model

#777AAF color CMYK value is (32,30,0,31).

  • cyan value is 32.00%
  • magenta value is 30.29%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (32,30,0,31)
C32M30Y0K31 (32%, 30%, 0%, 31%)
(0.32 / 0.30 / 0.00 / 0.31)

CMYK percentages

%32
%30.29
%0
%31.37

Codes

Color #777AAF in popluar color models

77 7A AF
RGB 119 122 175
HSL 237° 25.93% 57.65%
HSB/HSV 237° 32.00% 68.63%
CMYK 32.00% 30.29% 0.00%
31.37%

Color #777AAF in popluar number systems.

HEX 77 7A AF
Decimal 119 122 175
Binary 1110111 1111010 10101111
Octal 167 172 257

Shades and tints

Shades of #777AAF

#777AAF
(119,122,175)
#6D6FA0
(109,111,160)
#636491
(99,100,145)
#595982
(89,89,130)
#4F4E73
(79,78,115)
#454364
(69,67,100)
#3B3855
(59,56,85)
#312D46
(49,45,70)
#272237
(39,34,55)
#1D1728
(29,23,40)
#130C19
(19,12,25)
#000000
(0,0,0)

Tints of #777AAF

#777AAF
(119,122,175)
#8386B6
(131,134,182)
#8F92BD
(143,146,189)
#9B9EC4
(155,158,196)
#A7AACB
(167,170,203)
#B3B6D2
(179,182,210)
#BFC2D9
(191,194,217)
#CBCEE0
(203,206,224)
#D7DAE7
(215,218,231)
#E3E6EE
(227,230,238)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777AAF; }

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

This text font color is #777AAF.

Background Color

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

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

This div background color is #777AAF.

Border color

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

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

This div border color is #777AAF.

Opacity

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

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

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

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

This text has shadow with #777AAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777AAF.

Preview

Color preview on black background

This text has color #777AAF on black background.


Color preview on white background

This text has color #777AAF on white background.


Black color preview on #777AAF background

This text has black color on #777AAF background.


White color preview on #777AAF background

This text has white color on #777AAF background.


Related colors

Complementary color

Complementary color for #hex is #888550.


I love getcolorcode.com

Triadic colors

1 #AF777A and #7AAF77 with #777AAF are triadic colors.

2 #AF7A77 and #7A77AF with #777AAF are triadic colors.