COLOR #7A9399

HEX: #7A9399
RGB: (122,147,153)

Color info

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

RGB color model

#7A9399 color RGB value is (122,147,153).

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

RGB channels and saturation

R 122 of 255 = 48%
G 147 of 255 = 58%
B 153 of 255 = 60%

122
147
153

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

Portions of RGB colors in percentages

R + G + B =
122 + 147 + 153 = 422 (100%)
R 122 of 422 ~ 28.91%
G 147 of 422 ~ 34.83%
B 153 of 422 ~ 36.26%

%28.91
%34.83
%36.26

CMYK color model

#7A9399 color CMYK value is (20,4,0,40).

  • cyan value is 20.26%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(20,4,0,40)
C20M4Y0K40 
(20%,4%,0%,40%)
(0.20/0.04/0.00/0.40)	

CMYK percentages

%20.26
%3.92
%0
%40

Codes

Color #7A9399 in popluar color models

7A9399
RGB122147153
HSL192°13.19%53.92%
HSB/HSV192°20.26%60.00%
CMYK20.26%3.92%0.00%
40.00%

Color #7A9399 in popluar number systems.

HEX7A9399
Decimal122147153
Binary11110101001001110011001
Octal172223231

Shades and tints

Shades of #7A9399

#7A9399
(122,147,153)
#6F868C
(111,134,140)
#64797F
(100,121,127)
#596C72
(89,108,114)
#4E5F65
(78,95,101)
#435258
(67,82,88)
#38454B
(56,69,75)
#2D383E
(45,56,62)
#222B31
(34,43,49)
#171E24
(23,30,36)
#0C1117
(12,17,23)
#000000
(0,0,0)

Tints of #7A9399

#7A9399
(122,147,153)
#869CA2
(134,156,162)
#92A5AB
(146,165,171)
#9EAEB4
(158,174,180)
#AAB7BD
(170,183,189)
#B6C0C6
(182,192,198)
#C2C9CF
(194,201,207)
#CED2D8
(206,210,216)
#DADBE1
(218,219,225)
#E6E4EA
(230,228,234)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9399; }

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

This text font color is #7A9399.


Background Color

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

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

This div background color is #7A9399.


Border color

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

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

This div border color is #7A9399.


Opacity

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

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

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

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

This text has shadow with #7A9399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9399 on black background.


Color preview on white background

This text has color #7A9399 on white background.



Black color preview on #7A9399 background

This text has black color on #7A9399 background.


White color preview on #7A9399 background

This text has white color on #7A9399 background.