COLOR #7A507C

HEX: #7A507C RGB: (122,80,124)

Color info

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

RGB color model

#7A507C color RGB value is (122,80,124).

RGB: (122,80,124) (48%, 31%, 49%)

RGB channels and saturation

R 122 of 255 = 48%
G 80 of 255 = 31%
B 124 of 255 = 49%

122
80
124

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

Portions of RGB colors in percentages

R + G + B = 122 + 80 + 124 = 326 (100%)
R 122 of 326 ~ 37.42%
G 80 of 326 ~ 24.54%
B 124 of 326 ~ 38.04'%

%37.42
%24.54
%38.04

CMYK color model

#7A507C color CMYK value is (2,35,0,51).

  • cyan value is 1.61%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (2,35,0,51)
C2M35Y0K51 (2%, 35%, 0%, 51%)
(0.02 / 0.35 / 0.00 / 0.51)

CMYK percentages

%1.61
%35.48
%0
%51.37

Codes

Color #7A507C in popluar color models

7A 50 7C
RGB 122 80 124
HSL 297° 21.57% 40.00%
HSB/HSV 297° 35.48% 48.63%
CMYK 1.61% 35.48% 0.00%
51.37%

Color #7A507C in popluar number systems.

HEX 7A 50 7C
Decimal 122 80 124
Binary 1111010 1010000 1111100
Octal 172 120 174

Shades and tints

Shades of #7A507C

#7A507C
(122,80,124)
#6F4971
(111,73,113)
#644266
(100,66,102)
#593B5B
(89,59,91)
#4E3450
(78,52,80)
#432D45
(67,45,69)
#38263A
(56,38,58)
#2D1F2F
(45,31,47)
#221824
(34,24,36)
#171119
(23,17,25)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #7A507C

#7A507C
(122,80,124)
#865F87
(134,95,135)
#926E92
(146,110,146)
#9E7D9D
(158,125,157)
#AA8CA8
(170,140,168)
#B69BB3
(182,155,179)
#C2AABE
(194,170,190)
#CEB9C9
(206,185,201)
#DAC8D4
(218,200,212)
#E6D7DF
(230,215,223)
#F2E6EA
(242,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A507C; }

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

This text font color is #7A507C.

Background Color

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

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

This div background color is #7A507C.

Border color

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

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

This div border color is #7A507C.

Opacity

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

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

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

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

This text has shadow with #7A507C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A507C.

Preview

Color preview on black background

This text has color #7A507C on black background.


Color preview on white background

This text has color #7A507C on white background.


Black color preview on #7A507C background

This text has black color on #7A507C background.


White color preview on #7A507C background

This text has white color on #7A507C background.


Related colors

Complementary color

Complementary color for #hex is #85AF83.


I love getcolorcode.com

Triadic colors

1 #7C7A50 and #507C7A with #7A507C are triadic colors.

2 #7C507A and #507A7C with #7A507C are triadic colors.