COLOR #7A5473

HEX: #7A5473 RGB: (122,84,115)

Color info

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

RGB color model

#7A5473 color RGB value is (122,84,115).

RGB: (122,84,115) (48%, 33%, 45%)

RGB channels and saturation

R 122 of 255 = 48%
G 84 of 255 = 33%
B 115 of 255 = 45%

122
84
115

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

Portions of RGB colors in percentages

R + G + B = 122 + 84 + 115 = 321 (100%)
R 122 of 321 ~ 38.01%
G 84 of 321 ~ 26.17%
B 115 of 321 ~ 35.83'%

%38.01
%26.17
%35.83

CMYK color model

#7A5473 color CMYK value is (0,31,6,52).

  • cyan value is 0.00%
  • magenta value is 31.15%
  • yellow value is 5.74%
  • key color value is 52.16%

CMYK: (0,31,6,52)
C0M31Y6K52 (0%, 31%, 6%, 52%)
(0.00 / 0.31 / 0.06 / 0.52)

CMYK percentages

%0
%31.15
%5.74
%52.16

Codes

Color #7A5473 in popluar color models

7A 54 73
RGB 122 84 115
HSL 311° 18.45% 40.39%
HSB/HSV 311° 31.15% 47.84%
CMYK 0.00% 31.15% 5.74%
52.16%

Color #7A5473 in popluar number systems.

HEX 7A 54 73
Decimal 122 84 115
Binary 1111010 1010100 1110011
Octal 172 124 163

Shades and tints

Shades of #7A5473

#7A5473
(122,84,115)
#6F4D69
(111,77,105)
#64465F
(100,70,95)
#593F55
(89,63,85)
#4E384B
(78,56,75)
#433141
(67,49,65)
#382A37
(56,42,55)
#2D232D
(45,35,45)
#221C23
(34,28,35)
#171519
(23,21,25)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #7A5473

#7A5473
(122,84,115)
#86637F
(134,99,127)
#92728B
(146,114,139)
#9E8197
(158,129,151)
#AA90A3
(170,144,163)
#B69FAF
(182,159,175)
#C2AEBB
(194,174,187)
#CEBDC7
(206,189,199)
#DACCD3
(218,204,211)
#E6DBDF
(230,219,223)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5473 color. Also use rgb(122,84,115) instead hex code.

Text Font Color

.myTextColor { color: #7A5473; }

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

This text font color is #7A5473.

Background Color

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

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

This div background color is #7A5473.

Border color

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

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

This div border color is #7A5473.

Opacity

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

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

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

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

This text has shadow with #7A5473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A5473.

Preview

Color preview on black background

This text has color #7A5473 on black background.


Color preview on white background

This text has color #7A5473 on white background.


Black color preview on #7A5473 background

This text has black color on #7A5473 background.


White color preview on #7A5473 background

This text has white color on #7A5473 background.


Related colors

Complementary color

Complementary color for #hex is #85AB8C.


I love getcolorcode.com

Triadic colors

1 #737A54 and #54737A with #7A5473 are triadic colors.

2 #73547A and #547A73 with #7A5473 are triadic colors.