COLOR #7A517F

HEX: #7A517F
RGB: (122,81,127)

Color info

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

RGB color model

#7A517F color RGB value is (122,81,127).

  • red value is 122;
  • green value is 81;
  • blue value is 127.
RGB:
(122,81,127)
(48%,32%,50%)

RGB channels and saturation

R 122 of 255 = 48%
G 81 of 255 = 32%
B 127 of 255 = 50%

122
81
127

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

Portions of RGB colors in percentages

R + G + B =
122 + 81 + 127 = 330 (100%)
R 122 of 330 ~ 36.97%
G 81 of 330 ~ 24.55%
B 127 of 330 ~ 38.48%

%36.97
%24.55
%38.48

CMYK color model

#7A517F color CMYK value is (4,36,0,50).

  • cyan value is 3.94%
  • magenta value is 36.22%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(4,36,0,50)
C4M36Y0K50 
(4%,36%,0%,50%)
(0.04/0.36/0.00/0.50)	

CMYK percentages

%3.94
%36.22
%0
%50.2

Codes

Color #7A517F in popluar color models

7A517F
RGB12281127
HSL293°22.12%40.78%
HSB/HSV293°36.22%49.80%
CMYK3.94%36.22%0.00%
50.20%

Color #7A517F in popluar number systems.

HEX7A517F
Decimal12281127
Binary111101010100011111111
Octal172121177

Shades and tints

Shades of #7A517F

#7A517F
(122,81,127)
#6F4A74
(111,74,116)
#644369
(100,67,105)
#593C5E
(89,60,94)
#4E3553
(78,53,83)
#432E48
(67,46,72)
#38273D
(56,39,61)
#2D2032
(45,32,50)
#221927
(34,25,39)
#17121C
(23,18,28)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #7A517F

#7A517F
(122,81,127)
#86608A
(134,96,138)
#926F95
(146,111,149)
#9E7EA0
(158,126,160)
#AA8DAB
(170,141,171)
#B69CB6
(182,156,182)
#C2ABC1
(194,171,193)
#CEBACC
(206,186,204)
#DAC9D7
(218,201,215)
#E6D8E2
(230,216,226)
#F2E7ED
(242,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A517F color. Also use rgb(122,81,127) instead hex code.

Text Font Color

.myTextColor { color: #7A517F; }

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

This text font color is #7A517F.


Background Color

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

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

This div background color is #7A517F.


Border color

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

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

This div border color is #7A517F.


Opacity

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

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

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

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

This text has shadow with #7A517F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A517F on black background.


Color preview on white background

This text has color #7A517F on white background.



Black color preview on #7A517F background

This text has black color on #7A517F background.


White color preview on #7A517F background

This text has white color on #7A517F background.