COLOR #7774D9

HEX: #7774D9
RGB: (119,116,217)

Color info

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

RGB color model

#7774D9 color RGB value is (119,116,217).

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

RGB channels and saturation

R 119 of 255 = 47%
G 116 of 255 = 45%
B 217 of 255 = 85%

119
116
217

R + G + B ~ 59%. #7774D9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 116 + 217 = 452 (100%)
R 119 of 452 ~ 26.33%
G 116 of 452 ~ 25.66%
B 217 of 452 ~ 48.01%

%26.33
%25.66
%48.01

CMYK color model

#7774D9 color CMYK value is (45,47,0,15).

  • cyan value is 45.16%
  • magenta value is 46.54%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(45,47,0,15)
C45M47Y0K15 
(45%,47%,0%,15%)
(0.45/0.47/0.00/0.15)	

CMYK percentages

%45.16
%46.54
%0
%14.9

Codes

Color #7774D9 in popluar color models

7774D9
RGB119116217
HSL242°57.06%65.29%
HSB/HSV242°46.54%85.10%
CMYK45.16%46.54%0.00%
14.90%

Color #7774D9 in popluar number systems.

HEX7774D9
Decimal119116217
Binary1110111111010011011001
Octal167164331

Shades and tints

Shades of #7774D9

#7774D9
(119,116,217)
#6D6AC6
(109,106,198)
#6360B3
(99,96,179)
#5956A0
(89,86,160)
#4F4C8D
(79,76,141)
#45427A
(69,66,122)
#3B3867
(59,56,103)
#312E54
(49,46,84)
#272441
(39,36,65)
#1D1A2E
(29,26,46)
#13101B
(19,16,27)
#000000
(0,0,0)

Tints of #7774D9

#7774D9
(119,116,217)
#8380DC
(131,128,220)
#8F8CDF
(143,140,223)
#9B98E2
(155,152,226)
#A7A4E5
(167,164,229)
#B3B0E8
(179,176,232)
#BFBCEB
(191,188,235)
#CBC8EE
(203,200,238)
#D7D4F1
(215,212,241)
#E3E0F4
(227,224,244)
#EFECF7
(239,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7774D9; }

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

This text font color is #7774D9.


Background Color

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

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

This div background color is #7774D9.


Border color

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

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

This div border color is #7774D9.


Opacity

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

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

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

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

This text has shadow with #7774D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7774D9 on black background.


Color preview on white background

This text has color #7774D9 on white background.



Black color preview on #7774D9 background

This text has black color on #7774D9 background.


White color preview on #7774D9 background

This text has white color on #7774D9 background.