COLOR #7A80AA

HEX: #7A80AA
RGB: (122,128,170)

Color info

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

RGB color model

#7A80AA color RGB value is (122,128,170).

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

RGB channels and saturation

R 122 of 255 = 48%
G 128 of 255 = 50%
B 170 of 255 = 67%

122
128
170

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

Portions of RGB colors in percentages

R + G + B =
122 + 128 + 170 = 420 (100%)
R 122 of 420 ~ 29.05%
G 128 of 420 ~ 30.48%
B 170 of 420 ~ 40.48%

%29.05
%30.48
%40.48

CMYK color model

#7A80AA color CMYK value is (28,25,0,33).

  • cyan value is 28.24%
  • magenta value is 24.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(28,25,0,33)
C28M25Y0K33 
(28%,25%,0%,33%)
(0.28/0.25/0.00/0.33)	

CMYK percentages

%28.24
%24.71
%0
%33.33

Codes

Color #7A80AA in popluar color models

7A80AA
RGB122128170
HSL233°22.02%57.25%
HSB/HSV233°28.24%66.67%
CMYK28.24%24.71%0.00%
33.33%

Color #7A80AA in popluar number systems.

HEX7A80AA
Decimal122128170
Binary11110101000000010101010
Octal172200252

Shades and tints

Shades of #7A80AA

#7A80AA
(122,128,170)
#6F759B
(111,117,155)
#646A8C
(100,106,140)
#595F7D
(89,95,125)
#4E546E
(78,84,110)
#43495F
(67,73,95)
#383E50
(56,62,80)
#2D3341
(45,51,65)
#222832
(34,40,50)
#171D23
(23,29,35)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #7A80AA

#7A80AA
(122,128,170)
#868BB1
(134,139,177)
#9296B8
(146,150,184)
#9EA1BF
(158,161,191)
#AAACC6
(170,172,198)
#B6B7CD
(182,183,205)
#C2C2D4
(194,194,212)
#CECDDB
(206,205,219)
#DAD8E2
(218,216,226)
#E6E3E9
(230,227,233)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A80AA; }

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

This text font color is #7A80AA.


Background Color

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

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

This div background color is #7A80AA.


Border color

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

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

This div border color is #7A80AA.


Opacity

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

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

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

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

This text has shadow with #7A80AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A80AA on black background.


Color preview on white background

This text has color #7A80AA on white background.



Black color preview on #7A80AA background

This text has black color on #7A80AA background.


White color preview on #7A80AA background

This text has white color on #7A80AA background.