COLOR #7A8391

HEX: #7A8391
RGB: (122,131,145)

Color info

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

RGB color model

#7A8391 color RGB value is (122,131,145).

  • red value is 122;
  • green value is 131;
  • blue value is 145.
RGB:
(122,131,145)
(48%,51%,57%)

RGB channels and saturation

R 122 of 255 = 48%
G 131 of 255 = 51%
B 145 of 255 = 57%

122
131
145

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

Portions of RGB colors in percentages

R + G + B =
122 + 131 + 145 = 398 (100%)
R 122 of 398 ~ 30.65%
G 131 of 398 ~ 32.91%
B 145 of 398 ~ 36.43%

%30.65
%32.91
%36.43

CMYK color model

#7A8391 color CMYK value is (16,10,0,43).

  • cyan value is 15.86%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(16,10,0,43)
C16M10Y0K43 
(16%,10%,0%,43%)
(0.16/0.10/0.00/0.43)	

CMYK percentages

%15.86
%9.66
%0
%43.14

Codes

Color #7A8391 in popluar color models

7A8391
RGB122131145
HSL217°9.47%52.35%
HSB/HSV217°15.86%56.86%
CMYK15.86%9.66%0.00%
43.14%

Color #7A8391 in popluar number systems.

HEX7A8391
Decimal122131145
Binary11110101000001110010001
Octal172203221

Shades and tints

Shades of #7A8391

#7A8391
(122,131,145)
#6F7884
(111,120,132)
#646D77
(100,109,119)
#59626A
(89,98,106)
#4E575D
(78,87,93)
#434C50
(67,76,80)
#384143
(56,65,67)
#2D3636
(45,54,54)
#222B29
(34,43,41)
#17201C
(23,32,28)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #7A8391

#7A8391
(122,131,145)
#868E9B
(134,142,155)
#9299A5
(146,153,165)
#9EA4AF
(158,164,175)
#AAAFB9
(170,175,185)
#B6BAC3
(182,186,195)
#C2C5CD
(194,197,205)
#CED0D7
(206,208,215)
#DADBE1
(218,219,225)
#E6E6EB
(230,230,235)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8391 color. Also use rgb(122,131,145) instead hex code.

Text Font Color

.myTextColor { color: #7A8391; }

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

This text font color is #7A8391.


Background Color

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

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

This div background color is #7A8391.


Border color

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

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

This div border color is #7A8391.


Opacity

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

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

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

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

This text has shadow with #7A8391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8391 on black background.


Color preview on white background

This text has color #7A8391 on white background.



Black color preview on #7A8391 background

This text has black color on #7A8391 background.


White color preview on #7A8391 background

This text has white color on #7A8391 background.