COLOR #7A7090

HEX: #7A7090
RGB: (122,112,144)

Color info

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

RGB color model

#7A7090 color RGB value is (122,112,144).

  • red value is 122;
  • green value is 112;
  • blue value is 144.
RGB:
(122,112,144)
(48%,44%,56%)

RGB channels and saturation

R 122 of 255 = 48%
G 112 of 255 = 44%
B 144 of 255 = 56%

122
112
144

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

Portions of RGB colors in percentages

R + G + B =
122 + 112 + 144 = 378 (100%)
R 122 of 378 ~ 32.28%
G 112 of 378 ~ 29.63%
B 144 of 378 ~ 38.1%

%32.28
%29.63
%38.1

CMYK color model

#7A7090 color CMYK value is (15,22,0,44).

  • cyan value is 15.28%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(15,22,0,44)
C15M22Y0K44 
(15%,22%,0%,44%)
(0.15/0.22/0.00/0.44)	

CMYK percentages

%15.28
%22.22
%0
%43.53

Codes

Color #7A7090 in popluar color models

7A7090
RGB122112144
HSL259°12.60%50.20%
HSB/HSV259°22.22%56.47%
CMYK15.28%22.22%0.00%
43.53%

Color #7A7090 in popluar number systems.

HEX7A7090
Decimal122112144
Binary1111010111000010010000
Octal172160220

Shades and tints

Shades of #7A7090

#7A7090
(122,112,144)
#6F6683
(111,102,131)
#645C76
(100,92,118)
#595269
(89,82,105)
#4E485C
(78,72,92)
#433E4F
(67,62,79)
#383442
(56,52,66)
#2D2A35
(45,42,53)
#222028
(34,32,40)
#17161B
(23,22,27)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #7A7090

#7A7090
(122,112,144)
#867D9A
(134,125,154)
#928AA4
(146,138,164)
#9E97AE
(158,151,174)
#AAA4B8
(170,164,184)
#B6B1C2
(182,177,194)
#C2BECC
(194,190,204)
#CECBD6
(206,203,214)
#DAD8E0
(218,216,224)
#E6E5EA
(230,229,234)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7090 color. Also use rgb(122,112,144) instead hex code.

Text Font Color

.myTextColor { color: #7A7090; }

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

This text font color is #7A7090.


Background Color

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

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

This div background color is #7A7090.


Border color

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

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

This div border color is #7A7090.


Opacity

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

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

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

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

This text has shadow with #7A7090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7090 on black background.


Color preview on white background

This text has color #7A7090 on white background.



Black color preview on #7A7090 background

This text has black color on #7A7090 background.


White color preview on #7A7090 background

This text has white color on #7A7090 background.