COLOR #7788AA

HEX: #7788AA
RGB: (119,136,170)

Color info

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

RGB color model

#7788AA color RGB value is (119,136,170).

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

RGB channels and saturation

R 119 of 255 = 47%
G 136 of 255 = 53%
B 170 of 255 = 67%

119
136
170

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

Portions of RGB colors in percentages

R + G + B =
119 + 136 + 170 = 425 (100%)
R 119 of 425 ~ 28%
G 136 of 425 ~ 32%
B 170 of 425 ~ 40%

%28
%32
%40

CMYK color model

#7788AA color CMYK value is (30,20,0,33).

  • cyan value is 30.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(30,20,0,33)
C30M20Y0K33 
(30%,20%,0%,33%)
(0.30/0.20/0.00/0.33)	

CMYK percentages

%30
%20
%0
%33.33

Codes

Color #7788AA in popluar color models

7788AA
RGB119136170
HSL220°23.08%56.67%
HSB/HSV220°30.00%66.67%
CMYK30.00%20.00%0.00%
33.33%

Color #7788AA in popluar number systems.

HEX7788AA
Decimal119136170
Binary11101111000100010101010
Octal167210252

Shades and tints

Shades of #7788AA

#7788AA
(119,136,170)
#6D7C9B
(109,124,155)
#63708C
(99,112,140)
#59647D
(89,100,125)
#4F586E
(79,88,110)
#454C5F
(69,76,95)
#3B4050
(59,64,80)
#313441
(49,52,65)
#272832
(39,40,50)
#1D1C23
(29,28,35)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #7788AA

#7788AA
(119,136,170)
#8392B1
(131,146,177)
#8F9CB8
(143,156,184)
#9BA6BF
(155,166,191)
#A7B0C6
(167,176,198)
#B3BACD
(179,186,205)
#BFC4D4
(191,196,212)
#CBCEDB
(203,206,219)
#D7D8E2
(215,216,226)
#E3E2E9
(227,226,233)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7788AA; }

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

This text font color is #7788AA.


Background Color

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

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

This div background color is #7788AA.


Border color

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

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

This div border color is #7788AA.


Opacity

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

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

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

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

This text has shadow with #7788AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7788AA on black background.


Color preview on white background

This text has color #7788AA on white background.



Black color preview on #7788AA background

This text has black color on #7788AA background.


White color preview on #7788AA background

This text has white color on #7788AA background.