COLOR #7A4379

HEX: #7A4379
RGB: (122,67,121)

Color info

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

RGB color model

#7A4379 color RGB value is (122,67,121).

  • red value is 122;
  • green value is 67;
  • blue value is 121.
RGB:
(122,67,121)
(48%,26%,47%)

RGB channels and saturation

R 122 of 255 = 48%
G 67 of 255 = 26%
B 121 of 255 = 47%

122
67
121

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

Portions of RGB colors in percentages

R + G + B =
122 + 67 + 121 = 310 (100%)
R 122 of 310 ~ 39.35%
G 67 of 310 ~ 21.61%
B 121 of 310 ~ 39.03%

%39.35
%21.61
%39.03

CMYK color model

#7A4379 color CMYK value is (0,45,1,52).

  • cyan value is 0.00%
  • magenta value is 45.08%
  • yellow value is 0.82%
  • key color value is 52.16%
CMYK:
(0,45,1,52)
C0M45Y1K52 
(0%,45%,1%,52%)
(0.00/0.45/0.01/0.52)	

CMYK percentages

%0
%45.08
%0.82
%52.16

Codes

Color #7A4379 in popluar color models

7A4379
RGB12267121
HSL301°29.10%37.06%
HSB/HSV301°45.08%47.84%
CMYK0.00%45.08%0.82%
52.16%

Color #7A4379 in popluar number systems.

HEX7A4379
Decimal12267121
Binary111101010000111111001
Octal172103171

Shades and tints

Shades of #7A4379

#7A4379
(122,67,121)
#6F3D6E
(111,61,110)
#643763
(100,55,99)
#593158
(89,49,88)
#4E2B4D
(78,43,77)
#432542
(67,37,66)
#381F37
(56,31,55)
#2D192C
(45,25,44)
#221321
(34,19,33)
#170D16
(23,13,22)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #7A4379

#7A4379
(122,67,121)
#865485
(134,84,133)
#926591
(146,101,145)
#9E769D
(158,118,157)
#AA87A9
(170,135,169)
#B698B5
(182,152,181)
#C2A9C1
(194,169,193)
#CEBACD
(206,186,205)
#DACBD9
(218,203,217)
#E6DCE5
(230,220,229)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4379 color. Also use rgb(122,67,121) instead hex code.

Text Font Color

.myTextColor { color: #7A4379; }

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

This text font color is #7A4379.


Background Color

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

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

This div background color is #7A4379.


Border color

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

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

This div border color is #7A4379.


Opacity

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

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

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

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

This text has shadow with #7A4379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4379 on black background.


Color preview on white background

This text has color #7A4379 on white background.



Black color preview on #7A4379 background

This text has black color on #7A4379 background.


White color preview on #7A4379 background

This text has white color on #7A4379 background.