COLOR #7A5379

HEX: #7A5379
RGB: (122,83,121)

Color info

#7A5379 contains red, green and blue colors in about the same proportion. Web safe color of #7A5379 is #666666 (or #666).

RGB color model

#7A5379 color RGB value is (122,83,121).

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

RGB channels and saturation

R 122 of 255 = 48%
G 83 of 255 = 33%
B 121 of 255 = 47%

122
83
121

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

Portions of RGB colors in percentages

R + G + B =
122 + 83 + 121 = 326 (100%)
R 122 of 326 ~ 37.42%
G 83 of 326 ~ 25.46%
B 121 of 326 ~ 37.12%

%37.42
%25.46
%37.12

CMYK color model

#7A5379 color CMYK value is (0,32,1,52).

  • cyan value is 0.00%
  • magenta value is 31.97%
  • yellow value is 0.82%
  • key color value is 52.16%
CMYK:
(0,32,1,52)
C0M32Y1K52 
(0%,32%,1%,52%)
(0.00/0.32/0.01/0.52)	

CMYK percentages

%0
%31.97
%0.82
%52.16

Codes

Color #7A5379 in popluar color models

7A5379
RGB12283121
HSL302°19.02%40.20%
HSB/HSV302°31.97%47.84%
CMYK0.00%31.97%0.82%
52.16%

Color #7A5379 in popluar number systems.

HEX7A5379
Decimal12283121
Binary111101010100111111001
Octal172123171

Shades and tints

Shades of #7A5379

#7A5379
(122,83,121)
#6F4C6E
(111,76,110)
#644563
(100,69,99)
#593E58
(89,62,88)
#4E374D
(78,55,77)
#433042
(67,48,66)
#382937
(56,41,55)
#2D222C
(45,34,44)
#221B21
(34,27,33)
#171416
(23,20,22)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #7A5379

#7A5379
(122,83,121)
#866285
(134,98,133)
#927191
(146,113,145)
#9E809D
(158,128,157)
#AA8FA9
(170,143,169)
#B69EB5
(182,158,181)
#C2ADC1
(194,173,193)
#CEBCCD
(206,188,205)
#DACBD9
(218,203,217)
#E6DAE5
(230,218,229)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5379; }

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

This text font color is #7A5379.


Background Color

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

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

This div background color is #7A5379.


Border color

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

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

This div border color is #7A5379.


Opacity

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

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

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

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

This text has shadow with #7A5379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5379 on black background.


Color preview on white background

This text has color #7A5379 on white background.



Black color preview on #7A5379 background

This text has black color on #7A5379 background.


White color preview on #7A5379 background

This text has white color on #7A5379 background.