COLOR #7A7391

HEX: #7A7391 RGB: (122,115,145)

Color info

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

RGB color model

#7A7391 color RGB value is (122,115,145).

RGB: (122,115,145) (48%, 45%, 57%)

RGB channels and saturation

R 122 of 255 = 48%
G 115 of 255 = 45%
B 145 of 255 = 57%

122
115
145

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

Portions of RGB colors in percentages

R + G + B = 122 + 115 + 145 = 382 (100%)
R 122 of 382 ~ 31.94%
G 115 of 382 ~ 30.1%
B 145 of 382 ~ 37.96'%

%31.94
%30.1
%37.96

CMYK color model

#7A7391 color CMYK value is (16,21,0,43).

  • cyan value is 15.86%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (16,21,0,43)
C16M21Y0K43 (16%, 21%, 0%, 43%)
(0.16 / 0.21 / 0.00 / 0.43)

CMYK percentages

%15.86
%20.69
%0
%43.14

Codes

Color #7A7391 in popluar color models

7A 73 91
RGB 122 115 145
HSL 254° 12.00% 50.98%
HSB/HSV 254° 20.69% 56.86%
CMYK 15.86% 20.69% 0.00%
43.14%

Color #7A7391 in popluar number systems.

HEX 7A 73 91
Decimal 122 115 145
Binary 1111010 1110011 10010001
Octal 172 163 221

Shades and tints

Shades of #7A7391

#7A7391
(122,115,145)
#6F6984
(111,105,132)
#645F77
(100,95,119)
#59556A
(89,85,106)
#4E4B5D
(78,75,93)
#434150
(67,65,80)
#383743
(56,55,67)
#2D2D36
(45,45,54)
#222329
(34,35,41)
#17191C
(23,25,28)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #7A7391

#7A7391
(122,115,145)
#867F9B
(134,127,155)
#928BA5
(146,139,165)
#9E97AF
(158,151,175)
#AAA3B9
(170,163,185)
#B6AFC3
(182,175,195)
#C2BBCD
(194,187,205)
#CEC7D7
(206,199,215)
#DAD3E1
(218,211,225)
#E6DFEB
(230,223,235)
#F2EBF5
(242,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7391 color. Also use rgb(122,115,145) instead hex code.

Text Font Color

.myTextColor { color: #7A7391; }

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

This text font color is #7A7391.

Background Color

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

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

This div background color is #7A7391.

Border color

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

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

This div border color is #7A7391.

Opacity

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

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

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

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

This text has shadow with #7A7391 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7391.

Preview

Color preview on black background

This text has color #7A7391 on black background.


Color preview on white background

This text has color #7A7391 on white background.


Black color preview on #7A7391 background

This text has black color on #7A7391 background.


White color preview on #7A7391 background

This text has white color on #7A7391 background.


Related colors

Complementary color

Complementary color for #hex is #858C6E.


I love getcolorcode.com

Triadic colors

1 #917A73 and #73917A with #7A7391 are triadic colors.

2 #91737A and #737A91 with #7A7391 are triadic colors.