COLOR #7A7E8B

HEX: #7A7E8B
RGB: (122,126,139)

Color info

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

RGB color model

#7A7E8B color RGB value is (122,126,139).

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

RGB channels and saturation

R 122 of 255 = 48%
G 126 of 255 = 49%
B 139 of 255 = 55%

122
126
139

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

Portions of RGB colors in percentages

R + G + B =
122 + 126 + 139 = 387 (100%)
R 122 of 387 ~ 31.52%
G 126 of 387 ~ 32.56%
B 139 of 387 ~ 35.92%

%31.52
%32.56
%35.92

CMYK color model

#7A7E8B color CMYK value is (12,9,0,45).

  • cyan value is 12.23%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(12,9,0,45)
C12M9Y0K45 
(12%,9%,0%,45%)
(0.12/0.09/0.00/0.45)	

CMYK percentages

%12.23
%9.35
%0
%45.49

Codes

Color #7A7E8B in popluar color models

7A7E8B
RGB122126139
HSL226°6.83%51.18%
HSB/HSV226°12.23%54.51%
CMYK12.23%9.35%0.00%
45.49%

Color #7A7E8B in popluar number systems.

HEX7A7E8B
Decimal122126139
Binary1111010111111010001011
Octal172176213

Shades and tints

Shades of #7A7E8B

#7A7E8B
(122,126,139)
#6F737F
(111,115,127)
#646873
(100,104,115)
#595D67
(89,93,103)
#4E525B
(78,82,91)
#43474F
(67,71,79)
#383C43
(56,60,67)
#2D3137
(45,49,55)
#22262B
(34,38,43)
#171B1F
(23,27,31)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #7A7E8B

#7A7E8B
(122,126,139)
#868995
(134,137,149)
#92949F
(146,148,159)
#9E9FA9
(158,159,169)
#AAAAB3
(170,170,179)
#B6B5BD
(182,181,189)
#C2C0C7
(194,192,199)
#CECBD1
(206,203,209)
#DAD6DB
(218,214,219)
#E6E1E5
(230,225,229)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7E8B; }

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

This text font color is #7A7E8B.


Background Color

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

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

This div background color is #7A7E8B.


Border color

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

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

This div border color is #7A7E8B.


Opacity

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

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

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

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

This text has shadow with #7A7E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7E8B on black background.


Color preview on white background

This text has color #7A7E8B on white background.



Black color preview on #7A7E8B background

This text has black color on #7A7E8B background.


White color preview on #7A7E8B background

This text has white color on #7A7E8B background.