COLOR #7A7E95

HEX: #7A7E95
RGB: (122,126,149)

Color info

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

RGB color model

#7A7E95 color RGB value is (122,126,149).

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

RGB channels and saturation

R 122 of 255 = 48%
G 126 of 255 = 49%
B 149 of 255 = 58%

122
126
149

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

Portions of RGB colors in percentages

R + G + B =
122 + 126 + 149 = 397 (100%)
R 122 of 397 ~ 30.73%
G 126 of 397 ~ 31.74%
B 149 of 397 ~ 37.53%

%30.73
%31.74
%37.53

CMYK color model

#7A7E95 color CMYK value is (18,15,0,42).

  • cyan value is 18.12%
  • magenta value is 15.44%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(18,15,0,42)
C18M15Y0K42 
(18%,15%,0%,42%)
(0.18/0.15/0.00/0.42)	

CMYK percentages

%18.12
%15.44
%0
%41.57

Codes

Color #7A7E95 in popluar color models

7A7E95
RGB122126149
HSL231°11.30%53.14%
HSB/HSV231°18.12%58.43%
CMYK18.12%15.44%0.00%
41.57%

Color #7A7E95 in popluar number systems.

HEX7A7E95
Decimal122126149
Binary1111010111111010010101
Octal172176225

Shades and tints

Shades of #7A7E95

#7A7E95
(122,126,149)
#6F7388
(111,115,136)
#64687B
(100,104,123)
#595D6E
(89,93,110)
#4E5261
(78,82,97)
#434754
(67,71,84)
#383C47
(56,60,71)
#2D313A
(45,49,58)
#22262D
(34,38,45)
#171B20
(23,27,32)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #7A7E95

#7A7E95
(122,126,149)
#86899E
(134,137,158)
#9294A7
(146,148,167)
#9E9FB0
(158,159,176)
#AAAAB9
(170,170,185)
#B6B5C2
(182,181,194)
#C2C0CB
(194,192,203)
#CECBD4
(206,203,212)
#DAD6DD
(218,214,221)
#E6E1E6
(230,225,230)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7E95; }

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

This text font color is #7A7E95.


Background Color

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

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

This div background color is #7A7E95.


Border color

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

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

This div border color is #7A7E95.


Opacity

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

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

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

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

This text has shadow with #7A7E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7E95 on black background.


Color preview on white background

This text has color #7A7E95 on white background.



Black color preview on #7A7E95 background

This text has black color on #7A7E95 background.


White color preview on #7A7E95 background

This text has white color on #7A7E95 background.