COLOR #777CE7

HEX: #777CE7
RGB: (119,124,231)

Color info

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

RGB color model

#777CE7 color RGB value is (119,124,231).

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

RGB channels and saturation

R 119 of 255 = 47%
G 124 of 255 = 49%
B 231 of 255 = 91%

119
124
231

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

Portions of RGB colors in percentages

R + G + B =
119 + 124 + 231 = 474 (100%)
R 119 of 474 ~ 25.11%
G 124 of 474 ~ 26.16%
B 231 of 474 ~ 48.73%

%25.11
%26.16
%48.73

CMYK color model

#777CE7 color CMYK value is (48,46,0,9).

  • cyan value is 48.48%
  • magenta value is 46.32%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(48,46,0,9)
C48M46Y0K9 
(48%,46%,0%,9%)
(0.48/0.46/0.00/0.09)	

CMYK percentages

%48.48
%46.32
%0
%9.41

Codes

Color #777CE7 in popluar color models

777CE7
RGB119124231
HSL237°70.00%68.63%
HSB/HSV237°48.48%90.59%
CMYK48.48%46.32%0.00%
9.41%

Color #777CE7 in popluar number systems.

HEX777CE7
Decimal119124231
Binary1110111111110011100111
Octal167174347

Shades and tints

Shades of #777CE7

#777CE7
(119,124,231)
#6D71D2
(109,113,210)
#6366BD
(99,102,189)
#595BA8
(89,91,168)
#4F5093
(79,80,147)
#45457E
(69,69,126)
#3B3A69
(59,58,105)
#312F54
(49,47,84)
#27243F
(39,36,63)
#1D192A
(29,25,42)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #777CE7

#777CE7
(119,124,231)
#8387E9
(131,135,233)
#8F92EB
(143,146,235)
#9B9DED
(155,157,237)
#A7A8EF
(167,168,239)
#B3B3F1
(179,179,241)
#BFBEF3
(191,190,243)
#CBC9F5
(203,201,245)
#D7D4F7
(215,212,247)
#E3DFF9
(227,223,249)
#EFEAFB
(239,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777CE7; }

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

This text font color is #777CE7.


Background Color

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

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

This div background color is #777CE7.


Border color

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

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

This div border color is #777CE7.


Opacity

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

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

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

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

This text has shadow with #777CE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777CE7 on black background.


Color preview on white background

This text has color #777CE7 on white background.



Black color preview on #777CE7 background

This text has black color on #777CE7 background.


White color preview on #777CE7 background

This text has white color on #777CE7 background.