COLOR #7A9382

HEX: #7A9382 RGB: (122,147,130)

Color info

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

RGB color model

#7A9382 color RGB value is (122,147,130).

RGB: (122,147,130) (48%, 58%, 51%)

RGB channels and saturation

R 122 of 255 = 48%
G 147 of 255 = 58%
B 130 of 255 = 51%

122
147
130

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

Portions of RGB colors in percentages

R + G + B = 122 + 147 + 130 = 399 (100%)
R 122 of 399 ~ 30.58%
G 147 of 399 ~ 36.84%
B 130 of 399 ~ 32.58'%

%30.58
%36.84
%32.58

CMYK color model

#7A9382 color CMYK value is (17,0,12,42).

  • cyan value is 17.01%
  • magenta value is 0.00%
  • yellow value is 11.56%
  • key color value is 42.35%

CMYK: (17,0,12,42)
C17M0Y12K42 (17%, 0%, 12%, 42%)
(0.17 / 0.00 / 0.12 / 0.42)

CMYK percentages

%17.01
%0
%11.56
%42.35

Codes

Color #7A9382 in popluar color models

7A 93 82
RGB 122 147 130
HSL 139° 10.37% 52.75%
HSB/HSV 139° 17.01% 57.65%
CMYK 17.01% 0.00% 11.56%
42.35%

Color #7A9382 in popluar number systems.

HEX 7A 93 82
Decimal 122 147 130
Binary 1111010 10010011 10000010
Octal 172 223 202

Shades and tints

Shades of #7A9382

#7A9382
(122,147,130)
#6F8677
(111,134,119)
#64796C
(100,121,108)
#596C61
(89,108,97)
#4E5F56
(78,95,86)
#43524B
(67,82,75)
#384540
(56,69,64)
#2D3835
(45,56,53)
#222B2A
(34,43,42)
#171E1F
(23,30,31)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #7A9382

#7A9382
(122,147,130)
#869C8D
(134,156,141)
#92A598
(146,165,152)
#9EAEA3
(158,174,163)
#AAB7AE
(170,183,174)
#B6C0B9
(182,192,185)
#C2C9C4
(194,201,196)
#CED2CF
(206,210,207)
#DADBDA
(218,219,218)
#E6E4E5
(230,228,229)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9382; }

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

This text font color is #7A9382.

Background Color

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

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

This div background color is #7A9382.

Border color

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

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

This div border color is #7A9382.

Opacity

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

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

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

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

This text has shadow with #7A9382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A9382.

Preview

Color preview on black background

This text has color #7A9382 on black background.


Color preview on white background

This text has color #7A9382 on white background.


Black color preview on #7A9382 background

This text has black color on #7A9382 background.


White color preview on #7A9382 background

This text has white color on #7A9382 background.


Related colors

Complementary color

Complementary color for #hex is #856C7D.


I love getcolorcode.com

Triadic colors

1 #827A93 and #93827A with #7A9382 are triadic colors.

2 #82937A and #937A82 with #7A9382 are triadic colors.