COLOR #7A77AA

HEX: #7A77AA RGB: (122,119,170)

Color info

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

RGB color model

#7A77AA color RGB value is (122,119,170).

RGB: (122,119,170) (48%, 47%, 67%)

RGB channels and saturation

R 122 of 255 = 48%
G 119 of 255 = 47%
B 170 of 255 = 67%

122
119
170

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

Portions of RGB colors in percentages

R + G + B = 122 + 119 + 170 = 411 (100%)
R 122 of 411 ~ 29.68%
G 119 of 411 ~ 28.95%
B 170 of 411 ~ 41.36'%

%29.68
%28.95
%41.36

CMYK color model

#7A77AA color CMYK value is (28,30,0,33).

  • cyan value is 28.24%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (28,30,0,33)
C28M30Y0K33 (28%, 30%, 0%, 33%)
(0.28 / 0.30 / 0.00 / 0.33)

CMYK percentages

%28.24
%30
%0
%33.33

Codes

Color #7A77AA in popluar color models

7A 77 AA
RGB 122 119 170
HSL 244° 23.08% 56.67%
HSB/HSV 244° 30.00% 66.67%
CMYK 28.24% 30.00% 0.00%
33.33%

Color #7A77AA in popluar number systems.

HEX 7A 77 AA
Decimal 122 119 170
Binary 1111010 1110111 10101010
Octal 172 167 252

Shades and tints

Shades of #7A77AA

#7A77AA
(122,119,170)
#6F6D9B
(111,109,155)
#64638C
(100,99,140)
#59597D
(89,89,125)
#4E4F6E
(78,79,110)
#43455F
(67,69,95)
#383B50
(56,59,80)
#2D3141
(45,49,65)
#222732
(34,39,50)
#171D23
(23,29,35)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #7A77AA

#7A77AA
(122,119,170)
#8683B1
(134,131,177)
#928FB8
(146,143,184)
#9E9BBF
(158,155,191)
#AAA7C6
(170,167,198)
#B6B3CD
(182,179,205)
#C2BFD4
(194,191,212)
#CECBDB
(206,203,219)
#DAD7E2
(218,215,226)
#E6E3E9
(230,227,233)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A77AA; }

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

This text font color is #7A77AA.

Background Color

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

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

This div background color is #7A77AA.

Border color

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

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

This div border color is #7A77AA.

Opacity

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

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

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

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

This text has shadow with #7A77AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A77AA.

Preview

Color preview on black background

This text has color #7A77AA on black background.


Color preview on white background

This text has color #7A77AA on white background.


Black color preview on #7A77AA background

This text has black color on #7A77AA background.


White color preview on #7A77AA background

This text has white color on #7A77AA background.


Related colors

Complementary color

Complementary color for #hex is #858855.


I love getcolorcode.com

Triadic colors

1 #AA7A77 and #77AA7A with #7A77AA are triadic colors.

2 #AA777A and #777AAA with #7A77AA are triadic colors.