COLOR #7A939E

HEX: #7A939E
RGB: (122,147,158)

Color info

#7A939E contains red, green and blue colors in about the same proportion. Web safe color of #7A939E is #669999 (or #699).

RGB color model

#7A939E color RGB value is (122,147,158).

  • red value is 122;
  • green value is 147;
  • blue value is 158.
RGB:
(122,147,158)
(48%,58%,62%)

RGB channels and saturation

R 122 of 255 = 48%
G 147 of 255 = 58%
B 158 of 255 = 62%

122
147
158

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

Portions of RGB colors in percentages

R + G + B =
122 + 147 + 158 = 427 (100%)
R 122 of 427 ~ 28.57%
G 147 of 427 ~ 34.43%
B 158 of 427 ~ 37%

%28.57
%34.43
%37

CMYK color model

#7A939E color CMYK value is (23,7,0,38).

  • cyan value is 22.78%
  • magenta value is 6.96%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(23,7,0,38)
C23M7Y0K38 
(23%,7%,0%,38%)
(0.23/0.07/0.00/0.38)	

CMYK percentages

%22.78
%6.96
%0
%38.04

Codes

Color #7A939E in popluar color models

7A939E
RGB122147158
HSL198°15.65%54.90%
HSB/HSV198°22.78%61.96%
CMYK22.78%6.96%0.00%
38.04%

Color #7A939E in popluar number systems.

HEX7A939E
Decimal122147158
Binary11110101001001110011110
Octal172223236

Shades and tints

Shades of #7A939E

#7A939E
(122,147,158)
#6F8690
(111,134,144)
#647982
(100,121,130)
#596C74
(89,108,116)
#4E5F66
(78,95,102)
#435258
(67,82,88)
#38454A
(56,69,74)
#2D383C
(45,56,60)
#222B2E
(34,43,46)
#171E20
(23,30,32)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #7A939E

#7A939E
(122,147,158)
#869CA6
(134,156,166)
#92A5AE
(146,165,174)
#9EAEB6
(158,174,182)
#AAB7BE
(170,183,190)
#B6C0C6
(182,192,198)
#C2C9CE
(194,201,206)
#CED2D6
(206,210,214)
#DADBDE
(218,219,222)
#E6E4E6
(230,228,230)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A939E color. Also use rgb(122,147,158) instead hex code.

Text Font Color

.myTextColor { color: #7A939E; }

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

This text font color is #7A939E.


Background Color

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

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

This div background color is #7A939E.


Border color

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

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

This div border color is #7A939E.


Opacity

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

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

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

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

This text has shadow with #7A939E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A939E on black background.


Color preview on white background

This text has color #7A939E on white background.



Black color preview on #7A939E background

This text has black color on #7A939E background.


White color preview on #7A939E background

This text has white color on #7A939E background.