COLOR #788BA9

HEX: #788BA9 RGB: (120,139,169)

Color info

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

RGB color model

#788BA9 color RGB value is (120,139,169).

RGB: (120,139,169) (47%, 55%, 66%)

RGB channels and saturation

R 120 of 255 = 47%
G 139 of 255 = 55%
B 169 of 255 = 66%

120
139
169

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

Portions of RGB colors in percentages

R + G + B = 120 + 139 + 169 = 428 (100%)
R 120 of 428 ~ 28.04%
G 139 of 428 ~ 32.48%
B 169 of 428 ~ 39.49'%

%28.04
%32.48
%39.49

CMYK color model

#788BA9 color CMYK value is (29,18,0,34).

  • cyan value is 28.99%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (29,18,0,34)
C29M18Y0K34 (29%, 18%, 0%, 34%)
(0.29 / 0.18 / 0.00 / 0.34)

CMYK percentages

%28.99
%17.75
%0
%33.73

Codes

Color #788BA9 in popluar color models

78 8B A9
RGB 120 139 169
HSL 217° 22.17% 56.67%
HSB/HSV 217° 28.99% 66.27%
CMYK 28.99% 17.75% 0.00%
33.73%

Color #788BA9 in popluar number systems.

HEX 78 8B A9
Decimal 120 139 169
Binary 1111000 10001011 10101001
Octal 170 213 251

Shades and tints

Shades of #788BA9

#788BA9
(120,139,169)
#6E7F9A
(110,127,154)
#64738B
(100,115,139)
#5A677C
(90,103,124)
#505B6D
(80,91,109)
#464F5E
(70,79,94)
#3C434F
(60,67,79)
#323740
(50,55,64)
#282B31
(40,43,49)
#1E1F22
(30,31,34)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #788BA9

#788BA9
(120,139,169)
#8495B0
(132,149,176)
#909FB7
(144,159,183)
#9CA9BE
(156,169,190)
#A8B3C5
(168,179,197)
#B4BDCC
(180,189,204)
#C0C7D3
(192,199,211)
#CCD1DA
(204,209,218)
#D8DBE1
(216,219,225)
#E4E5E8
(228,229,232)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788BA9 color. Also use rgb(120,139,169) instead hex code.

Text Font Color

.myTextColor { color: #788BA9; }

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

This text font color is #788BA9.

Background Color

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

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

This div background color is #788BA9.

Border color

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

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

This div border color is #788BA9.

Opacity

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

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

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

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

This text has shadow with #788BA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788BA9.

Preview

Color preview on black background

This text has color #788BA9 on black background.


Color preview on white background

This text has color #788BA9 on white background.


Black color preview on #788BA9 background

This text has black color on #788BA9 background.


White color preview on #788BA9 background

This text has white color on #788BA9 background.


Related colors

Complementary color

Complementary color for #hex is #877456.


I love getcolorcode.com

Triadic colors

1 #A9788B and #8BA978 with #788BA9 are triadic colors.

2 #A98B78 and #8B78A9 with #788BA9 are triadic colors.