COLOR #7A8986

HEX: #7A8986
RGB: (122,137,134)

Color info

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

RGB color model

#7A8986 color RGB value is (122,137,134).

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

RGB channels and saturation

R 122 of 255 = 48%
G 137 of 255 = 54%
B 134 of 255 = 53%

122
137
134

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

Portions of RGB colors in percentages

R + G + B =
122 + 137 + 134 = 393 (100%)
R 122 of 393 ~ 31.04%
G 137 of 393 ~ 34.86%
B 134 of 393 ~ 34.1%

%31.04
%34.86
%34.1

CMYK color model

#7A8986 color CMYK value is (11,0,2,46).

  • cyan value is 10.95%
  • magenta value is 0.00%
  • yellow value is 2.19%
  • key color value is 46.27%
CMYK:
(11,0,2,46)
C11M0Y2K46 
(11%,0%,2%,46%)
(0.11/0.00/0.02/0.46)	

CMYK percentages

%10.95
%0
%2.19
%46.27

Codes

Color #7A8986 in popluar color models

7A8986
RGB122137134
HSL168°5.98%50.78%
HSB/HSV168°10.95%53.73%
CMYK10.95%0.00%2.19%
46.27%

Color #7A8986 in popluar number systems.

HEX7A8986
Decimal122137134
Binary11110101000100110000110
Octal172211206

Shades and tints

Shades of #7A8986

#7A8986
(122,137,134)
#6F7D7A
(111,125,122)
#64716E
(100,113,110)
#596562
(89,101,98)
#4E5956
(78,89,86)
#434D4A
(67,77,74)
#38413E
(56,65,62)
#2D3532
(45,53,50)
#222926
(34,41,38)
#171D1A
(23,29,26)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #7A8986

#7A8986
(122,137,134)
#869391
(134,147,145)
#929D9C
(146,157,156)
#9EA7A7
(158,167,167)
#AAB1B2
(170,177,178)
#B6BBBD
(182,187,189)
#C2C5C8
(194,197,200)
#CECFD3
(206,207,211)
#DAD9DE
(218,217,222)
#E6E3E9
(230,227,233)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8986; }

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

This text font color is #7A8986.


Background Color

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

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

This div background color is #7A8986.


Border color

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

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

This div border color is #7A8986.


Opacity

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

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

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

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

This text has shadow with #7A8986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8986 on black background.


Color preview on white background

This text has color #7A8986 on white background.



Black color preview on #7A8986 background

This text has black color on #7A8986 background.


White color preview on #7A8986 background

This text has white color on #7A8986 background.