COLOR #7A8582

HEX: #7A8582
RGB: (122,133,130)

Color info

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

RGB color model

#7A8582 color RGB value is (122,133,130).

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

RGB channels and saturation

R 122 of 255 = 48%
G 133 of 255 = 52%
B 130 of 255 = 51%

122
133
130

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

Portions of RGB colors in percentages

R + G + B =
122 + 133 + 130 = 385 (100%)
R 122 of 385 ~ 31.69%
G 133 of 385 ~ 34.55%
B 130 of 385 ~ 33.77%

%31.69
%34.55
%33.77

CMYK color model

#7A8582 color CMYK value is (8,0,2,48).

  • cyan value is 8.27%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 47.84%
CMYK:
(8,0,2,48)
C8M0Y2K48 
(8%,0%,2%,48%)
(0.08/0.00/0.02/0.48)	

CMYK percentages

%8.27
%0
%2.26
%47.84

Codes

Color #7A8582 in popluar color models

7A8582
RGB122133130
HSL164°4.31%50.00%
HSB/HSV164°8.27%52.16%
CMYK8.27%0.00%2.26%
47.84%

Color #7A8582 in popluar number systems.

HEX7A8582
Decimal122133130
Binary11110101000010110000010
Octal172205202

Shades and tints

Shades of #7A8582

#7A8582
(122,133,130)
#6F7977
(111,121,119)
#646D6C
(100,109,108)
#596161
(89,97,97)
#4E5556
(78,85,86)
#43494B
(67,73,75)
#383D40
(56,61,64)
#2D3135
(45,49,53)
#22252A
(34,37,42)
#17191F
(23,25,31)
#0C0D14
(12,13,20)
#000000
(0,0,0)

Tints of #7A8582

#7A8582
(122,133,130)
#86908D
(134,144,141)
#929B98
(146,155,152)
#9EA6A3
(158,166,163)
#AAB1AE
(170,177,174)
#B6BCB9
(182,188,185)
#C2C7C4
(194,199,196)
#CED2CF
(206,210,207)
#DADDDA
(218,221,218)
#E6E8E5
(230,232,229)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8582; }

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

This text font color is #7A8582.


Background Color

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

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

This div background color is #7A8582.


Border color

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

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

This div border color is #7A8582.


Opacity

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

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

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

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

This text has shadow with #7A8582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8582 on black background.


Color preview on white background

This text has color #7A8582 on white background.



Black color preview on #7A8582 background

This text has black color on #7A8582 background.


White color preview on #7A8582 background

This text has white color on #7A8582 background.