COLOR #7A5E7D

HEX: #7A5E7D RGB: (122,94,125)

Color info

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

RGB color model

#7A5E7D color RGB value is (122,94,125).

RGB: (122,94,125) (48%, 37%, 49%)

RGB channels and saturation

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

122
94
125

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

Portions of RGB colors in percentages

R + G + B = 122 + 94 + 125 = 341 (100%)
R 122 of 341 ~ 35.78%
G 94 of 341 ~ 27.57%
B 125 of 341 ~ 36.66'%

%35.78
%27.57
%36.66

CMYK color model

#7A5E7D color CMYK value is (2,25,0,51).

  • cyan value is 2.40%
  • magenta value is 24.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (2,25,0,51)
C2M25Y0K51 (2%, 25%, 0%, 51%)
(0.02 / 0.25 / 0.00 / 0.51)

CMYK percentages

%2.4
%24.8
%0
%50.98

Codes

Color #7A5E7D in popluar color models

7A 5E 7D
RGB 122 94 125
HSL 294° 14.16% 42.94%
HSB/HSV 294° 24.80% 49.02%
CMYK 2.40% 24.80% 0.00%
50.98%

Color #7A5E7D in popluar number systems.

HEX 7A 5E 7D
Decimal 122 94 125
Binary 1111010 1011110 1111101
Octal 172 136 175

Shades and tints

Shades of #7A5E7D

#7A5E7D
(122,94,125)
#6F5672
(111,86,114)
#644E67
(100,78,103)
#59465C
(89,70,92)
#4E3E51
(78,62,81)
#433646
(67,54,70)
#382E3B
(56,46,59)
#2D2630
(45,38,48)
#221E25
(34,30,37)
#17161A
(23,22,26)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #7A5E7D

#7A5E7D
(122,94,125)
#866C88
(134,108,136)
#927A93
(146,122,147)
#9E889E
(158,136,158)
#AA96A9
(170,150,169)
#B6A4B4
(182,164,180)
#C2B2BF
(194,178,191)
#CEC0CA
(206,192,202)
#DACED5
(218,206,213)
#E6DCE0
(230,220,224)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5E7D; }

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

This text font color is #7A5E7D.

Background Color

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

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

This div background color is #7A5E7D.

Border color

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

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

This div border color is #7A5E7D.

Opacity

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

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

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

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

This text has shadow with #7A5E7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A5E7D.

Preview

Color preview on black background

This text has color #7A5E7D on black background.


Color preview on white background

This text has color #7A5E7D on white background.


Black color preview on #7A5E7D background

This text has black color on #7A5E7D background.


White color preview on #7A5E7D background

This text has white color on #7A5E7D background.


Related colors

Complementary color

Complementary color for #hex is #85A182.


I love getcolorcode.com

Triadic colors

1 #7D7A5E and #5E7D7A with #7A5E7D are triadic colors.

2 #7D5E7A and #5E7A7D with #7A5E7D are triadic colors.