COLOR #7A5E7C

HEX: #7A5E7C
RGB: (122,94,124)

Color info

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

RGB color model

#7A5E7C color RGB value is (122,94,124).

  • red value is 122;
  • green value is 94;
  • blue value is 124.
RGB:
(122,94,124)
(48%,37%,49%)

RGB channels and saturation

R 122 of 255 = 48%
G 94 of 255 = 37%
B 124 of 255 = 49%

122
94
124

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

Portions of RGB colors in percentages

R + G + B =
122 + 94 + 124 = 340 (100%)
R 122 of 340 ~ 35.88%
G 94 of 340 ~ 27.65%
B 124 of 340 ~ 36.47%

%35.88
%27.65
%36.47

CMYK color model

#7A5E7C color CMYK value is (2,24,0,51).

  • cyan value is 1.61%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(2,24,0,51)
C2M24Y0K51 
(2%,24%,0%,51%)
(0.02/0.24/0.00/0.51)	

CMYK percentages

%1.61
%24.19
%0
%51.37

Codes

Color #7A5E7C in popluar color models

7A5E7C
RGB12294124
HSL296°13.76%42.75%
HSB/HSV296°24.19%48.63%
CMYK1.61%24.19%0.00%
51.37%

Color #7A5E7C in popluar number systems.

HEX7A5E7C
Decimal12294124
Binary111101010111101111100
Octal172136174

Shades and tints

Shades of #7A5E7C

#7A5E7C
(122,94,124)
#6F5671
(111,86,113)
#644E66
(100,78,102)
#59465B
(89,70,91)
#4E3E50
(78,62,80)
#433645
(67,54,69)
#382E3A
(56,46,58)
#2D262F
(45,38,47)
#221E24
(34,30,36)
#171619
(23,22,25)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #7A5E7C

#7A5E7C
(122,94,124)
#866C87
(134,108,135)
#927A92
(146,122,146)
#9E889D
(158,136,157)
#AA96A8
(170,150,168)
#B6A4B3
(182,164,179)
#C2B2BE
(194,178,190)
#CEC0C9
(206,192,201)
#DACED4
(218,206,212)
#E6DCDF
(230,220,223)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5E7C color. Also use rgb(122,94,124) instead hex code.

Text Font Color

.myTextColor { color: #7A5E7C; }

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

This text font color is #7A5E7C.


Background Color

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

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

This div background color is #7A5E7C.


Border color

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

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

This div border color is #7A5E7C.


Opacity

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

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

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

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

This text has shadow with #7A5E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5E7C on black background.


Color preview on white background

This text has color #7A5E7C on white background.



Black color preview on #7A5E7C background

This text has black color on #7A5E7C background.


White color preview on #7A5E7C background

This text has white color on #7A5E7C background.