COLOR #7A7592

HEX: #7A7592
RGB: (122,117,146)

Color info

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

RGB color model

#7A7592 color RGB value is (122,117,146).

  • red value is 122;
  • green value is 117;
  • blue value is 146.
RGB:
(122,117,146)
(48%,46%,57%)

RGB channels and saturation

R 122 of 255 = 48%
G 117 of 255 = 46%
B 146 of 255 = 57%

122
117
146

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

Portions of RGB colors in percentages

R + G + B =
122 + 117 + 146 = 385 (100%)
R 122 of 385 ~ 31.69%
G 117 of 385 ~ 30.39%
B 146 of 385 ~ 37.92%

%31.69
%30.39
%37.92

CMYK color model

#7A7592 color CMYK value is (16,20,0,43).

  • cyan value is 16.44%
  • magenta value is 19.86%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(16,20,0,43)
C16M20Y0K43 
(16%,20%,0%,43%)
(0.16/0.20/0.00/0.43)	

CMYK percentages

%16.44
%19.86
%0
%42.75

Codes

Color #7A7592 in popluar color models

7A7592
RGB122117146
HSL250°11.74%51.57%
HSB/HSV250°19.86%57.25%
CMYK16.44%19.86%0.00%
42.75%

Color #7A7592 in popluar number systems.

HEX7A7592
Decimal122117146
Binary1111010111010110010010
Octal172165222

Shades and tints

Shades of #7A7592

#7A7592
(122,117,146)
#6F6B85
(111,107,133)
#646178
(100,97,120)
#59576B
(89,87,107)
#4E4D5E
(78,77,94)
#434351
(67,67,81)
#383944
(56,57,68)
#2D2F37
(45,47,55)
#22252A
(34,37,42)
#171B1D
(23,27,29)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #7A7592

#7A7592
(122,117,146)
#86819B
(134,129,155)
#928DA4
(146,141,164)
#9E99AD
(158,153,173)
#AAA5B6
(170,165,182)
#B6B1BF
(182,177,191)
#C2BDC8
(194,189,200)
#CEC9D1
(206,201,209)
#DAD5DA
(218,213,218)
#E6E1E3
(230,225,227)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7592 color. Also use rgb(122,117,146) instead hex code.

Text Font Color

.myTextColor { color: #7A7592; }

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

This text font color is #7A7592.


Background Color

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

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

This div background color is #7A7592.


Border color

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

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

This div border color is #7A7592.


Opacity

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

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

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

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

This text has shadow with #7A7592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7592 on black background.


Color preview on white background

This text has color #7A7592 on white background.



Black color preview on #7A7592 background

This text has black color on #7A7592 background.


White color preview on #7A7592 background

This text has white color on #7A7592 background.