COLOR #7A789A

HEX: #7A789A
RGB: (122,120,154)

Color info

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

RGB color model

#7A789A color RGB value is (122,120,154).

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

RGB channels and saturation

R 122 of 255 = 48%
G 120 of 255 = 47%
B 154 of 255 = 60%

122
120
154

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

Portions of RGB colors in percentages

R + G + B =
122 + 120 + 154 = 396 (100%)
R 122 of 396 ~ 30.81%
G 120 of 396 ~ 30.3%
B 154 of 396 ~ 38.89%

%30.81
%30.3
%38.89

CMYK color model

#7A789A color CMYK value is (21,22,0,40).

  • cyan value is 20.78%
  • magenta value is 22.08%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(21,22,0,40)
C21M22Y0K40 
(21%,22%,0%,40%)
(0.21/0.22/0.00/0.40)	

CMYK percentages

%20.78
%22.08
%0
%39.61

Codes

Color #7A789A in popluar color models

7A789A
RGB122120154
HSL244°14.41%53.73%
HSB/HSV244°22.08%60.39%
CMYK20.78%22.08%0.00%
39.61%

Color #7A789A in popluar number systems.

HEX7A789A
Decimal122120154
Binary1111010111100010011010
Octal172170232

Shades and tints

Shades of #7A789A

#7A789A
(122,120,154)
#6F6E8C
(111,110,140)
#64647E
(100,100,126)
#595A70
(89,90,112)
#4E5062
(78,80,98)
#434654
(67,70,84)
#383C46
(56,60,70)
#2D3238
(45,50,56)
#22282A
(34,40,42)
#171E1C
(23,30,28)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #7A789A

#7A789A
(122,120,154)
#8684A3
(134,132,163)
#9290AC
(146,144,172)
#9E9CB5
(158,156,181)
#AAA8BE
(170,168,190)
#B6B4C7
(182,180,199)
#C2C0D0
(194,192,208)
#CECCD9
(206,204,217)
#DAD8E2
(218,216,226)
#E6E4EB
(230,228,235)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A789A; }

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

This text font color is #7A789A.


Background Color

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

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

This div background color is #7A789A.


Border color

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

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

This div border color is #7A789A.


Opacity

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

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

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

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

This text has shadow with #7A789A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A789A on black background.


Color preview on white background

This text has color #7A789A on white background.



Black color preview on #7A789A background

This text has black color on #7A789A background.


White color preview on #7A789A background

This text has white color on #7A789A background.