COLOR #7A8A9E

HEX: #7A8A9E
RGB: (122,138,158)

Color info

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

RGB color model

#7A8A9E color RGB value is (122,138,158).

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

RGB channels and saturation

R 122 of 255 = 48%
G 138 of 255 = 54%
B 158 of 255 = 62%

122
138
158

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

Portions of RGB colors in percentages

R + G + B =
122 + 138 + 158 = 418 (100%)
R 122 of 418 ~ 29.19%
G 138 of 418 ~ 33.01%
B 158 of 418 ~ 37.8%

%29.19
%33.01
%37.8

CMYK color model

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

  • cyan value is 22.78%
  • magenta value is 12.66%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(23,13,0,38)
C23M13Y0K38 
(23%,13%,0%,38%)
(0.23/0.13/0.00/0.38)	

CMYK percentages

%22.78
%12.66
%0
%38.04

Codes

Color #7A8A9E in popluar color models

7A8A9E
RGB122138158
HSL213°15.65%54.90%
HSB/HSV213°22.78%61.96%
CMYK22.78%12.66%0.00%
38.04%

Color #7A8A9E in popluar number systems.

HEX7A8A9E
Decimal122138158
Binary11110101000101010011110
Octal172212236

Shades and tints

Shades of #7A8A9E

#7A8A9E
(122,138,158)
#6F7E90
(111,126,144)
#647282
(100,114,130)
#596674
(89,102,116)
#4E5A66
(78,90,102)
#434E58
(67,78,88)
#38424A
(56,66,74)
#2D363C
(45,54,60)
#222A2E
(34,42,46)
#171E20
(23,30,32)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #7A8A9E

#7A8A9E
(122,138,158)
#8694A6
(134,148,166)
#929EAE
(146,158,174)
#9EA8B6
(158,168,182)
#AAB2BE
(170,178,190)
#B6BCC6
(182,188,198)
#C2C6CE
(194,198,206)
#CED0D6
(206,208,214)
#DADADE
(218,218,222)
#E6E4E6
(230,228,230)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8A9E; }

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

This text font color is #7A8A9E.


Background Color

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

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

This div background color is #7A8A9E.


Border color

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

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

This div border color is #7A8A9E.


Opacity

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

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

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

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

This text has shadow with #7A8A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8A9E on black background.


Color preview on white background

This text has color #7A8A9E on white background.



Black color preview on #7A8A9E background

This text has black color on #7A8A9E background.


White color preview on #7A8A9E background

This text has white color on #7A8A9E background.