COLOR #7779AC

HEX: #7779AC RGB: (119,121,172)

Color info

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

RGB color model

#7779AC color RGB value is (119,121,172).

RGB: (119,121,172) (47%, 47%, 67%)

RGB channels and saturation

R 119 of 255 = 47%
G 121 of 255 = 47%
B 172 of 255 = 67%

119
121
172

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

Portions of RGB colors in percentages

R + G + B = 119 + 121 + 172 = 412 (100%)
R 119 of 412 ~ 28.88%
G 121 of 412 ~ 29.37%
B 172 of 412 ~ 41.75'%

%28.88
%29.37
%41.75

CMYK color model

#7779AC color CMYK value is (31,30,0,33).

  • cyan value is 30.81%
  • magenta value is 29.65%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (31,30,0,33)
C31M30Y0K33 (31%, 30%, 0%, 33%)
(0.31 / 0.30 / 0.00 / 0.33)

CMYK percentages

%30.81
%29.65
%0
%32.55

Codes

Color #7779AC in popluar color models

77 79 AC
RGB 119 121 172
HSL 238° 24.20% 57.06%
HSB/HSV 238° 30.81% 67.45%
CMYK 30.81% 29.65% 0.00%
32.55%

Color #7779AC in popluar number systems.

HEX 77 79 AC
Decimal 119 121 172
Binary 1110111 1111001 10101100
Octal 167 171 254

Shades and tints

Shades of #7779AC

#7779AC
(119,121,172)
#6D6E9D
(109,110,157)
#63638E
(99,99,142)
#59587F
(89,88,127)
#4F4D70
(79,77,112)
#454261
(69,66,97)
#3B3752
(59,55,82)
#312C43
(49,44,67)
#272134
(39,33,52)
#1D1625
(29,22,37)
#130B16
(19,11,22)
#000000
(0,0,0)

Tints of #7779AC

#7779AC
(119,121,172)
#8385B3
(131,133,179)
#8F91BA
(143,145,186)
#9B9DC1
(155,157,193)
#A7A9C8
(167,169,200)
#B3B5CF
(179,181,207)
#BFC1D6
(191,193,214)
#CBCDDD
(203,205,221)
#D7D9E4
(215,217,228)
#E3E5EB
(227,229,235)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7779AC color. Also use rgb(119,121,172) instead hex code.

Text Font Color

.myTextColor { color: #7779AC; }

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

This text font color is #7779AC.

Background Color

.myBgColor { background-color: #7779AC; }

<div style="background-color:#7779AC">Inner text</div>

This div background color is #7779AC.

Border color

.myBorderColor { border: 1px solid #7779AC; }

<div style="border:3px solid #7779AC">Div</div>

This div border color is #7779AC.

Opacity

.myOpacity80 { color: #7779AC; opacity: 0.8; }

<p style="color:#7779AC;opacity:0.8;">80%</p>

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

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

This text has shadow with #7779AC color.


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

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

This text has shadow with #7779AC primary color and red secondary color.


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

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

This text has shadow with #7779AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7779AC.

Preview

Color preview on black background

This text has color #7779AC on black background.


Color preview on white background

This text has color #7779AC on white background.


Black color preview on #7779AC background

This text has black color on #7779AC background.


White color preview on #7779AC background

This text has white color on #7779AC background.


Related colors

Complementary color

Complementary color for #hex is #888653.


I love getcolorcode.com

Triadic colors

1 #AC7779 and #79AC77 with #7779AC are triadic colors.

2 #AC7977 and #7977AC with #7779AC are triadic colors.