COLOR #7789A7

HEX: #7789A7
RGB: (119,137,167)

Color info

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

RGB color model

#7789A7 color RGB value is (119,137,167).

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

RGB channels and saturation

R 119 of 255 = 47%
G 137 of 255 = 54%
B 167 of 255 = 65%

119
137
167

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

Portions of RGB colors in percentages

R + G + B =
119 + 137 + 167 = 423 (100%)
R 119 of 423 ~ 28.13%
G 137 of 423 ~ 32.39%
B 167 of 423 ~ 39.48%

%28.13
%32.39
%39.48

CMYK color model

#7789A7 color CMYK value is (29,18,0,35).

  • cyan value is 28.74%
  • magenta value is 17.96%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(29,18,0,35)
C29M18Y0K35 
(29%,18%,0%,35%)
(0.29/0.18/0.00/0.35)	

CMYK percentages

%28.74
%17.96
%0
%34.51

Codes

Color #7789A7 in popluar color models

7789A7
RGB119137167
HSL218°21.43%56.08%
HSB/HSV218°28.74%65.49%
CMYK28.74%17.96%0.00%
34.51%

Color #7789A7 in popluar number systems.

HEX7789A7
Decimal119137167
Binary11101111000100110100111
Octal167211247

Shades and tints

Shades of #7789A7

#7789A7
(119,137,167)
#6D7D98
(109,125,152)
#637189
(99,113,137)
#59657A
(89,101,122)
#4F596B
(79,89,107)
#454D5C
(69,77,92)
#3B414D
(59,65,77)
#31353E
(49,53,62)
#27292F
(39,41,47)
#1D1D20
(29,29,32)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #7789A7

#7789A7
(119,137,167)
#8393AF
(131,147,175)
#8F9DB7
(143,157,183)
#9BA7BF
(155,167,191)
#A7B1C7
(167,177,199)
#B3BBCF
(179,187,207)
#BFC5D7
(191,197,215)
#CBCFDF
(203,207,223)
#D7D9E7
(215,217,231)
#E3E3EF
(227,227,239)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7789A7; }

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

This text font color is #7789A7.


Background Color

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

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

This div background color is #7789A7.


Border color

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

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

This div border color is #7789A7.


Opacity

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

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

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

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

This text has shadow with #7789A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7789A7 on black background.


Color preview on white background

This text has color #7789A7 on white background.



Black color preview on #7789A7 background

This text has black color on #7789A7 background.


White color preview on #7789A7 background

This text has white color on #7789A7 background.