COLOR #7A4782

HEX: #7A4782
RGB: (122,71,130)

Color info

#7A4782 contains red, green and blue colors in about the same proportion. Web safe color of #7A4782 is #663399 (or #639).

RGB color model

#7A4782 color RGB value is (122,71,130).

  • red value is 122;
  • green value is 71;
  • blue value is 130.
RGB:
(122,71,130)
(48%,28%,51%)

RGB channels and saturation

R 122 of 255 = 48%
G 71 of 255 = 28%
B 130 of 255 = 51%

122
71
130

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

Portions of RGB colors in percentages

R + G + B =
122 + 71 + 130 = 323 (100%)
R 122 of 323 ~ 37.77%
G 71 of 323 ~ 21.98%
B 130 of 323 ~ 40.25%

%37.77
%21.98
%40.25

CMYK color model

#7A4782 color CMYK value is (6,45,0,49).

  • cyan value is 6.15%
  • magenta value is 45.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(6,45,0,49)
C6M45Y0K49 
(6%,45%,0%,49%)
(0.06/0.45/0.00/0.49)	

CMYK percentages

%6.15
%45.38
%0
%49.02

Codes

Color #7A4782 in popluar color models

7A4782
RGB12271130
HSL292°29.35%39.41%
HSB/HSV292°45.38%50.98%
CMYK6.15%45.38%0.00%
49.02%

Color #7A4782 in popluar number systems.

HEX7A4782
Decimal12271130
Binary1111010100011110000010
Octal172107202

Shades and tints

Shades of #7A4782

#7A4782
(122,71,130)
#6F4177
(111,65,119)
#643B6C
(100,59,108)
#593561
(89,53,97)
#4E2F56
(78,47,86)
#43294B
(67,41,75)
#382340
(56,35,64)
#2D1D35
(45,29,53)
#22172A
(34,23,42)
#17111F
(23,17,31)
#0C0B14
(12,11,20)
#000000
(0,0,0)

Tints of #7A4782

#7A4782
(122,71,130)
#86578D
(134,87,141)
#926798
(146,103,152)
#9E77A3
(158,119,163)
#AA87AE
(170,135,174)
#B697B9
(182,151,185)
#C2A7C4
(194,167,196)
#CEB7CF
(206,183,207)
#DAC7DA
(218,199,218)
#E6D7E5
(230,215,229)
#F2E7F0
(242,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4782 color. Also use rgb(122,71,130) instead hex code.

Text Font Color

.myTextColor { color: #7A4782; }

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

This text font color is #7A4782.


Background Color

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

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

This div background color is #7A4782.


Border color

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

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

This div border color is #7A4782.


Opacity

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

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

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

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

This text has shadow with #7A4782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4782 on black background.


Color preview on white background

This text has color #7A4782 on white background.



Black color preview on #7A4782 background

This text has black color on #7A4782 background.


White color preview on #7A4782 background

This text has white color on #7A4782 background.