COLOR #777EE8

HEX: #777EE8
RGB: (119,126,232)

Color info

#777EE8 contains mainly blue color. Web safe color of #777EE8 is #6666FF (or #66F).

RGB color model

#777EE8 color RGB value is (119,126,232).

  • red value is 119;
  • green value is 126;
  • blue value is 232.
RGB:
(119,126,232)
(47%,49%,91%)

RGB channels and saturation

R 119 of 255 = 47%
G 126 of 255 = 49%
B 232 of 255 = 91%

119
126
232

R + G + B ~ 62%. #777EE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 126 + 232 = 477 (100%)
R 119 of 477 ~ 24.95%
G 126 of 477 ~ 26.42%
B 232 of 477 ~ 48.64%

%24.95
%26.42
%48.64

CMYK color model

#777EE8 color CMYK value is (49,46,0,9).

  • cyan value is 48.71%
  • magenta value is 45.69%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(49,46,0,9)
C49M46Y0K9 
(49%,46%,0%,9%)
(0.49/0.46/0.00/0.09)	

CMYK percentages

%48.71
%45.69
%0
%9.02

Codes

Color #777EE8 in popluar color models

777EE8
RGB119126232
HSL236°71.07%68.82%
HSB/HSV236°48.71%90.98%
CMYK48.71%45.69%0.00%
9.02%

Color #777EE8 in popluar number systems.

HEX777EE8
Decimal119126232
Binary1110111111111011101000
Octal167176350

Shades and tints

Shades of #777EE8

#777EE8
(119,126,232)
#6D73D3
(109,115,211)
#6368BE
(99,104,190)
#595DA9
(89,93,169)
#4F5294
(79,82,148)
#45477F
(69,71,127)
#3B3C6A
(59,60,106)
#313155
(49,49,85)
#272640
(39,38,64)
#1D1B2B
(29,27,43)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #777EE8

#777EE8
(119,126,232)
#8389EA
(131,137,234)
#8F94EC
(143,148,236)
#9B9FEE
(155,159,238)
#A7AAF0
(167,170,240)
#B3B5F2
(179,181,242)
#BFC0F4
(191,192,244)
#CBCBF6
(203,203,246)
#D7D6F8
(215,214,248)
#E3E1FA
(227,225,250)
#EFECFC
(239,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777EE8; }

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

This text font color is #777EE8.


Background Color

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

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

This div background color is #777EE8.


Border color

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

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

This div border color is #777EE8.


Opacity

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

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

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

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

This text has shadow with #777EE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777EE8 on black background.


Color preview on white background

This text has color #777EE8 on white background.



Black color preview on #777EE8 background

This text has black color on #777EE8 background.


White color preview on #777EE8 background

This text has white color on #777EE8 background.