COLOR #7A9A96

HEX: #7A9A96
RGB: (122,154,150)

Color info

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

RGB color model

#7A9A96 color RGB value is (122,154,150).

  • red value is 122;
  • green value is 154;
  • blue value is 150.
RGB:
(122,154,150)
(48%,60%,59%)

RGB channels and saturation

R 122 of 255 = 48%
G 154 of 255 = 60%
B 150 of 255 = 59%

122
154
150

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

Portions of RGB colors in percentages

R + G + B =
122 + 154 + 150 = 426 (100%)
R 122 of 426 ~ 28.64%
G 154 of 426 ~ 36.15%
B 150 of 426 ~ 35.21%

%28.64
%36.15
%35.21

CMYK color model

#7A9A96 color CMYK value is (21,0,3,40).

  • cyan value is 20.78%
  • magenta value is 0.00%
  • yellow value is 2.60%
  • key color value is 39.61%
CMYK:
(21,0,3,40)
C21M0Y3K40 
(21%,0%,3%,40%)
(0.21/0.00/0.03/0.40)	

CMYK percentages

%20.78
%0
%2.6
%39.61

Codes

Color #7A9A96 in popluar color models

7A9A96
RGB122154150
HSL173°13.68%54.12%
HSB/HSV173°20.78%60.39%
CMYK20.78%0.00%2.60%
39.61%

Color #7A9A96 in popluar number systems.

HEX7A9A96
Decimal122154150
Binary11110101001101010010110
Octal172232226

Shades and tints

Shades of #7A9A96

#7A9A96
(122,154,150)
#6F8C89
(111,140,137)
#647E7C
(100,126,124)
#59706F
(89,112,111)
#4E6262
(78,98,98)
#435455
(67,84,85)
#384648
(56,70,72)
#2D383B
(45,56,59)
#222A2E
(34,42,46)
#171C21
(23,28,33)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #7A9A96

#7A9A96
(122,154,150)
#86A39F
(134,163,159)
#92ACA8
(146,172,168)
#9EB5B1
(158,181,177)
#AABEBA
(170,190,186)
#B6C7C3
(182,199,195)
#C2D0CC
(194,208,204)
#CED9D5
(206,217,213)
#DAE2DE
(218,226,222)
#E6EBE7
(230,235,231)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A9A96 color. Also use rgb(122,154,150) instead hex code.

Text Font Color

.myTextColor { color: #7A9A96; }

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

This text font color is #7A9A96.


Background Color

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

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

This div background color is #7A9A96.


Border color

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

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

This div border color is #7A9A96.


Opacity

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

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

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

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

This text has shadow with #7A9A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9A96 on black background.


Color preview on white background

This text has color #7A9A96 on white background.



Black color preview on #7A9A96 background

This text has black color on #7A9A96 background.


White color preview on #7A9A96 background

This text has white color on #7A9A96 background.