COLOR #7A79A9

HEX: #7A79A9
RGB: (122,121,169)

Color info

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

RGB color model

#7A79A9 color RGB value is (122,121,169).

  • red value is 122;
  • green value is 121;
  • blue value is 169.
RGB:
(122,121,169)
(48%,47%,66%)

RGB channels and saturation

R 122 of 255 = 48%
G 121 of 255 = 47%
B 169 of 255 = 66%

122
121
169

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

Portions of RGB colors in percentages

R + G + B =
122 + 121 + 169 = 412 (100%)
R 122 of 412 ~ 29.61%
G 121 of 412 ~ 29.37%
B 169 of 412 ~ 41.02%

%29.61
%29.37
%41.02

CMYK color model

#7A79A9 color CMYK value is (28,28,0,34).

  • cyan value is 27.81%
  • magenta value is 28.40%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(28,28,0,34)
C28M28Y0K34 
(28%,28%,0%,34%)
(0.28/0.28/0.00/0.34)	

CMYK percentages

%27.81
%28.4
%0
%33.73

Codes

Color #7A79A9 in popluar color models

7A79A9
RGB122121169
HSL241°21.82%56.86%
HSB/HSV241°28.40%66.27%
CMYK27.81%28.40%0.00%
33.73%

Color #7A79A9 in popluar number systems.

HEX7A79A9
Decimal122121169
Binary1111010111100110101001
Octal172171251

Shades and tints

Shades of #7A79A9

#7A79A9
(122,121,169)
#6F6E9A
(111,110,154)
#64638B
(100,99,139)
#59587C
(89,88,124)
#4E4D6D
(78,77,109)
#43425E
(67,66,94)
#38374F
(56,55,79)
#2D2C40
(45,44,64)
#222131
(34,33,49)
#171622
(23,22,34)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #7A79A9

#7A79A9
(122,121,169)
#8685B0
(134,133,176)
#9291B7
(146,145,183)
#9E9DBE
(158,157,190)
#AAA9C5
(170,169,197)
#B6B5CC
(182,181,204)
#C2C1D3
(194,193,211)
#CECDDA
(206,205,218)
#DAD9E1
(218,217,225)
#E6E5E8
(230,229,232)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A79A9; }

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

This text font color is #7A79A9.


Background Color

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

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

This div background color is #7A79A9.


Border color

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

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

This div border color is #7A79A9.


Opacity

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

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

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

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

This text has shadow with #7A79A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A79A9 on black background.


Color preview on white background

This text has color #7A79A9 on white background.



Black color preview on #7A79A9 background

This text has black color on #7A79A9 background.


White color preview on #7A79A9 background

This text has white color on #7A79A9 background.