COLOR #7774F5

HEX: #7774F5
RGB: (119,116,245)

Color info

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

RGB color model

#7774F5 color RGB value is (119,116,245).

  • red value is 119;
  • green value is 116;
  • blue value is 245.
RGB:
(119,116,245)
(47%,45%,96%)

RGB channels and saturation

R 119 of 255 = 47%
G 116 of 255 = 45%
B 245 of 255 = 96%

119
116
245

R + G + B ~ 63%. #7774F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 116 + 245 = 480 (100%)
R 119 of 480 ~ 24.79%
G 116 of 480 ~ 24.17%
B 245 of 480 ~ 51.04%

%24.79
%24.17
%51.04

CMYK color model

#7774F5 color CMYK value is (51,53,0,4).

  • cyan value is 51.43%
  • magenta value is 52.65%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(51,53,0,4)
C51M53Y0K4 
(51%,53%,0%,4%)
(0.51/0.53/0.00/0.04)	

CMYK percentages

%51.43
%52.65
%0
%3.92

Codes

Color #7774F5 in popluar color models

7774F5
RGB119116245
HSL241°86.58%70.78%
HSB/HSV241°52.65%96.08%
CMYK51.43%52.65%0.00%
3.92%

Color #7774F5 in popluar number systems.

HEX7774F5
Decimal119116245
Binary1110111111010011110101
Octal167164365

Shades and tints

Shades of #7774F5

#7774F5
(119,116,245)
#6D6ADF
(109,106,223)
#6360C9
(99,96,201)
#5956B3
(89,86,179)
#4F4C9D
(79,76,157)
#454287
(69,66,135)
#3B3871
(59,56,113)
#312E5B
(49,46,91)
#272445
(39,36,69)
#1D1A2F
(29,26,47)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #7774F5

#7774F5
(119,116,245)
#8380F5
(131,128,245)
#8F8CF5
(143,140,245)
#9B98F5
(155,152,245)
#A7A4F5
(167,164,245)
#B3B0F5
(179,176,245)
#BFBCF5
(191,188,245)
#CBC8F5
(203,200,245)
#D7D4F5
(215,212,245)
#E3E0F5
(227,224,245)
#EFECF5
(239,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7774F5 color. Also use rgb(119,116,245) instead hex code.

Text Font Color

.myTextColor { color: #7774F5; }

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

This text font color is #7774F5.


Background Color

.myBgColor { background-color: #7774F5; }

<div style="background-color:#7774F5">Inner text</div>

This div background color is #7774F5.


Border color

.myBorderColor { border: 1px solid #7774F5; }

<div style="border:3px solid #7774F5">Div</div>

This div border color is #7774F5.


Opacity

.myOpacity80 { color: #7774F5; opacity: 0.8; }

<p style="color:#7774F5;opacity:0.8;">80%</p>

Text with #7774F5 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 #7774F5;}

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

This text has shadow with #7774F5 color.

.textShadow {text-shadow: 3px 3px 1px #7774F5, 3px 3px 1px red;}

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

This text has shadow with #7774F5 primary color and red secondary color.


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

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

This text has shadow with #7774F5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7774F5 on black background.


Color preview on white background

This text has color #7774F5 on white background.



Black color preview on #7774F5 background

This text has black color on #7774F5 background.


White color preview on #7774F5 background

This text has white color on #7774F5 background.