COLOR #7A5785

HEX: #7A5785 RGB: (122,87,133)

Color info

#7A5785 contains red, green and blue colors in about the same proportion. Web safe color of #7A5785 is #666699 (or #669).

RGB color model

#7A5785 color RGB value is (122,87,133).

RGB: (122,87,133) (48%, 34%, 52%)

RGB channels and saturation

R 122 of 255 = 48%
G 87 of 255 = 34%
B 133 of 255 = 52%

122
87
133

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

Portions of RGB colors in percentages

R + G + B = 122 + 87 + 133 = 342 (100%)
R 122 of 342 ~ 35.67%
G 87 of 342 ~ 25.44%
B 133 of 342 ~ 38.89'%

%35.67
%25.44
%38.89

CMYK color model

#7A5785 color CMYK value is (8,35,0,48).

  • cyan value is 8.27%
  • magenta value is 34.59%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (8,35,0,48)
C8M35Y0K48 (8%, 35%, 0%, 48%)
(0.08 / 0.35 / 0.00 / 0.48)

CMYK percentages

%8.27
%34.59
%0
%47.84

Codes

Color #7A5785 in popluar color models

7A 57 85
RGB 122 87 133
HSL 286° 20.91% 43.14%
HSB/HSV 286° 34.59% 52.16%
CMYK 8.27% 34.59% 0.00%
47.84%

Color #7A5785 in popluar number systems.

HEX 7A 57 85
Decimal 122 87 133
Binary 1111010 1010111 10000101
Octal 172 127 205

Shades and tints

Shades of #7A5785

#7A5785
(122,87,133)
#6F5079
(111,80,121)
#64496D
(100,73,109)
#594261
(89,66,97)
#4E3B55
(78,59,85)
#433449
(67,52,73)
#382D3D
(56,45,61)
#2D2631
(45,38,49)
#221F25
(34,31,37)
#171819
(23,24,25)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #7A5785

#7A5785
(122,87,133)
#866690
(134,102,144)
#92759B
(146,117,155)
#9E84A6
(158,132,166)
#AA93B1
(170,147,177)
#B6A2BC
(182,162,188)
#C2B1C7
(194,177,199)
#CEC0D2
(206,192,210)
#DACFDD
(218,207,221)
#E6DEE8
(230,222,232)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5785 color. Also use rgb(122,87,133) instead hex code.

Text Font Color

.myTextColor { color: #7A5785; }

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

This text font color is #7A5785.

Background Color

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

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

This div background color is #7A5785.

Border color

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

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

This div border color is #7A5785.

Opacity

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

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

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

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

This text has shadow with #7A5785 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A5785.

Preview

Color preview on black background

This text has color #7A5785 on black background.


Color preview on white background

This text has color #7A5785 on white background.


Black color preview on #7A5785 background

This text has black color on #7A5785 background.


White color preview on #7A5785 background

This text has white color on #7A5785 background.


Related colors

Complementary color

Complementary color for #hex is #85A87A.


I love getcolorcode.com

Triadic colors

1 #857A57 and #57857A with #7A5785 are triadic colors.

2 #85577A and #577A85 with #7A5785 are triadic colors.