COLOR #7D7AAA

HEX: #7D7AAA RGB: (125,122,170)

Color info

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

RGB color model

#7D7AAA color RGB value is (125,122,170).

RGB: (125,122,170) (49%, 48%, 67%)

RGB channels and saturation

R 125 of 255 = 49%
G 122 of 255 = 48%
B 170 of 255 = 67%

125
122
170

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

Portions of RGB colors in percentages

R + G + B = 125 + 122 + 170 = 417 (100%)
R 125 of 417 ~ 29.98%
G 122 of 417 ~ 29.26%
B 170 of 417 ~ 40.77'%

%29.98
%29.26
%40.77

CMYK color model

#7D7AAA color CMYK value is (26,28,0,33).

  • cyan value is 26.47%
  • magenta value is 28.24%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (26,28,0,33) C26M28Y0K33 (26%,28%,0%,33%) (0.26/0.28/0.00/0.33) 

CMYK percentages

%26.47
%28.24
%0
%33.33

Codes

Color #7D7AAA in popluar color models

7D 7A AA
RGB 125 122 170
HSL 244° 22.02% 57.25%
HSB/HSV 244° 28.24% 66.67%
CMYK 26.47% 28.24% 0.00%
33.33%

Color #7D7AAA in popluar number systems.

HEX 7D 7A AA
Decimal 125 122 170
Binary 1111101 1111010 10101010
Octal 175 172 252

Shades and tints

Shades of #7D7AAA

#7D7AAA
(125,122,170)
#726F9B
(114,111,155)
#67648C
(103,100,140)
#5C597D
(92,89,125)
#514E6E
(81,78,110)
#46435F
(70,67,95)
#3B3850
(59,56,80)
#302D41
(48,45,65)
#252232
(37,34,50)
#1A1723
(26,23,35)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #7D7AAA

#7D7AAA
(125,122,170)
#8886B1
(136,134,177)
#9392B8
(147,146,184)
#9E9EBF
(158,158,191)
#A9AAC6
(169,170,198)
#B4B6CD
(180,182,205)
#BFC2D4
(191,194,212)
#CACEDB
(202,206,219)
#D5DAE2
(213,218,226)
#E0E6E9
(224,230,233)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7AAA; }

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

This text font color is #7D7AAA.

Background Color

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

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

This div background color is #7D7AAA.

Border color

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

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

This div border color is #7D7AAA.

Opacity

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

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

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

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

This text has shadow with #7D7AAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7AAA.

Preview

Color preview on black background

This text has color #7D7AAA on black background.


Color preview on white background

This text has color #7D7AAA on white background.


Black color preview on #7D7AAA background

This text has black color on #7D7AAA background.


White color preview on #7D7AAA background

This text has white color on #7D7AAA background.


Related colors

Complementary color

Complementary color for #hex is #828555.


I love getcolorcode.com

Triadic colors

1 #AA7D7A and #7AAA7D with #7D7AAA are triadic colors.

2 #AA7A7D and #7A7DAA with #7D7AAA are triadic colors.