COLOR #7A7080

HEX: #7A7080
RGB: (122,112,128)

Color info

#7A7080 contains red, green and blue colors in about the same proportion. Web safe color of #7A7080 is #666666 (or #666).

RGB color model

#7A7080 color RGB value is (122,112,128).

  • red value is 122;
  • green value is 112;
  • blue value is 128.
RGB:
(122,112,128)
(48%,44%,50%)

RGB channels and saturation

R 122 of 255 = 48%
G 112 of 255 = 44%
B 128 of 255 = 50%

122
112
128

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

Portions of RGB colors in percentages

R + G + B =
122 + 112 + 128 = 362 (100%)
R 122 of 362 ~ 33.7%
G 112 of 362 ~ 30.94%
B 128 of 362 ~ 35.36%

%33.7
%30.94
%35.36

CMYK color model

#7A7080 color CMYK value is (5,13,0,50).

  • cyan value is 4.69%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(5,13,0,50)
C5M13Y0K50 
(5%,13%,0%,50%)
(0.05/0.13/0.00/0.50)	

CMYK percentages

%4.69
%12.5
%0
%49.8

Codes

Color #7A7080 in popluar color models

7A7080
RGB122112128
HSL278°6.67%47.06%
HSB/HSV278°12.50%50.20%
CMYK4.69%12.50%0.00%
49.80%

Color #7A7080 in popluar number systems.

HEX7A7080
Decimal122112128
Binary1111010111000010000000
Octal172160200

Shades and tints

Shades of #7A7080

#7A7080
(122,112,128)
#6F6675
(111,102,117)
#645C6A
(100,92,106)
#59525F
(89,82,95)
#4E4854
(78,72,84)
#433E49
(67,62,73)
#38343E
(56,52,62)
#2D2A33
(45,42,51)
#222028
(34,32,40)
#17161D
(23,22,29)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #7A7080

#7A7080
(122,112,128)
#867D8B
(134,125,139)
#928A96
(146,138,150)
#9E97A1
(158,151,161)
#AAA4AC
(170,164,172)
#B6B1B7
(182,177,183)
#C2BEC2
(194,190,194)
#CECBCD
(206,203,205)
#DAD8D8
(218,216,216)
#E6E5E3
(230,229,227)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7080; }

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

This text font color is #7A7080.


Background Color

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

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

This div background color is #7A7080.


Border color

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

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

This div border color is #7A7080.


Opacity

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

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

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

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

This text has shadow with #7A7080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7080 on black background.


Color preview on white background

This text has color #7A7080 on white background.



Black color preview on #7A7080 background

This text has black color on #7A7080 background.


White color preview on #7A7080 background

This text has white color on #7A7080 background.