COLOR #777CAE

HEX: #777CAE RGB: (119,124,174)

Color info

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

RGB color model

#777CAE color RGB value is (119,124,174).

RGB: (119,124,174) (47%, 49%, 68%)

RGB channels and saturation

R 119 of 255 = 47%
G 124 of 255 = 49%
B 174 of 255 = 68%

119
124
174

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

Portions of RGB colors in percentages

R + G + B = 119 + 124 + 174 = 417 (100%)
R 119 of 417 ~ 28.54%
G 124 of 417 ~ 29.74%
B 174 of 417 ~ 41.73'%

%28.54
%29.74
%41.73

CMYK color model

#777CAE color CMYK value is (32,29,0,32).

  • cyan value is 31.61%
  • magenta value is 28.74%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (32,29,0,32)
C32M29Y0K32 (32%, 29%, 0%, 32%)
(0.32 / 0.29 / 0.00 / 0.32)

CMYK percentages

%31.61
%28.74
%0
%31.76

Codes

Color #777CAE in popluar color models

77 7C AE
RGB 119 124 174
HSL 235° 25.35% 57.45%
HSB/HSV 235° 31.61% 68.24%
CMYK 31.61% 28.74% 0.00%
31.76%

Color #777CAE in popluar number systems.

HEX 77 7C AE
Decimal 119 124 174
Binary 1110111 1111100 10101110
Octal 167 174 256

Shades and tints

Shades of #777CAE

#777CAE
(119,124,174)
#6D719F
(109,113,159)
#636690
(99,102,144)
#595B81
(89,91,129)
#4F5072
(79,80,114)
#454563
(69,69,99)
#3B3A54
(59,58,84)
#312F45
(49,47,69)
#272436
(39,36,54)
#1D1927
(29,25,39)
#130E18
(19,14,24)
#000000
(0,0,0)

Tints of #777CAE

#777CAE
(119,124,174)
#8387B5
(131,135,181)
#8F92BC
(143,146,188)
#9B9DC3
(155,157,195)
#A7A8CA
(167,168,202)
#B3B3D1
(179,179,209)
#BFBED8
(191,190,216)
#CBC9DF
(203,201,223)
#D7D4E6
(215,212,230)
#E3DFED
(227,223,237)
#EFEAF4
(239,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777CAE color. Also use rgb(119,124,174) instead hex code.

Text Font Color

.myTextColor { color: #777CAE; }

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

This text font color is #777CAE.

Background Color

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

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

This div background color is #777CAE.

Border color

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

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

This div border color is #777CAE.

Opacity

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

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

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

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

This text has shadow with #777CAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777CAE.

Preview

Color preview on black background

This text has color #777CAE on black background.


Color preview on white background

This text has color #777CAE on white background.


Black color preview on #777CAE background

This text has black color on #777CAE background.


White color preview on #777CAE background

This text has white color on #777CAE background.


Related colors

Complementary color

Complementary color for #hex is #888351.


I love getcolorcode.com

Triadic colors

1 #AE777C and #7CAE77 with #777CAE are triadic colors.

2 #AE7C77 and #7C77AE with #777CAE are triadic colors.