COLOR #7E77A8

HEX: #7E77A8 RGB: (126,119,168)

Color info

#7E77A8 contains red, green and blue colors in about the same proportion. Web safe color of #7E77A8 is #666699 (or #669).

RGB color model

#7E77A8 color RGB value is (126,119,168).

RGB: (126,119,168) (49%, 47%, 66%)

RGB channels and saturation

R 126 of 255 = 49%
G 119 of 255 = 47%
B 168 of 255 = 66%

126
119
168

R + G + B ~ 54%. #7E77A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 126 + 119 + 168 = 413 (100%)
R 126 of 413 ~ 30.51%
G 119 of 413 ~ 28.81%
B 168 of 413 ~ 40.68'%

%30.51
%28.81
%40.68

CMYK color model

#7E77A8 color CMYK value is (25,29,0,34).

  • cyan value is 25.00%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (25,29,0,34)
C25M29Y0K34 (25%, 29%, 0%, 34%)
(0.25 / 0.29 / 0.00 / 0.34)

CMYK percentages

%25
%29.17
%0
%34.12

Codes

Color #7E77A8 in popluar color models

7E 77 A8
RGB 126 119 168
HSL 249° 21.97% 56.27%
HSB/HSV 249° 29.17% 65.88%
CMYK 25.00% 29.17% 0.00%
34.12%

Color #7E77A8 in popluar number systems.

HEX 7E 77 A8
Decimal 126 119 168
Binary 1111110 1110111 10101000
Octal 176 167 250

Shades and tints

Shades of #7E77A8

#7E77A8
(126,119,168)
#736D99
(115,109,153)
#68638A
(104,99,138)
#5D597B
(93,89,123)
#524F6C
(82,79,108)
#47455D
(71,69,93)
#3C3B4E
(60,59,78)
#31313F
(49,49,63)
#262730
(38,39,48)
#1B1D21
(27,29,33)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #7E77A8

#7E77A8
(126,119,168)
#8983AF
(137,131,175)
#948FB6
(148,143,182)
#9F9BBD
(159,155,189)
#AAA7C4
(170,167,196)
#B5B3CB
(181,179,203)
#C0BFD2
(192,191,210)
#CBCBD9
(203,203,217)
#D6D7E0
(214,215,224)
#E1E3E7
(225,227,231)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E77A8 color. Also use rgb(126,119,168) instead hex code.

Text Font Color

.myTextColor { color: #7E77A8; }

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

This text font color is #7E77A8.

Background Color

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

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

This div background color is #7E77A8.

Border color

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

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

This div border color is #7E77A8.

Opacity

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

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

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

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

This text has shadow with #7E77A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E77A8.

Preview

Color preview on black background

This text has color #7E77A8 on black background.


Color preview on white background

This text has color #7E77A8 on white background.


Black color preview on #7E77A8 background

This text has black color on #7E77A8 background.


White color preview on #7E77A8 background

This text has white color on #7E77A8 background.


Related colors

Complementary color

Complementary color for #hex is #818857.


I love getcolorcode.com

Triadic colors

1 #A87E77 and #77A87E with #7E77A8 are triadic colors.

2 #A8777E and #777EA8 with #7E77A8 are triadic colors.