COLOR #7782AC

HEX: #7782AC
RGB: (119,130,172)

Color info

#7782AC contains red, green and blue colors in about the same proportion. Web safe color of #7782AC is #669999 (or #699).

RGB color model

#7782AC color RGB value is (119,130,172).

  • red value is 119;
  • green value is 130;
  • blue value is 172.
RGB:
(119,130,172)
(47%,51%,67%)

RGB channels and saturation

R 119 of 255 = 47%
G 130 of 255 = 51%
B 172 of 255 = 67%

119
130
172

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

Portions of RGB colors in percentages

R + G + B =
119 + 130 + 172 = 421 (100%)
R 119 of 421 ~ 28.27%
G 130 of 421 ~ 30.88%
B 172 of 421 ~ 40.86%

%28.27
%30.88
%40.86

CMYK color model

#7782AC color CMYK value is (31,24,0,33).

  • cyan value is 30.81%
  • magenta value is 24.42%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(31,24,0,33)
C31M24Y0K33 
(31%,24%,0%,33%)
(0.31/0.24/0.00/0.33)	

CMYK percentages

%30.81
%24.42
%0
%32.55

Codes

Color #7782AC in popluar color models

7782AC
RGB119130172
HSL228°24.20%57.06%
HSB/HSV228°30.81%67.45%
CMYK30.81%24.42%0.00%
32.55%

Color #7782AC in popluar number systems.

HEX7782AC
Decimal119130172
Binary11101111000001010101100
Octal167202254

Shades and tints

Shades of #7782AC

#7782AC
(119,130,172)
#6D779D
(109,119,157)
#636C8E
(99,108,142)
#59617F
(89,97,127)
#4F5670
(79,86,112)
#454B61
(69,75,97)
#3B4052
(59,64,82)
#313543
(49,53,67)
#272A34
(39,42,52)
#1D1F25
(29,31,37)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #7782AC

#7782AC
(119,130,172)
#838DB3
(131,141,179)
#8F98BA
(143,152,186)
#9BA3C1
(155,163,193)
#A7AEC8
(167,174,200)
#B3B9CF
(179,185,207)
#BFC4D6
(191,196,214)
#CBCFDD
(203,207,221)
#D7DAE4
(215,218,228)
#E3E5EB
(227,229,235)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7782AC; }

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

This text font color is #7782AC.


Background Color

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

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

This div background color is #7782AC.


Border color

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

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

This div border color is #7782AC.


Opacity

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

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

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

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

This text has shadow with #7782AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7782AC on black background.


Color preview on white background

This text has color #7782AC on white background.



Black color preview on #7782AC background

This text has black color on #7782AC background.


White color preview on #7782AC background

This text has white color on #7782AC background.