COLOR #7A8990

HEX: #7A8990
RGB: (122,137,144)

Color info

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

RGB color model

#7A8990 color RGB value is (122,137,144).

  • red value is 122;
  • green value is 137;
  • blue value is 144.
RGB:
(122,137,144)
(48%,54%,56%)

RGB channels and saturation

R 122 of 255 = 48%
G 137 of 255 = 54%
B 144 of 255 = 56%

122
137
144

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

Portions of RGB colors in percentages

R + G + B =
122 + 137 + 144 = 403 (100%)
R 122 of 403 ~ 30.27%
G 137 of 403 ~ 34%
B 144 of 403 ~ 35.73%

%30.27
%34
%35.73

CMYK color model

#7A8990 color CMYK value is (15,5,0,44).

  • cyan value is 15.28%
  • magenta value is 4.86%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(15,5,0,44)
C15M5Y0K44 
(15%,5%,0%,44%)
(0.15/0.05/0.00/0.44)	

CMYK percentages

%15.28
%4.86
%0
%43.53

Codes

Color #7A8990 in popluar color models

7A8990
RGB122137144
HSL199°9.02%52.16%
HSB/HSV199°15.28%56.47%
CMYK15.28%4.86%0.00%
43.53%

Color #7A8990 in popluar number systems.

HEX7A8990
Decimal122137144
Binary11110101000100110010000
Octal172211220

Shades and tints

Shades of #7A8990

#7A8990
(122,137,144)
#6F7D83
(111,125,131)
#647176
(100,113,118)
#596569
(89,101,105)
#4E595C
(78,89,92)
#434D4F
(67,77,79)
#384142
(56,65,66)
#2D3535
(45,53,53)
#222928
(34,41,40)
#171D1B
(23,29,27)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #7A8990

#7A8990
(122,137,144)
#86939A
(134,147,154)
#929DA4
(146,157,164)
#9EA7AE
(158,167,174)
#AAB1B8
(170,177,184)
#B6BBC2
(182,187,194)
#C2C5CC
(194,197,204)
#CECFD6
(206,207,214)
#DAD9E0
(218,217,224)
#E6E3EA
(230,227,234)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8990 color. Also use rgb(122,137,144) instead hex code.

Text Font Color

.myTextColor { color: #7A8990; }

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

This text font color is #7A8990.


Background Color

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

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

This div background color is #7A8990.


Border color

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

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

This div border color is #7A8990.


Opacity

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

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

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

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

This text has shadow with #7A8990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8990 on black background.


Color preview on white background

This text has color #7A8990 on white background.



Black color preview on #7A8990 background

This text has black color on #7A8990 background.


White color preview on #7A8990 background

This text has white color on #7A8990 background.