COLOR #7A7292

HEX: #7A7292
RGB: (122,114,146)

Color info

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

RGB color model

#7A7292 color RGB value is (122,114,146).

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

RGB channels and saturation

R 122 of 255 = 48%
G 114 of 255 = 45%
B 146 of 255 = 57%

122
114
146

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

Portions of RGB colors in percentages

R + G + B =
122 + 114 + 146 = 382 (100%)
R 122 of 382 ~ 31.94%
G 114 of 382 ~ 29.84%
B 146 of 382 ~ 38.22%

%31.94
%29.84
%38.22

CMYK color model

#7A7292 color CMYK value is (16,22,0,43).

  • cyan value is 16.44%
  • magenta value is 21.92%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(16,22,0,43)
C16M22Y0K43 
(16%,22%,0%,43%)
(0.16/0.22/0.00/0.43)	

CMYK percentages

%16.44
%21.92
%0
%42.75

Codes

Color #7A7292 in popluar color models

7A7292
RGB122114146
HSL255°12.80%50.98%
HSB/HSV255°21.92%57.25%
CMYK16.44%21.92%0.00%
42.75%

Color #7A7292 in popluar number systems.

HEX7A7292
Decimal122114146
Binary1111010111001010010010
Octal172162222

Shades and tints

Shades of #7A7292

#7A7292
(122,114,146)
#6F6885
(111,104,133)
#645E78
(100,94,120)
#59546B
(89,84,107)
#4E4A5E
(78,74,94)
#434051
(67,64,81)
#383644
(56,54,68)
#2D2C37
(45,44,55)
#22222A
(34,34,42)
#17181D
(23,24,29)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #7A7292

#7A7292
(122,114,146)
#867E9B
(134,126,155)
#928AA4
(146,138,164)
#9E96AD
(158,150,173)
#AAA2B6
(170,162,182)
#B6AEBF
(182,174,191)
#C2BAC8
(194,186,200)
#CEC6D1
(206,198,209)
#DAD2DA
(218,210,218)
#E6DEE3
(230,222,227)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7292; }

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

This text font color is #7A7292.


Background Color

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

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

This div background color is #7A7292.


Border color

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

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

This div border color is #7A7292.


Opacity

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

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

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

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

This text has shadow with #7A7292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7292 on black background.


Color preview on white background

This text has color #7A7292 on white background.



Black color preview on #7A7292 background

This text has black color on #7A7292 background.


White color preview on #7A7292 background

This text has white color on #7A7292 background.