COLOR #78889B

HEX: #78889B
RGB: (120,136,155)

Color info

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

RGB color model

#78889B color RGB value is (120,136,155).

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

RGB channels and saturation

R 120 of 255 = 47%
G 136 of 255 = 53%
B 155 of 255 = 61%

120
136
155

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

Portions of RGB colors in percentages

R + G + B =
120 + 136 + 155 = 411 (100%)
R 120 of 411 ~ 29.2%
G 136 of 411 ~ 33.09%
B 155 of 411 ~ 37.71%

%29.2
%33.09
%37.71

CMYK color model

#78889B color CMYK value is (23,12,0,39).

  • cyan value is 22.58%
  • magenta value is 12.26%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(23,12,0,39)
C23M12Y0K39 
(23%,12%,0%,39%)
(0.23/0.12/0.00/0.39)	

CMYK percentages

%22.58
%12.26
%0
%39.22

Codes

Color #78889B in popluar color models

78889B
RGB120136155
HSL213°14.89%53.92%
HSB/HSV213°22.58%60.78%
CMYK22.58%12.26%0.00%
39.22%

Color #78889B in popluar number systems.

HEX78889B
Decimal120136155
Binary11110001000100010011011
Octal170210233

Shades and tints

Shades of #78889B

#78889B
(120,136,155)
#6E7C8D
(110,124,141)
#64707F
(100,112,127)
#5A6471
(90,100,113)
#505863
(80,88,99)
#464C55
(70,76,85)
#3C4047
(60,64,71)
#323439
(50,52,57)
#28282B
(40,40,43)
#1E1C1D
(30,28,29)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #78889B

#78889B
(120,136,155)
#8492A4
(132,146,164)
#909CAD
(144,156,173)
#9CA6B6
(156,166,182)
#A8B0BF
(168,176,191)
#B4BAC8
(180,186,200)
#C0C4D1
(192,196,209)
#CCCEDA
(204,206,218)
#D8D8E3
(216,216,227)
#E4E2EC
(228,226,236)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78889B color. Also use rgb(120,136,155) instead hex code.

Text Font Color

.myTextColor { color: #78889B; }

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

This text font color is #78889B.


Background Color

.myBgColor { background-color: #78889B; }

<div style="background-color:#78889B">Inner text</div>

This div background color is #78889B.


Border color

.myBorderColor { border: 1px solid #78889B; }

<div style="border:3px solid #78889B">Div</div>

This div border color is #78889B.


Opacity

.myOpacity80 { color: #78889B; opacity: 0.8; }

<p style="color:#78889B;opacity:0.8;">80%</p>

Text with #78889B 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 #78889B;}

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

This text has shadow with #78889B color.

.textShadow {text-shadow: 3px 3px 1px #78889B, 3px 3px 1px red;}

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

This text has shadow with #78889B primary color and red secondary color.


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

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

This text has shadow with #78889B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78889B on black background.


Color preview on white background

This text has color #78889B on white background.



Black color preview on #78889B background

This text has black color on #78889B background.


White color preview on #78889B background

This text has white color on #78889B background.