COLOR #7A5586

HEX: #7A5586
RGB: (122,85,134)

Color info

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

RGB color model

#7A5586 color RGB value is (122,85,134).

  • red value is 122;
  • green value is 85;
  • blue value is 134.
RGB:
(122,85,134)
(48%,33%,53%)

RGB channels and saturation

R 122 of 255 = 48%
G 85 of 255 = 33%
B 134 of 255 = 53%

122
85
134

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

Portions of RGB colors in percentages

R + G + B =
122 + 85 + 134 = 341 (100%)
R 122 of 341 ~ 35.78%
G 85 of 341 ~ 24.93%
B 134 of 341 ~ 39.3%

%35.78
%24.93
%39.3

CMYK color model

#7A5586 color CMYK value is (9,37,0,47).

  • cyan value is 8.96%
  • magenta value is 36.57%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(9,37,0,47)
C9M37Y0K47 
(9%,37%,0%,47%)
(0.09/0.37/0.00/0.47)	

CMYK percentages

%8.96
%36.57
%0
%47.45

Codes

Color #7A5586 in popluar color models

7A5586
RGB12285134
HSL285°22.37%42.94%
HSB/HSV285°36.57%52.55%
CMYK8.96%36.57%0.00%
47.45%

Color #7A5586 in popluar number systems.

HEX7A5586
Decimal12285134
Binary1111010101010110000110
Octal172125206

Shades and tints

Shades of #7A5586

#7A5586
(122,85,134)
#6F4E7A
(111,78,122)
#64476E
(100,71,110)
#594062
(89,64,98)
#4E3956
(78,57,86)
#43324A
(67,50,74)
#382B3E
(56,43,62)
#2D2432
(45,36,50)
#221D26
(34,29,38)
#17161A
(23,22,26)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #7A5586

#7A5586
(122,85,134)
#866491
(134,100,145)
#92739C
(146,115,156)
#9E82A7
(158,130,167)
#AA91B2
(170,145,178)
#B6A0BD
(182,160,189)
#C2AFC8
(194,175,200)
#CEBED3
(206,190,211)
#DACDDE
(218,205,222)
#E6DCE9
(230,220,233)
#F2EBF4
(242,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5586; }

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

This text font color is #7A5586.


Background Color

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

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

This div background color is #7A5586.


Border color

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

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

This div border color is #7A5586.


Opacity

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

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

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

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

This text has shadow with #7A5586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5586 on black background.


Color preview on white background

This text has color #7A5586 on white background.



Black color preview on #7A5586 background

This text has black color on #7A5586 background.


White color preview on #7A5586 background

This text has white color on #7A5586 background.