COLOR #7A9882

HEX: #7A9882
RGB: (122,152,130)

Color info

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

RGB color model

#7A9882 color RGB value is (122,152,130).

  • red value is 122;
  • green value is 152;
  • blue value is 130.
RGB:
(122,152,130)
(48%,60%,51%)

RGB channels and saturation

R 122 of 255 = 48%
G 152 of 255 = 60%
B 130 of 255 = 51%

122
152
130

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

Portions of RGB colors in percentages

R + G + B =
122 + 152 + 130 = 404 (100%)
R 122 of 404 ~ 30.2%
G 152 of 404 ~ 37.62%
B 130 of 404 ~ 32.18%

%30.2
%37.62
%32.18

CMYK color model

#7A9882 color CMYK value is (20,0,14,40).

  • cyan value is 19.74%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 40.39%
CMYK:
(20,0,14,40)
C20M0Y14K40 
(20%,0%,14%,40%)
(0.20/0.00/0.14/0.40)	

CMYK percentages

%19.74
%0
%14.47
%40.39

Codes

Color #7A9882 in popluar color models

7A9882
RGB122152130
HSL136°12.71%53.73%
HSB/HSV136°19.74%59.61%
CMYK19.74%0.00%14.47%
40.39%

Color #7A9882 in popluar number systems.

HEX7A9882
Decimal122152130
Binary11110101001100010000010
Octal172230202

Shades and tints

Shades of #7A9882

#7A9882
(122,152,130)
#6F8B77
(111,139,119)
#647E6C
(100,126,108)
#597161
(89,113,97)
#4E6456
(78,100,86)
#43574B
(67,87,75)
#384A40
(56,74,64)
#2D3D35
(45,61,53)
#22302A
(34,48,42)
#17231F
(23,35,31)
#0C1614
(12,22,20)
#000000
(0,0,0)

Tints of #7A9882

#7A9882
(122,152,130)
#86A18D
(134,161,141)
#92AA98
(146,170,152)
#9EB3A3
(158,179,163)
#AABCAE
(170,188,174)
#B6C5B9
(182,197,185)
#C2CEC4
(194,206,196)
#CED7CF
(206,215,207)
#DAE0DA
(218,224,218)
#E6E9E5
(230,233,229)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A9882 color. Also use rgb(122,152,130) instead hex code.

Text Font Color

.myTextColor { color: #7A9882; }

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

This text font color is #7A9882.


Background Color

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

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

This div background color is #7A9882.


Border color

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

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

This div border color is #7A9882.


Opacity

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

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

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

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

This text has shadow with #7A9882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9882 on black background.


Color preview on white background

This text has color #7A9882 on white background.



Black color preview on #7A9882 background

This text has black color on #7A9882 background.


White color preview on #7A9882 background

This text has white color on #7A9882 background.