COLOR #7779AA

HEX: #7779AA
RGB: (119,121,170)

Color info

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

RGB color model

#7779AA color RGB value is (119,121,170).

  • red value is 119;
  • green value is 121;
  • blue value is 170.
RGB:
(119,121,170)
(47%,47%,67%)

RGB channels and saturation

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

119
121
170

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

Portions of RGB colors in percentages

R + G + B =
119 + 121 + 170 = 410 (100%)
R 119 of 410 ~ 29.02%
G 121 of 410 ~ 29.51%
B 170 of 410 ~ 41.46%

%29.02
%29.51
%41.46

CMYK color model

#7779AA color CMYK value is (30,29,0,33).

  • cyan value is 30.00%
  • magenta value is 28.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(30,29,0,33)
C30M29Y0K33 
(30%,29%,0%,33%)
(0.30/0.29/0.00/0.33)	

CMYK percentages

%30
%28.82
%0
%33.33

Codes

Color #7779AA in popluar color models

7779AA
RGB119121170
HSL238°23.08%56.67%
HSB/HSV238°30.00%66.67%
CMYK30.00%28.82%0.00%
33.33%

Color #7779AA in popluar number systems.

HEX7779AA
Decimal119121170
Binary1110111111100110101010
Octal167171252

Shades and tints

Shades of #7779AA

#7779AA
(119,121,170)
#6D6E9B
(109,110,155)
#63638C
(99,99,140)
#59587D
(89,88,125)
#4F4D6E
(79,77,110)
#45425F
(69,66,95)
#3B3750
(59,55,80)
#312C41
(49,44,65)
#272132
(39,33,50)
#1D1623
(29,22,35)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #7779AA

#7779AA
(119,121,170)
#8385B1
(131,133,177)
#8F91B8
(143,145,184)
#9B9DBF
(155,157,191)
#A7A9C6
(167,169,198)
#B3B5CD
(179,181,205)
#BFC1D4
(191,193,212)
#CBCDDB
(203,205,219)
#D7D9E2
(215,217,226)
#E3E5E9
(227,229,233)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7779AA; }

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

This text font color is #7779AA.


Background Color

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

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

This div background color is #7779AA.


Border color

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

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

This div border color is #7779AA.


Opacity

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

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

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

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

This text has shadow with #7779AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7779AA on black background.


Color preview on white background

This text has color #7779AA on white background.



Black color preview on #7779AA background

This text has black color on #7779AA background.


White color preview on #7779AA background

This text has white color on #7779AA background.