COLOR #7A7995

HEX: #7A7995
RGB: (122,121,149)

Color info

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

RGB color model

#7A7995 color RGB value is (122,121,149).

  • red value is 122;
  • green value is 121;
  • blue value is 149.
RGB:
(122,121,149)
(48%,47%,58%)

RGB channels and saturation

R 122 of 255 = 48%
G 121 of 255 = 47%
B 149 of 255 = 58%

122
121
149

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

Portions of RGB colors in percentages

R + G + B =
122 + 121 + 149 = 392 (100%)
R 122 of 392 ~ 31.12%
G 121 of 392 ~ 30.87%
B 149 of 392 ~ 38.01%

%31.12
%30.87
%38.01

CMYK color model

#7A7995 color CMYK value is (18,19,0,42).

  • cyan value is 18.12%
  • magenta value is 18.79%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(18,19,0,42)
C18M19Y0K42 
(18%,19%,0%,42%)
(0.18/0.19/0.00/0.42)	

CMYK percentages

%18.12
%18.79
%0
%41.57

Codes

Color #7A7995 in popluar color models

7A7995
RGB122121149
HSL242°11.67%52.94%
HSB/HSV242°18.79%58.43%
CMYK18.12%18.79%0.00%
41.57%

Color #7A7995 in popluar number systems.

HEX7A7995
Decimal122121149
Binary1111010111100110010101
Octal172171225

Shades and tints

Shades of #7A7995

#7A7995
(122,121,149)
#6F6E88
(111,110,136)
#64637B
(100,99,123)
#59586E
(89,88,110)
#4E4D61
(78,77,97)
#434254
(67,66,84)
#383747
(56,55,71)
#2D2C3A
(45,44,58)
#22212D
(34,33,45)
#171620
(23,22,32)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #7A7995

#7A7995
(122,121,149)
#86859E
(134,133,158)
#9291A7
(146,145,167)
#9E9DB0
(158,157,176)
#AAA9B9
(170,169,185)
#B6B5C2
(182,181,194)
#C2C1CB
(194,193,203)
#CECDD4
(206,205,212)
#DAD9DD
(218,217,221)
#E6E5E6
(230,229,230)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7995 color. Also use rgb(122,121,149) instead hex code.

Text Font Color

.myTextColor { color: #7A7995; }

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

This text font color is #7A7995.


Background Color

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

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

This div background color is #7A7995.


Border color

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

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

This div border color is #7A7995.


Opacity

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

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

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

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

This text has shadow with #7A7995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7995 on black background.


Color preview on white background

This text has color #7A7995 on white background.



Black color preview on #7A7995 background

This text has black color on #7A7995 background.


White color preview on #7A7995 background

This text has white color on #7A7995 background.