COLOR #7A5081

HEX: #7A5081 RGB: (122,80,129)

Color info

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

RGB color model

#7A5081 color RGB value is (122,80,129).

RGB: (122,80,129) (48%, 31%, 51%)

RGB channels and saturation

R 122 of 255 = 48%
G 80 of 255 = 31%
B 129 of 255 = 51%

122
80
129

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

Portions of RGB colors in percentages

R + G + B = 122 + 80 + 129 = 331 (100%)
R 122 of 331 ~ 36.86%
G 80 of 331 ~ 24.17%
B 129 of 331 ~ 38.97'%

%36.86
%24.17
%38.97

CMYK color model

#7A5081 color CMYK value is (5,38,0,49).

  • cyan value is 5.43%
  • magenta value is 37.98%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (5,38,0,49)
C5M38Y0K49 (5%, 38%, 0%, 49%)
(0.05 / 0.38 / 0.00 / 0.49)

CMYK percentages

%5.43
%37.98
%0
%49.41

Codes

Color #7A5081 in popluar color models

7A 50 81
RGB 122 80 129
HSL 291° 23.44% 40.98%
HSB/HSV 291° 37.98% 50.59%
CMYK 5.43% 37.98% 0.00%
49.41%

Color #7A5081 in popluar number systems.

HEX 7A 50 81
Decimal 122 80 129
Binary 1111010 1010000 10000001
Octal 172 120 201

Shades and tints

Shades of #7A5081

#7A5081
(122,80,129)
#6F4976
(111,73,118)
#64426B
(100,66,107)
#593B60
(89,59,96)
#4E3455
(78,52,85)
#432D4A
(67,45,74)
#38263F
(56,38,63)
#2D1F34
(45,31,52)
#221829
(34,24,41)
#17111E
(23,17,30)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #7A5081

#7A5081
(122,80,129)
#865F8C
(134,95,140)
#926E97
(146,110,151)
#9E7DA2
(158,125,162)
#AA8CAD
(170,140,173)
#B69BB8
(182,155,184)
#C2AAC3
(194,170,195)
#CEB9CE
(206,185,206)
#DAC8D9
(218,200,217)
#E6D7E4
(230,215,228)
#F2E6EF
(242,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5081; }

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

This text font color is #7A5081.

Background Color

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

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

This div background color is #7A5081.

Border color

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

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

This div border color is #7A5081.

Opacity

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

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

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

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

This text has shadow with #7A5081 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A5081.

Preview

Color preview on black background

This text has color #7A5081 on black background.


Color preview on white background

This text has color #7A5081 on white background.


Black color preview on #7A5081 background

This text has black color on #7A5081 background.


White color preview on #7A5081 background

This text has white color on #7A5081 background.


Related colors

Complementary color

Complementary color for #hex is #85AF7E.


I love getcolorcode.com

Triadic colors

1 #817A50 and #50817A with #7A5081 are triadic colors.

2 #81507A and #507A81 with #7A5081 are triadic colors.