COLOR #788CA6

HEX: #788CA6 RGB: (120,140,166)

Color info

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

RGB color model

#788CA6 color RGB value is (120,140,166).

RGB: (120,140,166) (47%, 55%, 65%)

RGB channels and saturation

R 120 of 255 = 47%
G 140 of 255 = 55%
B 166 of 255 = 65%

120
140
166

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

Portions of RGB colors in percentages

R + G + B = 120 + 140 + 166 = 426 (100%)
R 120 of 426 ~ 28.17%
G 140 of 426 ~ 32.86%
B 166 of 426 ~ 38.97'%

%28.17
%32.86
%38.97

CMYK color model

#788CA6 color CMYK value is (28,16,0,35).

  • cyan value is 27.71%
  • magenta value is 15.66%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (28,16,0,35)
C28M16Y0K35 (28%, 16%, 0%, 35%)
(0.28 / 0.16 / 0.00 / 0.35)

CMYK percentages

%27.71
%15.66
%0
%34.9

Codes

Color #788CA6 in popluar color models

78 8C A6
RGB 120 140 166
HSL 214° 20.54% 56.08%
HSB/HSV 214° 27.71% 65.10%
CMYK 27.71% 15.66% 0.00%
34.90%

Color #788CA6 in popluar number systems.

HEX 78 8C A6
Decimal 120 140 166
Binary 1111000 10001100 10100110
Octal 170 214 246

Shades and tints

Shades of #788CA6

#788CA6
(120,140,166)
#6E8097
(110,128,151)
#647488
(100,116,136)
#5A6879
(90,104,121)
#505C6A
(80,92,106)
#46505B
(70,80,91)
#3C444C
(60,68,76)
#32383D
(50,56,61)
#282C2E
(40,44,46)
#1E201F
(30,32,31)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #788CA6

#788CA6
(120,140,166)
#8496AE
(132,150,174)
#90A0B6
(144,160,182)
#9CAABE
(156,170,190)
#A8B4C6
(168,180,198)
#B4BECE
(180,190,206)
#C0C8D6
(192,200,214)
#CCD2DE
(204,210,222)
#D8DCE6
(216,220,230)
#E4E6EE
(228,230,238)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788CA6 color. Also use rgb(120,140,166) instead hex code.

Text Font Color

.myTextColor { color: #788CA6; }

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

This text font color is #788CA6.

Background Color

.myBgColor { background-color: #788CA6; }

<div style="background-color:#788CA6">Inner text</div>

This div background color is #788CA6.

Border color

.myBorderColor { border: 1px solid #788CA6; }

<div style="border:3px solid #788CA6">Div</div>

This div border color is #788CA6.

Opacity

.myOpacity80 { color: #788CA6; opacity: 0.8; }

<p style="color:#788CA6;opacity:0.8;">80%</p>

Text with #788CA6 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 #788CA6;}

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

This text has shadow with #788CA6 color.


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

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

This text has shadow with #788CA6 primary color and red secondary color.


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

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

This text has shadow with #788CA6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #788CA6.

Preview

Color preview on black background

This text has color #788CA6 on black background.


Color preview on white background

This text has color #788CA6 on white background.


Black color preview on #788CA6 background

This text has black color on #788CA6 background.


White color preview on #788CA6 background

This text has white color on #788CA6 background.


Related colors

Complementary color

Complementary color for #hex is #877359.


I love getcolorcode.com

Triadic colors

1 #A6788C and #8CA678 with #788CA6 are triadic colors.

2 #A68C78 and #8C78A6 with #788CA6 are triadic colors.