COLOR #7788AC

HEX: #7788AC RGB: (119,136,172)

Color info

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

RGB color model

#7788AC color RGB value is (119,136,172).

RGB: (119,136,172) (47%, 53%, 67%)

RGB channels and saturation

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

119
136
172

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

Portions of RGB colors in percentages

R + G + B = 119 + 136 + 172 = 427 (100%)
R 119 of 427 ~ 27.87%
G 136 of 427 ~ 31.85%
B 172 of 427 ~ 40.28'%

%27.87
%31.85
%40.28

CMYK color model

#7788AC color CMYK value is (31,21,0,33).

  • cyan value is 30.81%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (31,21,0,33)
C31M21Y0K33 (31%, 21%, 0%, 33%)
(0.31 / 0.21 / 0.00 / 0.33)

CMYK percentages

%30.81
%20.93
%0
%32.55

Codes

Color #7788AC in popluar color models

77 88 AC
RGB 119 136 172
HSL 221° 24.20% 57.06%
HSB/HSV 221° 30.81% 67.45%
CMYK 30.81% 20.93% 0.00%
32.55%

Color #7788AC in popluar number systems.

HEX 77 88 AC
Decimal 119 136 172
Binary 1110111 10001000 10101100
Octal 167 210 254

Shades and tints

Shades of #7788AC

#7788AC
(119,136,172)
#6D7C9D
(109,124,157)
#63708E
(99,112,142)
#59647F
(89,100,127)
#4F5870
(79,88,112)
#454C61
(69,76,97)
#3B4052
(59,64,82)
#313443
(49,52,67)
#272834
(39,40,52)
#1D1C25
(29,28,37)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #7788AC

#7788AC
(119,136,172)
#8392B3
(131,146,179)
#8F9CBA
(143,156,186)
#9BA6C1
(155,166,193)
#A7B0C8
(167,176,200)
#B3BACF
(179,186,207)
#BFC4D6
(191,196,214)
#CBCEDD
(203,206,221)
#D7D8E4
(215,216,228)
#E3E2EB
(227,226,235)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7788AC; }

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

This text font color is #7788AC.

Background Color

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

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

This div background color is #7788AC.

Border color

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

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

This div border color is #7788AC.

Opacity

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

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

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

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

This text has shadow with #7788AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7788AC.

Preview

Color preview on black background

This text has color #7788AC on black background.


Color preview on white background

This text has color #7788AC on white background.


Black color preview on #7788AC background

This text has black color on #7788AC background.


White color preview on #7788AC background

This text has white color on #7788AC background.


Related colors

Complementary color

Complementary color for #hex is #887753.


I love getcolorcode.com

Triadic colors

1 #AC7788 and #88AC77 with #7788AC are triadic colors.

2 #AC8877 and #8877AC with #7788AC are triadic colors.