COLOR #7A939F

HEX: #7A939F
RGB: (122,147,159)

Color info

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

RGB color model

#7A939F color RGB value is (122,147,159).

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

RGB channels and saturation

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

122
147
159

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

Portions of RGB colors in percentages

R + G + B =
122 + 147 + 159 = 428 (100%)
R 122 of 428 ~ 28.5%
G 147 of 428 ~ 34.35%
B 159 of 428 ~ 37.15%

%28.5
%34.35
%37.15

CMYK color model

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

  • cyan value is 23.27%
  • magenta value is 7.55%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(23,8,0,38)
C23M8Y0K38 
(23%,8%,0%,38%)
(0.23/0.08/0.00/0.38)	

CMYK percentages

%23.27
%7.55
%0
%37.65

Codes

Color #7A939F in popluar color models

7A939F
RGB122147159
HSL199°16.16%55.10%
HSB/HSV199°23.27%62.35%
CMYK23.27%7.55%0.00%
37.65%

Color #7A939F in popluar number systems.

HEX7A939F
Decimal122147159
Binary11110101001001110011111
Octal172223237

Shades and tints

Shades of #7A939F

#7A939F
(122,147,159)
#6F8691
(111,134,145)
#647983
(100,121,131)
#596C75
(89,108,117)
#4E5F67
(78,95,103)
#435259
(67,82,89)
#38454B
(56,69,75)
#2D383D
(45,56,61)
#222B2F
(34,43,47)
#171E21
(23,30,33)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #7A939F

#7A939F
(122,147,159)
#869CA7
(134,156,167)
#92A5AF
(146,165,175)
#9EAEB7
(158,174,183)
#AAB7BF
(170,183,191)
#B6C0C7
(182,192,199)
#C2C9CF
(194,201,207)
#CED2D7
(206,210,215)
#DADBDF
(218,219,223)
#E6E4E7
(230,228,231)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A939F; }

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

This text font color is #7A939F.


Background Color

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

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

This div background color is #7A939F.


Border color

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

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

This div border color is #7A939F.


Opacity

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

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

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

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

This text has shadow with #7A939F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A939F on black background.


Color preview on white background

This text has color #7A939F on white background.



Black color preview on #7A939F background

This text has black color on #7A939F background.


White color preview on #7A939F background

This text has white color on #7A939F background.