COLOR #7A7880

HEX: #7A7880
RGB: (122,120,128)

Color info

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

RGB color model

#7A7880 color RGB value is (122,120,128).

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

RGB channels and saturation

R 122 of 255 = 48%
G 120 of 255 = 47%
B 128 of 255 = 50%

122
120
128

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

Portions of RGB colors in percentages

R + G + B =
122 + 120 + 128 = 370 (100%)
R 122 of 370 ~ 32.97%
G 120 of 370 ~ 32.43%
B 128 of 370 ~ 34.59%

%32.97
%32.43
%34.59

CMYK color model

#7A7880 color CMYK value is (5,6,0,50).

  • cyan value is 4.69%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(5,6,0,50)
C5M6Y0K50 
(5%,6%,0%,50%)
(0.05/0.06/0.00/0.50)	

CMYK percentages

%4.69
%6.25
%0
%49.8

Codes

Color #7A7880 in popluar color models

7A7880
RGB122120128
HSL255°3.23%48.63%
HSB/HSV255°6.25%50.20%
CMYK4.69%6.25%0.00%
49.80%

Color #7A7880 in popluar number systems.

HEX7A7880
Decimal122120128
Binary1111010111100010000000
Octal172170200

Shades and tints

Shades of #7A7880

#7A7880
(122,120,128)
#6F6E75
(111,110,117)
#64646A
(100,100,106)
#595A5F
(89,90,95)
#4E5054
(78,80,84)
#434649
(67,70,73)
#383C3E
(56,60,62)
#2D3233
(45,50,51)
#222828
(34,40,40)
#171E1D
(23,30,29)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #7A7880

#7A7880
(122,120,128)
#86848B
(134,132,139)
#929096
(146,144,150)
#9E9CA1
(158,156,161)
#AAA8AC
(170,168,172)
#B6B4B7
(182,180,183)
#C2C0C2
(194,192,194)
#CECCCD
(206,204,205)
#DAD8D8
(218,216,216)
#E6E4E3
(230,228,227)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7880; }

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

This text font color is #7A7880.


Background Color

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

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

This div background color is #7A7880.


Border color

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

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

This div border color is #7A7880.


Opacity

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

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

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

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

This text has shadow with #7A7880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7880 on black background.


Color preview on white background

This text has color #7A7880 on white background.



Black color preview on #7A7880 background

This text has black color on #7A7880 background.


White color preview on #7A7880 background

This text has white color on #7A7880 background.