COLOR #7788B4

HEX: #7788B4 RGB: (119,136,180)

Color info

#7788B4 contains mainly green and blue colors. Web safe color of #7788B4 is #6699CC (or #69C).

RGB color model

#7788B4 color RGB value is (119,136,180).

RGB: (119,136,180) (47%, 53%, 71%)

RGB channels and saturation

R 119 of 255 = 47%
G 136 of 255 = 53%
B 180 of 255 = 71%

119
136
180

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

Portions of RGB colors in percentages

R + G + B = 119 + 136 + 180 = 435 (100%)
R 119 of 435 ~ 27.36%
G 136 of 435 ~ 31.26%
B 180 of 435 ~ 41.38'%

%27.36
%31.26
%41.38

CMYK color model

#7788B4 color CMYK value is (34,24,0,29).

  • cyan value is 33.89%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (34,24,0,29)
C34M24Y0K29 (34%, 24%, 0%, 29%)
(0.34 / 0.24 / 0.00 / 0.29)

CMYK percentages

%33.89
%24.44
%0
%29.41

Codes

Color #7788B4 in popluar color models

77 88 B4
RGB 119 136 180
HSL 223° 28.91% 58.63%
HSB/HSV 223° 33.89% 70.59%
CMYK 33.89% 24.44% 0.00%
29.41%

Color #7788B4 in popluar number systems.

HEX 77 88 B4
Decimal 119 136 180
Binary 1110111 10001000 10110100
Octal 167 210 264

Shades and tints

Shades of #7788B4

#7788B4
(119,136,180)
#6D7CA4
(109,124,164)
#637094
(99,112,148)
#596484
(89,100,132)
#4F5874
(79,88,116)
#454C64
(69,76,100)
#3B4054
(59,64,84)
#313444
(49,52,68)
#272834
(39,40,52)
#1D1C24
(29,28,36)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #7788B4

#7788B4
(119,136,180)
#8392BA
(131,146,186)
#8F9CC0
(143,156,192)
#9BA6C6
(155,166,198)
#A7B0CC
(167,176,204)
#B3BAD2
(179,186,210)
#BFC4D8
(191,196,216)
#CBCEDE
(203,206,222)
#D7D8E4
(215,216,228)
#E3E2EA
(227,226,234)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7788B4; }

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

This text font color is #7788B4.

Background Color

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

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

This div background color is #7788B4.

Border color

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

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

This div border color is #7788B4.

Opacity

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

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

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

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

This text has shadow with #7788B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7788B4.

Preview

Color preview on black background

This text has color #7788B4 on black background.


Color preview on white background

This text has color #7788B4 on white background.


Black color preview on #7788B4 background

This text has black color on #7788B4 background.


White color preview on #7788B4 background

This text has white color on #7788B4 background.


Related colors

Complementary color

Complementary color for #hex is #88774B.


I love getcolorcode.com

Triadic colors

1 #B47788 and #88B477 with #7788B4 are triadic colors.

2 #B48877 and #8877B4 with #7788B4 are triadic colors.