COLOR #7A5484

HEX: #7A5484
RGB: (122,84,132)

Color info

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

RGB color model

#7A5484 color RGB value is (122,84,132).

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

RGB channels and saturation

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

122
84
132

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

Portions of RGB colors in percentages

R + G + B =
122 + 84 + 132 = 338 (100%)
R 122 of 338 ~ 36.09%
G 84 of 338 ~ 24.85%
B 132 of 338 ~ 39.05%

%36.09
%24.85
%39.05

CMYK color model

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

  • cyan value is 7.58%
  • magenta value is 36.36%
  • 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
%36.36
%0
%48.24

Codes

Color #7A5484 in popluar color models

7A5484
RGB12284132
HSL288°22.22%42.35%
HSB/HSV288°36.36%51.76%
CMYK7.58%36.36%0.00%
48.24%

Color #7A5484 in popluar number systems.

HEX7A5484
Decimal12284132
Binary1111010101010010000100
Octal172124204

Shades and tints

Shades of #7A5484

#7A5484
(122,84,132)
#6F4D78
(111,77,120)
#64466C
(100,70,108)
#593F60
(89,63,96)
#4E3854
(78,56,84)
#433148
(67,49,72)
#382A3C
(56,42,60)
#2D2330
(45,35,48)
#221C24
(34,28,36)
#171518
(23,21,24)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #7A5484

#7A5484
(122,84,132)
#86638F
(134,99,143)
#92729A
(146,114,154)
#9E81A5
(158,129,165)
#AA90B0
(170,144,176)
#B69FBB
(182,159,187)
#C2AEC6
(194,174,198)
#CEBDD1
(206,189,209)
#DACCDC
(218,204,220)
#E6DBE7
(230,219,231)
#F2EAF2
(242,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5484; }

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

This text font color is #7A5484.


Background Color

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

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

This div background color is #7A5484.


Border color

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

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

This div border color is #7A5484.


Opacity

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

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

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

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

This text has shadow with #7A5484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5484 on black background.


Color preview on white background

This text has color #7A5484 on white background.



Black color preview on #7A5484 background

This text has black color on #7A5484 background.


White color preview on #7A5484 background

This text has white color on #7A5484 background.