COLOR #777ED4

HEX: #777ED4 RGB: (119,126,212)

Color info

#777ED4 contains mainly blue color. Web safe color of #777ED4 is #6666CC (or #66C).

RGB color model

#777ED4 color RGB value is (119,126,212).

RGB: (119,126,212) (47%, 49%, 83%)

RGB channels and saturation

R 119 of 255 = 47%
G 126 of 255 = 49%
B 212 of 255 = 83%

119
126
212

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

Portions of RGB colors in percentages

R + G + B = 119 + 126 + 212 = 457 (100%)
R 119 of 457 ~ 26.04%
G 126 of 457 ~ 27.57%
B 212 of 457 ~ 46.39'%

%26.04
%27.57
%46.39

CMYK color model

#777ED4 color CMYK value is (44,41,0,17).

  • cyan value is 43.87%
  • magenta value is 40.57%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (44,41,0,17)
C44M41Y0K17 (44%, 41%, 0%, 17%)
(0.44 / 0.41 / 0.00 / 0.17)

CMYK percentages

%43.87
%40.57
%0
%16.86

Codes

Color #777ED4 in popluar color models

77 7E D4
RGB 119 126 212
HSL 235° 51.96% 64.90%
HSB/HSV 235° 43.87% 83.14%
CMYK 43.87% 40.57% 0.00%
16.86%

Color #777ED4 in popluar number systems.

HEX 77 7E D4
Decimal 119 126 212
Binary 1110111 1111110 11010100
Octal 167 176 324

Shades and tints

Shades of #777ED4

#777ED4
(119,126,212)
#6D73C1
(109,115,193)
#6368AE
(99,104,174)
#595D9B
(89,93,155)
#4F5288
(79,82,136)
#454775
(69,71,117)
#3B3C62
(59,60,98)
#31314F
(49,49,79)
#27263C
(39,38,60)
#1D1B29
(29,27,41)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #777ED4

#777ED4
(119,126,212)
#8389D7
(131,137,215)
#8F94DA
(143,148,218)
#9B9FDD
(155,159,221)
#A7AAE0
(167,170,224)
#B3B5E3
(179,181,227)
#BFC0E6
(191,192,230)
#CBCBE9
(203,203,233)
#D7D6EC
(215,214,236)
#E3E1EF
(227,225,239)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777ED4 color. Also use rgb(119,126,212) instead hex code.

Text Font Color

.myTextColor { color: #777ED4; }

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

This text font color is #777ED4.

Background Color

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

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

This div background color is #777ED4.

Border color

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

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

This div border color is #777ED4.

Opacity

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

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

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

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

This text has shadow with #777ED4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777ED4.

Preview

Color preview on black background

This text has color #777ED4 on black background.


Color preview on white background

This text has color #777ED4 on white background.


Black color preview on #777ED4 background

This text has black color on #777ED4 background.


White color preview on #777ED4 background

This text has white color on #777ED4 background.


Related colors

Complementary color

Complementary color for #hex is #88812B.


I love getcolorcode.com

Triadic colors

1 #D4777E and #7ED477 with #777ED4 are triadic colors.

2 #D47E77 and #7E77D4 with #777ED4 are triadic colors.