COLOR #7A5185

HEX: #7A5185 RGB: (122,81,133)

Color info

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

RGB color model

#7A5185 color RGB value is (122,81,133).

RGB: (122,81,133) (48%, 32%, 52%)

RGB channels and saturation

R 122 of 255 = 48%
G 81 of 255 = 32%
B 133 of 255 = 52%

122
81
133

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

Portions of RGB colors in percentages

R + G + B = 122 + 81 + 133 = 336 (100%)
R 122 of 336 ~ 36.31%
G 81 of 336 ~ 24.11%
B 133 of 336 ~ 39.58'%

%36.31
%24.11
%39.58

CMYK color model

#7A5185 color CMYK value is (8,39,0,48).

  • cyan value is 8.27%
  • magenta value is 39.10%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK: (8,39,0,48) C8M39Y0K48 (8%,39%,0%,48%) (0.08/0.39/0.00/0.48) 

CMYK percentages

%8.27
%39.1
%0
%47.84

Codes

Color #7A5185 in popluar color models

7A 51 85
RGB 122 81 133
HSL 287° 24.30% 41.96%
HSB/HSV 287° 39.10% 52.16%
CMYK 8.27% 39.10% 0.00%
47.84%

Color #7A5185 in popluar number systems.

HEX 7A 51 85
Decimal 122 81 133
Binary 1111010 1010001 10000101
Octal 172 121 205

Shades and tints

Shades of #7A5185

#7A5185
(122,81,133)
#6F4A79
(111,74,121)
#64436D
(100,67,109)
#593C61
(89,60,97)
#4E3555
(78,53,85)
#432E49
(67,46,73)
#38273D
(56,39,61)
#2D2031
(45,32,49)
#221925
(34,25,37)
#171219
(23,18,25)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #7A5185

#7A5185
(122,81,133)
#866090
(134,96,144)
#926F9B
(146,111,155)
#9E7EA6
(158,126,166)
#AA8DB1
(170,141,177)
#B69CBC
(182,156,188)
#C2ABC7
(194,171,199)
#CEBAD2
(206,186,210)
#DAC9DD
(218,201,221)
#E6D8E8
(230,216,232)
#F2E7F3
(242,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5185; }

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

This text font color is #7A5185.

Background Color

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

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

This div background color is #7A5185.

Border color

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

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

This div border color is #7A5185.

Opacity

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

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

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

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

This text has shadow with #7A5185 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A5185.

Preview

Color preview on black background

This text has color #7A5185 on black background.


Color preview on white background

This text has color #7A5185 on white background.


Black color preview on #7A5185 background

This text has black color on #7A5185 background.


White color preview on #7A5185 background

This text has white color on #7A5185 background.


Related colors

Complementary color

Complementary color for #hex is #85AE7A.


I love getcolorcode.com

Triadic colors

1 #857A51 and #51857A with #7A5185 are triadic colors.

2 #85517A and #517A85 with #7A5185 are triadic colors.