COLOR #78899B

HEX: #78899B
RGB: (120,137,155)

Color info

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

RGB color model

#78899B color RGB value is (120,137,155).

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

RGB channels and saturation

R 120 of 255 = 47%
G 137 of 255 = 54%
B 155 of 255 = 61%

120
137
155

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

Portions of RGB colors in percentages

R + G + B =
120 + 137 + 155 = 412 (100%)
R 120 of 412 ~ 29.13%
G 137 of 412 ~ 33.25%
B 155 of 412 ~ 37.62%

%29.13
%33.25
%37.62

CMYK color model

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

  • cyan value is 22.58%
  • magenta value is 11.61%
  • 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
%11.61
%0
%39.22

Codes

Color #78899B in popluar color models

78899B
RGB120137155
HSL211°14.89%53.92%
HSB/HSV211°22.58%60.78%
CMYK22.58%11.61%0.00%
39.22%

Color #78899B in popluar number systems.

HEX78899B
Decimal120137155
Binary11110001000100110011011
Octal170211233

Shades and tints

Shades of #78899B

#78899B
(120,137,155)
#6E7D8D
(110,125,141)
#64717F
(100,113,127)
#5A6571
(90,101,113)
#505963
(80,89,99)
#464D55
(70,77,85)
#3C4147
(60,65,71)
#323539
(50,53,57)
#28292B
(40,41,43)
#1E1D1D
(30,29,29)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #78899B

#78899B
(120,137,155)
#8493A4
(132,147,164)
#909DAD
(144,157,173)
#9CA7B6
(156,167,182)
#A8B1BF
(168,177,191)
#B4BBC8
(180,187,200)
#C0C5D1
(192,197,209)
#CCCFDA
(204,207,218)
#D8D9E3
(216,217,227)
#E4E3EC
(228,227,236)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78899B; }

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

This text font color is #78899B.


Background Color

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

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

This div background color is #78899B.


Border color

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

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

This div border color is #78899B.


Opacity

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

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

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

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

This text has shadow with #78899B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78899B on black background.


Color preview on white background

This text has color #78899B on white background.



Black color preview on #78899B background

This text has black color on #78899B background.


White color preview on #78899B background

This text has white color on #78899B background.