COLOR #7A8382

HEX: #7A8382 RGB: (122,131,130)

Color info

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

RGB color model

#7A8382 color RGB value is (122,131,130).

RGB: (122,131,130) (48%, 51%, 51%)

RGB channels and saturation

R 122 of 255 = 48%
G 131 of 255 = 51%
B 130 of 255 = 51%

122
131
130

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

Portions of RGB colors in percentages

R + G + B = 122 + 131 + 130 = 383 (100%)
R 122 of 383 ~ 31.85%
G 131 of 383 ~ 34.2%
B 130 of 383 ~ 33.94'%

%31.85
%34.2
%33.94

CMYK color model

#7A8382 color CMYK value is (7,0,1,49).

  • cyan value is 6.87%
  • magenta value is 0.00%
  • yellow value is 0.76%
  • key color value is 48.63%

CMYK: (7,0,1,49)
C7M0Y1K49 (7%, 0%, 1%, 49%)
(0.07 / 0.00 / 0.01 / 0.49)

CMYK percentages

%6.87
%0
%0.76
%48.63

Codes

Color #7A8382 in popluar color models

7A 83 82
RGB 122 131 130
HSL 173° 3.56% 49.61%
HSB/HSV 173° 6.87% 51.37%
CMYK 6.87% 0.00% 0.76%
48.63%

Color #7A8382 in popluar number systems.

HEX 7A 83 82
Decimal 122 131 130
Binary 1111010 10000011 10000010
Octal 172 203 202

Shades and tints

Shades of #7A8382

#7A8382
(122,131,130)
#6F7877
(111,120,119)
#646D6C
(100,109,108)
#596261
(89,98,97)
#4E5756
(78,87,86)
#434C4B
(67,76,75)
#384140
(56,65,64)
#2D3635
(45,54,53)
#222B2A
(34,43,42)
#17201F
(23,32,31)
#0C1514
(12,21,20)
#000000
(0,0,0)

Tints of #7A8382

#7A8382
(122,131,130)
#868E8D
(134,142,141)
#929998
(146,153,152)
#9EA4A3
(158,164,163)
#AAAFAE
(170,175,174)
#B6BAB9
(182,186,185)
#C2C5C4
(194,197,196)
#CED0CF
(206,208,207)
#DADBDA
(218,219,218)
#E6E6E5
(230,230,229)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8382; }

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

This text font color is #7A8382.

Background Color

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

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

This div background color is #7A8382.

Border color

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

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

This div border color is #7A8382.

Opacity

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

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

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

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

This text has shadow with #7A8382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8382.

Preview

Color preview on black background

This text has color #7A8382 on black background.


Color preview on white background

This text has color #7A8382 on white background.


Black color preview on #7A8382 background

This text has black color on #7A8382 background.


White color preview on #7A8382 background

This text has white color on #7A8382 background.


Related colors

Complementary color

Complementary color for #hex is #857C7D.


I love getcolorcode.com

Triadic colors

1 #827A83 and #83827A with #7A8382 are triadic colors.

2 #82837A and #837A82 with #7A8382 are triadic colors.