COLOR #7A779D

HEX: #7A779D RGB: (122,119,157)

Color info

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

RGB color model

#7A779D color RGB value is (122,119,157).

RGB: (122,119,157) (48%, 47%, 62%)

RGB channels and saturation

R 122 of 255 = 48%
G 119 of 255 = 47%
B 157 of 255 = 62%

122
119
157

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

Portions of RGB colors in percentages

R + G + B = 122 + 119 + 157 = 398 (100%)
R 122 of 398 ~ 30.65%
G 119 of 398 ~ 29.9%
B 157 of 398 ~ 39.45'%

%30.65
%29.9
%39.45

CMYK color model

#7A779D color CMYK value is (22,24,0,38).

  • cyan value is 22.29%
  • magenta value is 24.20%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (22,24,0,38)
C22M24Y0K38 (22%, 24%, 0%, 38%)
(0.22 / 0.24 / 0.00 / 0.38)

CMYK percentages

%22.29
%24.2
%0
%38.43

Codes

Color #7A779D in popluar color models

7A 77 9D
RGB 122 119 157
HSL 245° 16.24% 54.12%
HSB/HSV 245° 24.20% 61.57%
CMYK 22.29% 24.20% 0.00%
38.43%

Color #7A779D in popluar number systems.

HEX 7A 77 9D
Decimal 122 119 157
Binary 1111010 1110111 10011101
Octal 172 167 235

Shades and tints

Shades of #7A779D

#7A779D
(122,119,157)
#6F6D8F
(111,109,143)
#646381
(100,99,129)
#595973
(89,89,115)
#4E4F65
(78,79,101)
#434557
(67,69,87)
#383B49
(56,59,73)
#2D313B
(45,49,59)
#22272D
(34,39,45)
#171D1F
(23,29,31)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #7A779D

#7A779D
(122,119,157)
#8683A5
(134,131,165)
#928FAD
(146,143,173)
#9E9BB5
(158,155,181)
#AAA7BD
(170,167,189)
#B6B3C5
(182,179,197)
#C2BFCD
(194,191,205)
#CECBD5
(206,203,213)
#DAD7DD
(218,215,221)
#E6E3E5
(230,227,229)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A779D color. Also use rgb(122,119,157) instead hex code.

Text Font Color

.myTextColor { color: #7A779D; }

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

This text font color is #7A779D.

Background Color

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

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

This div background color is #7A779D.

Border color

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

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

This div border color is #7A779D.

Opacity

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

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

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

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

This text has shadow with #7A779D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A779D.

Preview

Color preview on black background

This text has color #7A779D on black background.


Color preview on white background

This text has color #7A779D on white background.


Black color preview on #7A779D background

This text has black color on #7A779D background.


White color preview on #7A779D background

This text has white color on #7A779D background.


Related colors

Complementary color

Complementary color for #hex is #858862.


I love getcolorcode.com

Triadic colors

1 #9D7A77 and #779D7A with #7A779D are triadic colors.

2 #9D777A and #777A9D with #7A779D are triadic colors.