COLOR #7A5584

HEX: #7A5584 RGB: (122,85,132)

Color info

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

RGB color model

#7A5584 color RGB value is (122,85,132).

RGB: (122,85,132) (48%, 33%, 52%)

RGB channels and saturation

R 122 of 255 = 48%
G 85 of 255 = 33%
B 132 of 255 = 52%

122
85
132

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

Portions of RGB colors in percentages

R + G + B = 122 + 85 + 132 = 339 (100%)
R 122 of 339 ~ 35.99%
G 85 of 339 ~ 25.07%
B 132 of 339 ~ 38.94'%

%35.99
%25.07
%38.94

CMYK color model

#7A5584 color CMYK value is (8,36,0,48).

  • cyan value is 7.58%
  • magenta value is 35.61%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (8,36,0,48)
C8M36Y0K48 (8%, 36%, 0%, 48%)
(0.08 / 0.36 / 0.00 / 0.48)

CMYK percentages

%7.58
%35.61
%0
%48.24

Codes

Color #7A5584 in popluar color models

7A 55 84
RGB 122 85 132
HSL 287° 21.66% 42.55%
HSB/HSV 287° 35.61% 51.76%
CMYK 7.58% 35.61% 0.00%
48.24%

Color #7A5584 in popluar number systems.

HEX 7A 55 84
Decimal 122 85 132
Binary 1111010 1010101 10000100
Octal 172 125 204

Shades and tints

Shades of #7A5584

#7A5584
(122,85,132)
#6F4E78
(111,78,120)
#64476C
(100,71,108)
#594060
(89,64,96)
#4E3954
(78,57,84)
#433248
(67,50,72)
#382B3C
(56,43,60)
#2D2430
(45,36,48)
#221D24
(34,29,36)
#171618
(23,22,24)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #7A5584

#7A5584
(122,85,132)
#86648F
(134,100,143)
#92739A
(146,115,154)
#9E82A5
(158,130,165)
#AA91B0
(170,145,176)
#B6A0BB
(182,160,187)
#C2AFC6
(194,175,198)
#CEBED1
(206,190,209)
#DACDDC
(218,205,220)
#E6DCE7
(230,220,231)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5584 color. Also use rgb(122,85,132) instead hex code.

Text Font Color

.myTextColor { color: #7A5584; }

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

This text font color is #7A5584.

Background Color

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

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

This div background color is #7A5584.

Border color

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

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

This div border color is #7A5584.

Opacity

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

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

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

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

This text has shadow with #7A5584 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A5584.

Preview

Color preview on black background

This text has color #7A5584 on black background.


Color preview on white background

This text has color #7A5584 on white background.


Black color preview on #7A5584 background

This text has black color on #7A5584 background.


White color preview on #7A5584 background

This text has white color on #7A5584 background.


Related colors

Complementary color

Complementary color for #hex is #85AA7B.


I love getcolorcode.com

Triadic colors

1 #847A55 and #55847A with #7A5584 are triadic colors.

2 #84557A and #557A84 with #7A5584 are triadic colors.