COLOR #7777E1

HEX: #7777E1
RGB: (119,119,225)

Color info

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

RGB color model

#7777E1 color RGB value is (119,119,225).

  • red value is 119;
  • green value is 119;
  • blue value is 225.
RGB:
(119,119,225)
(47%,47%,88%)

RGB channels and saturation

R 119 of 255 = 47%
G 119 of 255 = 47%
B 225 of 255 = 88%

119
119
225

R + G + B ~ 61%. #7777E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 119 + 225 = 463 (100%)
R 119 of 463 ~ 25.7%
G 119 of 463 ~ 25.7%
B 225 of 463 ~ 48.6%

%25.7
%25.7
%48.6

CMYK color model

#7777E1 color CMYK value is (47,47,0,12).

  • cyan value is 47.11%
  • magenta value is 47.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(47,47,0,12)
C47M47Y0K12 
(47%,47%,0%,12%)
(0.47/0.47/0.00/0.12)	

CMYK percentages

%47.11
%47.11
%0
%11.76

Codes

Color #7777E1 in popluar color models

7777E1
RGB119119225
HSL240°63.86%67.45%
HSB/HSV240°47.11%88.24%
CMYK47.11%47.11%0.00%
11.76%

Color #7777E1 in popluar number systems.

HEX7777E1
Decimal119119225
Binary1110111111011111100001
Octal167167341

Shades and tints

Shades of #7777E1

#7777E1
(119,119,225)
#6D6DCD
(109,109,205)
#6363B9
(99,99,185)
#5959A5
(89,89,165)
#4F4F91
(79,79,145)
#45457D
(69,69,125)
#3B3B69
(59,59,105)
#313155
(49,49,85)
#272741
(39,39,65)
#1D1D2D
(29,29,45)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #7777E1

#7777E1
(119,119,225)
#8383E3
(131,131,227)
#8F8FE5
(143,143,229)
#9B9BE7
(155,155,231)
#A7A7E9
(167,167,233)
#B3B3EB
(179,179,235)
#BFBFED
(191,191,237)
#CBCBEF
(203,203,239)
#D7D7F1
(215,215,241)
#E3E3F3
(227,227,243)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7777E1 color. Also use rgb(119,119,225) instead hex code.

Text Font Color

.myTextColor { color: #7777E1; }

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

This text font color is #7777E1.


Background Color

.myBgColor { background-color: #7777E1; }

<div style="background-color:#7777E1">Inner text</div>

This div background color is #7777E1.


Border color

.myBorderColor { border: 1px solid #7777E1; }

<div style="border:3px solid #7777E1">Div</div>

This div border color is #7777E1.


Opacity

.myOpacity80 { color: #7777E1; opacity: 0.8; }

<p style="color:#7777E1;opacity:0.8;">80%</p>

Text with #7777E1 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 #7777E1;}

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

This text has shadow with #7777E1 color.

.textShadow {text-shadow: 3px 3px 1px #7777E1, 3px 3px 1px red;}

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

This text has shadow with #7777E1 primary color and red secondary color.


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

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

This text has shadow with #7777E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7777E1 on black background.


Color preview on white background

This text has color #7777E1 on white background.



Black color preview on #7777E1 background

This text has black color on #7777E1 background.


White color preview on #7777E1 background

This text has white color on #7777E1 background.