COLOR #7A7A82

HEX: #7A7A82
RGB: (122,122,130)

Color info

#7A7A82 contains red, green and blue colors in about the same proportion. Web safe color of #7A7A82 is #666699 (or #669).

RGB color model

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

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

RGB channels and saturation

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

122
122
130

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

Portions of RGB colors in percentages

R + G + B =
122 + 122 + 130 = 374 (100%)
R 122 of 374 ~ 32.62%
G 122 of 374 ~ 32.62%
B 130 of 374 ~ 34.76%

%32.62
%32.62
%34.76

CMYK color model

#7A7A82 color CMYK value is (6,6,0,49).

  • cyan value is 6.15%
  • magenta value is 6.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(6,6,0,49)
C6M6Y0K49 
(6%,6%,0%,49%)
(0.06/0.06/0.00/0.49)	

CMYK percentages

%6.15
%6.15
%0
%49.02

Codes

Color #7A7A82 in popluar color models

7A7A82
RGB122122130
HSL240°3.17%49.41%
HSB/HSV240°6.15%50.98%
CMYK6.15%6.15%0.00%
49.02%

Color #7A7A82 in popluar number systems.

HEX7A7A82
Decimal122122130
Binary1111010111101010000010
Octal172172202

Shades and tints

Shades of #7A7A82

#7A7A82
(122,122,130)
#6F6F77
(111,111,119)
#64646C
(100,100,108)
#595961
(89,89,97)
#4E4E56
(78,78,86)
#43434B
(67,67,75)
#383840
(56,56,64)
#2D2D35
(45,45,53)
#22222A
(34,34,42)
#17171F
(23,23,31)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #7A7A82

#7A7A82
(122,122,130)
#86868D
(134,134,141)
#929298
(146,146,152)
#9E9EA3
(158,158,163)
#AAAAAE
(170,170,174)
#B6B6B9
(182,182,185)
#C2C2C4
(194,194,196)
#CECECF
(206,206,207)
#DADADA
(218,218,218)
#E6E6E5
(230,230,229)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7A82; }

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

This text font color is #7A7A82.


Background Color

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

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

This div background color is #7A7A82.


Border color

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

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

This div border color is #7A7A82.


Opacity

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

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

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

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

This text has shadow with #7A7A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7A82 on black background.


Color preview on white background

This text has color #7A7A82 on white background.



Black color preview on #7A7A82 background

This text has black color on #7A7A82 background.


White color preview on #7A7A82 background

This text has white color on #7A7A82 background.