COLOR #7788A6

HEX: #7788A6
RGB: (119,136,166)

Color info

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

RGB color model

#7788A6 color RGB value is (119,136,166).

  • red value is 119;
  • green value is 136;
  • blue value is 166.
RGB:
(119,136,166)
(47%,53%,65%)

RGB channels and saturation

R 119 of 255 = 47%
G 136 of 255 = 53%
B 166 of 255 = 65%

119
136
166

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

Portions of RGB colors in percentages

R + G + B =
119 + 136 + 166 = 421 (100%)
R 119 of 421 ~ 28.27%
G 136 of 421 ~ 32.3%
B 166 of 421 ~ 39.43%

%28.27
%32.3
%39.43

CMYK color model

#7788A6 color CMYK value is (28,18,0,35).

  • cyan value is 28.31%
  • magenta value is 18.07%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(28,18,0,35)
C28M18Y0K35 
(28%,18%,0%,35%)
(0.28/0.18/0.00/0.35)	

CMYK percentages

%28.31
%18.07
%0
%34.9

Codes

Color #7788A6 in popluar color models

7788A6
RGB119136166
HSL218°20.89%55.88%
HSB/HSV218°28.31%65.10%
CMYK28.31%18.07%0.00%
34.90%

Color #7788A6 in popluar number systems.

HEX7788A6
Decimal119136166
Binary11101111000100010100110
Octal167210246

Shades and tints

Shades of #7788A6

#7788A6
(119,136,166)
#6D7C97
(109,124,151)
#637088
(99,112,136)
#596479
(89,100,121)
#4F586A
(79,88,106)
#454C5B
(69,76,91)
#3B404C
(59,64,76)
#31343D
(49,52,61)
#27282E
(39,40,46)
#1D1C1F
(29,28,31)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #7788A6

#7788A6
(119,136,166)
#8392AE
(131,146,174)
#8F9CB6
(143,156,182)
#9BA6BE
(155,166,190)
#A7B0C6
(167,176,198)
#B3BACE
(179,186,206)
#BFC4D6
(191,196,214)
#CBCEDE
(203,206,222)
#D7D8E6
(215,216,230)
#E3E2EE
(227,226,238)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7788A6 color. Also use rgb(119,136,166) instead hex code.

Text Font Color

.myTextColor { color: #7788A6; }

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

This text font color is #7788A6.


Background Color

.myBgColor { background-color: #7788A6; }

<div style="background-color:#7788A6">Inner text</div>

This div background color is #7788A6.


Border color

.myBorderColor { border: 1px solid #7788A6; }

<div style="border:3px solid #7788A6">Div</div>

This div border color is #7788A6.


Opacity

.myOpacity80 { color: #7788A6; opacity: 0.8; }

<p style="color:#7788A6;opacity:0.8;">80%</p>

Text with #7788A6 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 #7788A6;}

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

This text has shadow with #7788A6 color.

.textShadow {text-shadow: 3px 3px 1px #7788A6, 3px 3px 1px red;}

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

This text has shadow with #7788A6 primary color and red secondary color.


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

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

This text has shadow with #7788A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7788A6 on black background.


Color preview on white background

This text has color #7788A6 on white background.



Black color preview on #7788A6 background

This text has black color on #7788A6 background.


White color preview on #7788A6 background

This text has white color on #7788A6 background.