COLOR #7780A9

HEX: #7780A9
RGB: (119,128,169)

Color info

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

RGB color model

#7780A9 color RGB value is (119,128,169).

  • red value is 119;
  • green value is 128;
  • blue value is 169.
RGB:
(119,128,169)
(47%,50%,66%)

RGB channels and saturation

R 119 of 255 = 47%
G 128 of 255 = 50%
B 169 of 255 = 66%

119
128
169

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

Portions of RGB colors in percentages

R + G + B =
119 + 128 + 169 = 416 (100%)
R 119 of 416 ~ 28.61%
G 128 of 416 ~ 30.77%
B 169 of 416 ~ 40.63%

%28.61
%30.77
%40.63

CMYK color model

#7780A9 color CMYK value is (30,24,0,34).

  • cyan value is 29.59%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(30,24,0,34)
C30M24Y0K34 
(30%,24%,0%,34%)
(0.30/0.24/0.00/0.34)	

CMYK percentages

%29.59
%24.26
%0
%33.73

Codes

Color #7780A9 in popluar color models

7780A9
RGB119128169
HSL229°22.52%56.47%
HSB/HSV229°29.59%66.27%
CMYK29.59%24.26%0.00%
33.73%

Color #7780A9 in popluar number systems.

HEX7780A9
Decimal119128169
Binary11101111000000010101001
Octal167200251

Shades and tints

Shades of #7780A9

#7780A9
(119,128,169)
#6D759A
(109,117,154)
#636A8B
(99,106,139)
#595F7C
(89,95,124)
#4F546D
(79,84,109)
#45495E
(69,73,94)
#3B3E4F
(59,62,79)
#313340
(49,51,64)
#272831
(39,40,49)
#1D1D22
(29,29,34)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #7780A9

#7780A9
(119,128,169)
#838BB0
(131,139,176)
#8F96B7
(143,150,183)
#9BA1BE
(155,161,190)
#A7ACC5
(167,172,197)
#B3B7CC
(179,183,204)
#BFC2D3
(191,194,211)
#CBCDDA
(203,205,218)
#D7D8E1
(215,216,225)
#E3E3E8
(227,227,232)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7780A9 color. Also use rgb(119,128,169) instead hex code.

Text Font Color

.myTextColor { color: #7780A9; }

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

This text font color is #7780A9.


Background Color

.myBgColor { background-color: #7780A9; }

<div style="background-color:#7780A9">Inner text</div>

This div background color is #7780A9.


Border color

.myBorderColor { border: 1px solid #7780A9; }

<div style="border:3px solid #7780A9">Div</div>

This div border color is #7780A9.


Opacity

.myOpacity80 { color: #7780A9; opacity: 0.8; }

<p style="color:#7780A9;opacity:0.8;">80%</p>

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

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

This text has shadow with #7780A9 color.

.textShadow {text-shadow: 3px 3px 1px #7780A9, 3px 3px 1px red;}

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

This text has shadow with #7780A9 primary color and red secondary color.


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

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

This text has shadow with #7780A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7780A9 on black background.


Color preview on white background

This text has color #7780A9 on white background.



Black color preview on #7780A9 background

This text has black color on #7780A9 background.


White color preview on #7780A9 background

This text has white color on #7780A9 background.