COLOR #7A4A78

HEX: #7A4A78
RGB: (122,74,120)

Color info

#7A4A78 contains red, green and blue colors in about the same proportion. Web safe color of #7A4A78 is #663366 (or #636).

RGB color model

#7A4A78 color RGB value is (122,74,120).

  • red value is 122;
  • green value is 74;
  • blue value is 120.
RGB:
(122,74,120)
(48%,29%,47%)

RGB channels and saturation

R 122 of 255 = 48%
G 74 of 255 = 29%
B 120 of 255 = 47%

122
74
120

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

Portions of RGB colors in percentages

R + G + B =
122 + 74 + 120 = 316 (100%)
R 122 of 316 ~ 38.61%
G 74 of 316 ~ 23.42%
B 120 of 316 ~ 37.97%

%38.61
%23.42
%37.97

CMYK color model

#7A4A78 color CMYK value is (0,39,2,52).

  • cyan value is 0.00%
  • magenta value is 39.34%
  • yellow value is 1.64%
  • key color value is 52.16%
CMYK:
(0,39,2,52)
C0M39Y2K52 
(0%,39%,2%,52%)
(0.00/0.39/0.02/0.52)	

CMYK percentages

%0
%39.34
%1.64
%52.16

Codes

Color #7A4A78 in popluar color models

7A4A78
RGB12274120
HSL303°24.49%38.43%
HSB/HSV303°39.34%47.84%
CMYK0.00%39.34%1.64%
52.16%

Color #7A4A78 in popluar number systems.

HEX7A4A78
Decimal12274120
Binary111101010010101111000
Octal172112170

Shades and tints

Shades of #7A4A78

#7A4A78
(122,74,120)
#6F446E
(111,68,110)
#643E64
(100,62,100)
#59385A
(89,56,90)
#4E3250
(78,50,80)
#432C46
(67,44,70)
#38263C
(56,38,60)
#2D2032
(45,32,50)
#221A28
(34,26,40)
#17141E
(23,20,30)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #7A4A78

#7A4A78
(122,74,120)
#865A84
(134,90,132)
#926A90
(146,106,144)
#9E7A9C
(158,122,156)
#AA8AA8
(170,138,168)
#B69AB4
(182,154,180)
#C2AAC0
(194,170,192)
#CEBACC
(206,186,204)
#DACAD8
(218,202,216)
#E6DAE4
(230,218,228)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4A78 color. Also use rgb(122,74,120) instead hex code.

Text Font Color

.myTextColor { color: #7A4A78; }

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

This text font color is #7A4A78.


Background Color

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

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

This div background color is #7A4A78.


Border color

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

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

This div border color is #7A4A78.


Opacity

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

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

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

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

This text has shadow with #7A4A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4A78 on black background.


Color preview on white background

This text has color #7A4A78 on white background.



Black color preview on #7A4A78 background

This text has black color on #7A4A78 background.


White color preview on #7A4A78 background

This text has white color on #7A4A78 background.