COLOR #7A5496

HEX: #7A5496
RGB: (122,84,150)

Color info

#7A5496 contains mainly red and blue colors. Web safe color of #7A5496 is #666699 (or #669).

RGB color model

#7A5496 color RGB value is (122,84,150).

  • red value is 122;
  • green value is 84;
  • blue value is 150.
RGB:
(122,84,150)
(48%,33%,59%)

RGB channels and saturation

R 122 of 255 = 48%
G 84 of 255 = 33%
B 150 of 255 = 59%

122
84
150

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

Portions of RGB colors in percentages

R + G + B =
122 + 84 + 150 = 356 (100%)
R 122 of 356 ~ 34.27%
G 84 of 356 ~ 23.6%
B 150 of 356 ~ 42.13%

%34.27
%23.6
%42.13

CMYK color model

#7A5496 color CMYK value is (19,44,0,41).

  • cyan value is 18.67%
  • magenta value is 44.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(19,44,0,41)
C19M44Y0K41 
(19%,44%,0%,41%)
(0.19/0.44/0.00/0.41)	

CMYK percentages

%18.67
%44
%0
%41.18

Codes

Color #7A5496 in popluar color models

7A5496
RGB12284150
HSL275°28.21%45.88%
HSB/HSV275°44.00%58.82%
CMYK18.67%44.00%0.00%
41.18%

Color #7A5496 in popluar number systems.

HEX7A5496
Decimal12284150
Binary1111010101010010010110
Octal172124226

Shades and tints

Shades of #7A5496

#7A5496
(122,84,150)
#6F4D89
(111,77,137)
#64467C
(100,70,124)
#593F6F
(89,63,111)
#4E3862
(78,56,98)
#433155
(67,49,85)
#382A48
(56,42,72)
#2D233B
(45,35,59)
#221C2E
(34,28,46)
#171521
(23,21,33)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #7A5496

#7A5496
(122,84,150)
#86639F
(134,99,159)
#9272A8
(146,114,168)
#9E81B1
(158,129,177)
#AA90BA
(170,144,186)
#B69FC3
(182,159,195)
#C2AECC
(194,174,204)
#CEBDD5
(206,189,213)
#DACCDE
(218,204,222)
#E6DBE7
(230,219,231)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5496; }

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

This text font color is #7A5496.


Background Color

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

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

This div background color is #7A5496.


Border color

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

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

This div border color is #7A5496.


Opacity

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

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

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

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

This text has shadow with #7A5496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5496 on black background.


Color preview on white background

This text has color #7A5496 on white background.



Black color preview on #7A5496 background

This text has black color on #7A5496 background.


White color preview on #7A5496 background

This text has white color on #7A5496 background.