COLOR #7788A8

HEX: #7788A8 RGB: (119,136,168)

Color info

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

RGB color model

#7788A8 color RGB value is (119,136,168).

RGB: (119,136,168) (47%, 53%, 66%)

RGB channels and saturation

R 119 of 255 = 47%
G 136 of 255 = 53%
B 168 of 255 = 66%

119
136
168

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

Portions of RGB colors in percentages

R + G + B = 119 + 136 + 168 = 423 (100%)
R 119 of 423 ~ 28.13%
G 136 of 423 ~ 32.15%
B 168 of 423 ~ 39.72'%

%28.13
%32.15
%39.72

CMYK color model

#7788A8 color CMYK value is (29,19,0,34).

  • cyan value is 29.17%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (29,19,0,34)
C29M19Y0K34 (29%, 19%, 0%, 34%)
(0.29 / 0.19 / 0.00 / 0.34)

CMYK percentages

%29.17
%19.05
%0
%34.12

Codes

Color #7788A8 in popluar color models

77 88 A8
RGB 119 136 168
HSL 219° 21.97% 56.27%
HSB/HSV 219° 29.17% 65.88%
CMYK 29.17% 19.05% 0.00%
34.12%

Color #7788A8 in popluar number systems.

HEX 77 88 A8
Decimal 119 136 168
Binary 1110111 10001000 10101000
Octal 167 210 250

Shades and tints

Shades of #7788A8

#7788A8
(119,136,168)
#6D7C99
(109,124,153)
#63708A
(99,112,138)
#59647B
(89,100,123)
#4F586C
(79,88,108)
#454C5D
(69,76,93)
#3B404E
(59,64,78)
#31343F
(49,52,63)
#272830
(39,40,48)
#1D1C21
(29,28,33)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #7788A8

#7788A8
(119,136,168)
#8392AF
(131,146,175)
#8F9CB6
(143,156,182)
#9BA6BD
(155,166,189)
#A7B0C4
(167,176,196)
#B3BACB
(179,186,203)
#BFC4D2
(191,196,210)
#CBCED9
(203,206,217)
#D7D8E0
(215,216,224)
#E3E2E7
(227,226,231)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7788A8; }

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

This text font color is #7788A8.

Background Color

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

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

This div background color is #7788A8.

Border color

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

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

This div border color is #7788A8.

Opacity

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

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

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

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

This text has shadow with #7788A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7788A8.

Preview

Color preview on black background

This text has color #7788A8 on black background.


Color preview on white background

This text has color #7788A8 on white background.


Black color preview on #7788A8 background

This text has black color on #7788A8 background.


White color preview on #7788A8 background

This text has white color on #7788A8 background.


Related colors

Complementary color

Complementary color for #hex is #887757.


I love getcolorcode.com

Triadic colors

1 #A87788 and #88A877 with #7788A8 are triadic colors.

2 #A88877 and #8877A8 with #7788A8 are triadic colors.