COLOR #7A959E

HEX: #7A959E
RGB: (122,149,158)

Color info

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

RGB color model

#7A959E color RGB value is (122,149,158).

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

RGB channels and saturation

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

122
149
158

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

Portions of RGB colors in percentages

R + G + B =
122 + 149 + 158 = 429 (100%)
R 122 of 429 ~ 28.44%
G 149 of 429 ~ 34.73%
B 158 of 429 ~ 36.83%

%28.44
%34.73
%36.83

CMYK color model

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

  • cyan value is 22.78%
  • magenta value is 5.70%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(23,6,0,38)
C23M6Y0K38 
(23%,6%,0%,38%)
(0.23/0.06/0.00/0.38)	

CMYK percentages

%22.78
%5.7
%0
%38.04

Codes

Color #7A959E in popluar color models

7A959E
RGB122149158
HSL195°15.65%54.90%
HSB/HSV195°22.78%61.96%
CMYK22.78%5.70%0.00%
38.04%

Color #7A959E in popluar number systems.

HEX7A959E
Decimal122149158
Binary11110101001010110011110
Octal172225236

Shades and tints

Shades of #7A959E

#7A959E
(122,149,158)
#6F8890
(111,136,144)
#647B82
(100,123,130)
#596E74
(89,110,116)
#4E6166
(78,97,102)
#435458
(67,84,88)
#38474A
(56,71,74)
#2D3A3C
(45,58,60)
#222D2E
(34,45,46)
#172020
(23,32,32)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #7A959E

#7A959E
(122,149,158)
#869EA6
(134,158,166)
#92A7AE
(146,167,174)
#9EB0B6
(158,176,182)
#AAB9BE
(170,185,190)
#B6C2C6
(182,194,198)
#C2CBCE
(194,203,206)
#CED4D6
(206,212,214)
#DADDDE
(218,221,222)
#E6E6E6
(230,230,230)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A959E; }

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

This text font color is #7A959E.


Background Color

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

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

This div background color is #7A959E.


Border color

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

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

This div border color is #7A959E.


Opacity

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

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

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

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

This text has shadow with #7A959E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A959E on black background.


Color preview on white background

This text has color #7A959E on white background.



Black color preview on #7A959E background

This text has black color on #7A959E background.


White color preview on #7A959E background

This text has white color on #7A959E background.