COLOR #788C9B

HEX: #788C9B
RGB: (120,140,155)

Color info

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

RGB color model

#788C9B color RGB value is (120,140,155).

  • red value is 120;
  • green value is 140;
  • blue value is 155.
RGB:
(120,140,155)
(47%,55%,61%)

RGB channels and saturation

R 120 of 255 = 47%
G 140 of 255 = 55%
B 155 of 255 = 61%

120
140
155

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

Portions of RGB colors in percentages

R + G + B =
120 + 140 + 155 = 415 (100%)
R 120 of 415 ~ 28.92%
G 140 of 415 ~ 33.73%
B 155 of 415 ~ 37.35%

%28.92
%33.73
%37.35

CMYK color model

#788C9B color CMYK value is (23,10,0,39).

  • cyan value is 22.58%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(23,10,0,39)
C23M10Y0K39 
(23%,10%,0%,39%)
(0.23/0.10/0.00/0.39)	

CMYK percentages

%22.58
%9.68
%0
%39.22

Codes

Color #788C9B in popluar color models

788C9B
RGB120140155
HSL206°14.89%53.92%
HSB/HSV206°22.58%60.78%
CMYK22.58%9.68%0.00%
39.22%

Color #788C9B in popluar number systems.

HEX788C9B
Decimal120140155
Binary11110001000110010011011
Octal170214233

Shades and tints

Shades of #788C9B

#788C9B
(120,140,155)
#6E808D
(110,128,141)
#64747F
(100,116,127)
#5A6871
(90,104,113)
#505C63
(80,92,99)
#465055
(70,80,85)
#3C4447
(60,68,71)
#323839
(50,56,57)
#282C2B
(40,44,43)
#1E201D
(30,32,29)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #788C9B

#788C9B
(120,140,155)
#8496A4
(132,150,164)
#90A0AD
(144,160,173)
#9CAAB6
(156,170,182)
#A8B4BF
(168,180,191)
#B4BEC8
(180,190,200)
#C0C8D1
(192,200,209)
#CCD2DA
(204,210,218)
#D8DCE3
(216,220,227)
#E4E6EC
(228,230,236)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788C9B; }

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

This text font color is #788C9B.


Background Color

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

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

This div background color is #788C9B.


Border color

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

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

This div border color is #788C9B.


Opacity

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

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

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

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

This text has shadow with #788C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788C9B on black background.


Color preview on white background

This text has color #788C9B on white background.



Black color preview on #788C9B background

This text has black color on #788C9B background.


White color preview on #788C9B background

This text has white color on #788C9B background.