COLOR #7789A9

HEX: #7789A9
RGB: (119,137,169)

Color info

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

RGB color model

#7789A9 color RGB value is (119,137,169).

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

RGB channels and saturation

R 119 of 255 = 47%
G 137 of 255 = 54%
B 169 of 255 = 66%

119
137
169

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

Portions of RGB colors in percentages

R + G + B =
119 + 137 + 169 = 425 (100%)
R 119 of 425 ~ 28%
G 137 of 425 ~ 32.24%
B 169 of 425 ~ 39.76%

%28
%32.24
%39.76

CMYK color model

#7789A9 color CMYK value is (30,19,0,34).

  • cyan value is 29.59%
  • magenta value is 18.93%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(30,19,0,34)
C30M19Y0K34 
(30%,19%,0%,34%)
(0.30/0.19/0.00/0.34)	

CMYK percentages

%29.59
%18.93
%0
%33.73

Codes

Color #7789A9 in popluar color models

7789A9
RGB119137169
HSL218°22.52%56.47%
HSB/HSV218°29.59%66.27%
CMYK29.59%18.93%0.00%
33.73%

Color #7789A9 in popluar number systems.

HEX7789A9
Decimal119137169
Binary11101111000100110101001
Octal167211251

Shades and tints

Shades of #7789A9

#7789A9
(119,137,169)
#6D7D9A
(109,125,154)
#63718B
(99,113,139)
#59657C
(89,101,124)
#4F596D
(79,89,109)
#454D5E
(69,77,94)
#3B414F
(59,65,79)
#313540
(49,53,64)
#272931
(39,41,49)
#1D1D22
(29,29,34)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #7789A9

#7789A9
(119,137,169)
#8393B0
(131,147,176)
#8F9DB7
(143,157,183)
#9BA7BE
(155,167,190)
#A7B1C5
(167,177,197)
#B3BBCC
(179,187,204)
#BFC5D3
(191,197,211)
#CBCFDA
(203,207,218)
#D7D9E1
(215,217,225)
#E3E3E8
(227,227,232)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7789A9; }

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

This text font color is #7789A9.


Background Color

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

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

This div background color is #7789A9.


Border color

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

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

This div border color is #7789A9.


Opacity

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

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

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

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

This text has shadow with #7789A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7789A9 on black background.


Color preview on white background

This text has color #7789A9 on white background.



Black color preview on #7789A9 background

This text has black color on #7789A9 background.


White color preview on #7789A9 background

This text has white color on #7789A9 background.