COLOR #7A7790

HEX: #7A7790
RGB: (122,119,144)

Color info

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

RGB color model

#7A7790 color RGB value is (122,119,144).

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

RGB channels and saturation

R 122 of 255 = 48%
G 119 of 255 = 47%
B 144 of 255 = 56%

122
119
144

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

Portions of RGB colors in percentages

R + G + B =
122 + 119 + 144 = 385 (100%)
R 122 of 385 ~ 31.69%
G 119 of 385 ~ 30.91%
B 144 of 385 ~ 37.4%

%31.69
%30.91
%37.4

CMYK color model

#7A7790 color CMYK value is (15,17,0,44).

  • cyan value is 15.28%
  • magenta value is 17.36%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(15,17,0,44)
C15M17Y0K44 
(15%,17%,0%,44%)
(0.15/0.17/0.00/0.44)	

CMYK percentages

%15.28
%17.36
%0
%43.53

Codes

Color #7A7790 in popluar color models

7A7790
RGB122119144
HSL247°10.12%51.57%
HSB/HSV247°17.36%56.47%
CMYK15.28%17.36%0.00%
43.53%

Color #7A7790 in popluar number systems.

HEX7A7790
Decimal122119144
Binary1111010111011110010000
Octal172167220

Shades and tints

Shades of #7A7790

#7A7790
(122,119,144)
#6F6D83
(111,109,131)
#646376
(100,99,118)
#595969
(89,89,105)
#4E4F5C
(78,79,92)
#43454F
(67,69,79)
#383B42
(56,59,66)
#2D3135
(45,49,53)
#222728
(34,39,40)
#171D1B
(23,29,27)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #7A7790

#7A7790
(122,119,144)
#86839A
(134,131,154)
#928FA4
(146,143,164)
#9E9BAE
(158,155,174)
#AAA7B8
(170,167,184)
#B6B3C2
(182,179,194)
#C2BFCC
(194,191,204)
#CECBD6
(206,203,214)
#DAD7E0
(218,215,224)
#E6E3EA
(230,227,234)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7790; }

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

This text font color is #7A7790.


Background Color

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

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

This div background color is #7A7790.


Border color

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

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

This div border color is #7A7790.


Opacity

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

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

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

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

This text has shadow with #7A7790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7790 on black background.


Color preview on white background

This text has color #7A7790 on white background.



Black color preview on #7A7790 background

This text has black color on #7A7790 background.


White color preview on #7A7790 background

This text has white color on #7A7790 background.