COLOR #7A5570

HEX: #7A5570
RGB: (122,85,112)

Color info

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

RGB color model

#7A5570 color RGB value is (122,85,112).

  • red value is 122;
  • green value is 85;
  • blue value is 112.
RGB:
(122,85,112)
(48%,33%,44%)

RGB channels and saturation

R 122 of 255 = 48%
G 85 of 255 = 33%
B 112 of 255 = 44%

122
85
112

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

Portions of RGB colors in percentages

R + G + B =
122 + 85 + 112 = 319 (100%)
R 122 of 319 ~ 38.24%
G 85 of 319 ~ 26.65%
B 112 of 319 ~ 35.11%

%38.24
%26.65
%35.11

CMYK color model

#7A5570 color CMYK value is (0,30,8,52).

  • cyan value is 0.00%
  • magenta value is 30.33%
  • yellow value is 8.20%
  • key color value is 52.16%
CMYK:
(0,30,8,52)
C0M30Y8K52 
(0%,30%,8%,52%)
(0.00/0.30/0.08/0.52)	

CMYK percentages

%0
%30.33
%8.2
%52.16

Codes

Color #7A5570 in popluar color models

7A5570
RGB12285112
HSL316°17.87%40.59%
HSB/HSV316°30.33%47.84%
CMYK0.00%30.33%8.20%
52.16%

Color #7A5570 in popluar number systems.

HEX7A5570
Decimal12285112
Binary111101010101011110000
Octal172125160

Shades and tints

Shades of #7A5570

#7A5570
(122,85,112)
#6F4E66
(111,78,102)
#64475C
(100,71,92)
#594052
(89,64,82)
#4E3948
(78,57,72)
#43323E
(67,50,62)
#382B34
(56,43,52)
#2D242A
(45,36,42)
#221D20
(34,29,32)
#171616
(23,22,22)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #7A5570

#7A5570
(122,85,112)
#86647D
(134,100,125)
#92738A
(146,115,138)
#9E8297
(158,130,151)
#AA91A4
(170,145,164)
#B6A0B1
(182,160,177)
#C2AFBE
(194,175,190)
#CEBECB
(206,190,203)
#DACDD8
(218,205,216)
#E6DCE5
(230,220,229)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5570 color. Also use rgb(122,85,112) instead hex code.

Text Font Color

.myTextColor { color: #7A5570; }

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

This text font color is #7A5570.


Background Color

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

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

This div background color is #7A5570.


Border color

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

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

This div border color is #7A5570.


Opacity

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

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

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

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

This text has shadow with #7A5570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5570 on black background.


Color preview on white background

This text has color #7A5570 on white background.



Black color preview on #7A5570 background

This text has black color on #7A5570 background.


White color preview on #7A5570 background

This text has white color on #7A5570 background.