COLOR #7A507D

HEX: #7A507D RGB: (122,80,125)

Color info

#7A507D contains red, green and blue colors in about the same proportion. Web safe color of #7A507D is #666666 (or #666).

RGB color model

#7A507D color RGB value is (122,80,125).

RGB: (122,80,125) (48%, 31%, 49%)

RGB channels and saturation

R 122 of 255 = 48%
G 80 of 255 = 31%
B 125 of 255 = 49%

122
80
125

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

Portions of RGB colors in percentages

R + G + B = 122 + 80 + 125 = 327 (100%)
R 122 of 327 ~ 37.31%
G 80 of 327 ~ 24.46%
B 125 of 327 ~ 38.23'%

%37.31
%24.46
%38.23

CMYK color model

#7A507D color CMYK value is (2,36,0,51).

  • cyan value is 2.40%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (2,36,0,51)
C2M36Y0K51 (2%, 36%, 0%, 51%)
(0.02 / 0.36 / 0.00 / 0.51)

CMYK percentages

%2.4
%36
%0
%50.98

Codes

Color #7A507D in popluar color models

7A 50 7D
RGB 122 80 125
HSL 296° 21.95% 40.20%
HSB/HSV 296° 36.00% 49.02%
CMYK 2.40% 36.00% 0.00%
50.98%

Color #7A507D in popluar number systems.

HEX 7A 50 7D
Decimal 122 80 125
Binary 1111010 1010000 1111101
Octal 172 120 175

Shades and tints

Shades of #7A507D

#7A507D
(122,80,125)
#6F4972
(111,73,114)
#644267
(100,66,103)
#593B5C
(89,59,92)
#4E3451
(78,52,81)
#432D46
(67,45,70)
#38263B
(56,38,59)
#2D1F30
(45,31,48)
#221825
(34,24,37)
#17111A
(23,17,26)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #7A507D

#7A507D
(122,80,125)
#865F88
(134,95,136)
#926E93
(146,110,147)
#9E7D9E
(158,125,158)
#AA8CA9
(170,140,169)
#B69BB4
(182,155,180)
#C2AABF
(194,170,191)
#CEB9CA
(206,185,202)
#DAC8D5
(218,200,213)
#E6D7E0
(230,215,224)
#F2E6EB
(242,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A507D; }

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

This text font color is #7A507D.

Background Color

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

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

This div background color is #7A507D.

Border color

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

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

This div border color is #7A507D.

Opacity

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

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

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

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

This text has shadow with #7A507D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A507D.

Preview

Color preview on black background

This text has color #7A507D on black background.


Color preview on white background

This text has color #7A507D on white background.


Black color preview on #7A507D background

This text has black color on #7A507D background.


White color preview on #7A507D background

This text has white color on #7A507D background.


Related colors

Complementary color

Complementary color for #hex is #85AF82.


I love getcolorcode.com

Triadic colors

1 #7D7A50 and #507D7A with #7A507D are triadic colors.

2 #7D507A and #507A7D with #7A507D are triadic colors.