COLOR #7A77E0

HEX: #7A77E0 RGB: (122,119,224)

Color info

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

RGB color model

#7A77E0 color RGB value is (122,119,224).

RGB: (122,119,224) (48%, 47%, 88%)

RGB channels and saturation

R 122 of 255 = 48%
G 119 of 255 = 47%
B 224 of 255 = 88%

122
119
224

R + G + B ~ 61%. #7A77E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 119 + 224 = 465 (100%)
R 122 of 465 ~ 26.24%
G 119 of 465 ~ 25.59%
B 224 of 465 ~ 48.17'%

%26.24
%25.59
%48.17

CMYK color model

#7A77E0 color CMYK value is (46,47,0,12).

  • cyan value is 45.54%
  • magenta value is 46.88%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (46,47,0,12) C46M47Y0K12 (46%,47%,0%,12%) (0.46/0.47/0.00/0.12) 

CMYK percentages

%45.54
%46.88
%0
%12.16

Codes

Color #7A77E0 in popluar color models

7A 77 E0
RGB 122 119 224
HSL 242° 62.87% 67.25%
HSB/HSV 242° 46.88% 87.84%
CMYK 45.54% 46.88% 0.00%
12.16%

Color #7A77E0 in popluar number systems.

HEX 7A 77 E0
Decimal 122 119 224
Binary 1111010 1110111 11100000
Octal 172 167 340

Shades and tints

Shades of #7A77E0

#7A77E0
(122,119,224)
#6F6DCC
(111,109,204)
#6463B8
(100,99,184)
#5959A4
(89,89,164)
#4E4F90
(78,79,144)
#43457C
(67,69,124)
#383B68
(56,59,104)
#2D3154
(45,49,84)
#222740
(34,39,64)
#171D2C
(23,29,44)
#0C1318
(12,19,24)
#000000
(0,0,0)

Tints of #7A77E0

#7A77E0
(122,119,224)
#8683E2
(134,131,226)
#928FE4
(146,143,228)
#9E9BE6
(158,155,230)
#AAA7E8
(170,167,232)
#B6B3EA
(182,179,234)
#C2BFEC
(194,191,236)
#CECBEE
(206,203,238)
#DAD7F0
(218,215,240)
#E6E3F2
(230,227,242)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A77E0 color. Also use rgb(122,119,224) instead hex code.

Text Font Color

.myTextColor { color: #7A77E0; }

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

This text font color is #7A77E0.

Background Color

.myBgColor { background-color: #7A77E0; }

<div style="background-color:#7A77E0">Inner text</div>

This div background color is #7A77E0.

Border color

.myBorderColor { border: 1px solid #7A77E0; }

<div style="border:3px solid #7A77E0">Div</div>

This div border color is #7A77E0.

Opacity

.myOpacity80 { color: #7A77E0; opacity: 0.8; }

<p style="color:#7A77E0;opacity:0.8;">80%</p>

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

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

This text has shadow with #7A77E0 color.


.textShadow {text-shadow: 3px 3px 1px #7A77E0', 3px 3px 1px red;}

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

This text has shadow with #7A77E0 primary color and red secondary color.


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

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

This text has shadow with #7A77E0 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7A77E0; -webkit-box-shadow: 1px 1px 3px 2px #7A77E0; box-shadow:1px 1px 3px 2px #7A77E0;">
Div content here
</div>

This div box has shadow with color #7A77E0.

Preview

Color preview on black background

This text has color #7A77E0 on black background.


Color preview on white background

This text has color #7A77E0 on white background.


Black color preview on #7A77E0 background

This text has black color on #7A77E0 background.


White color preview on #7A77E0 background

This text has white color on #7A77E0 background.


Related colors

Complementary color

Complementary color for #hex is #85881F.


I love getcolorcode.com

Triadic colors

1 #E07A77 and #77E07A with #7A77E0 are triadic colors.

2 #E0777A and #777AE0 with #7A77E0 are triadic colors.