COLOR #78889F

HEX: #78889F
RGB: (120,136,159)

Color info

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

RGB color model

#78889F color RGB value is (120,136,159).

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

RGB channels and saturation

R 120 of 255 = 47%
G 136 of 255 = 53%
B 159 of 255 = 62%

120
136
159

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

Portions of RGB colors in percentages

R + G + B =
120 + 136 + 159 = 415 (100%)
R 120 of 415 ~ 28.92%
G 136 of 415 ~ 32.77%
B 159 of 415 ~ 38.31%

%28.92
%32.77
%38.31

CMYK color model

#78889F color CMYK value is (25,14,0,38).

  • cyan value is 24.53%
  • magenta value is 14.47%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(25,14,0,38)
C25M14Y0K38 
(25%,14%,0%,38%)
(0.25/0.14/0.00/0.38)	

CMYK percentages

%24.53
%14.47
%0
%37.65

Codes

Color #78889F in popluar color models

78889F
RGB120136159
HSL215°16.88%54.71%
HSB/HSV215°24.53%62.35%
CMYK24.53%14.47%0.00%
37.65%

Color #78889F in popluar number systems.

HEX78889F
Decimal120136159
Binary11110001000100010011111
Octal170210237

Shades and tints

Shades of #78889F

#78889F
(120,136,159)
#6E7C91
(110,124,145)
#647083
(100,112,131)
#5A6475
(90,100,117)
#505867
(80,88,103)
#464C59
(70,76,89)
#3C404B
(60,64,75)
#32343D
(50,52,61)
#28282F
(40,40,47)
#1E1C21
(30,28,33)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #78889F

#78889F
(120,136,159)
#8492A7
(132,146,167)
#909CAF
(144,156,175)
#9CA6B7
(156,166,183)
#A8B0BF
(168,176,191)
#B4BAC7
(180,186,199)
#C0C4CF
(192,196,207)
#CCCED7
(204,206,215)
#D8D8DF
(216,216,223)
#E4E2E7
(228,226,231)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78889F; }

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

This text font color is #78889F.


Background Color

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

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

This div background color is #78889F.


Border color

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

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

This div border color is #78889F.


Opacity

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

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

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

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

This text has shadow with #78889F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78889F on black background.


Color preview on white background

This text has color #78889F on white background.



Black color preview on #78889F background

This text has black color on #78889F background.


White color preview on #78889F background

This text has white color on #78889F background.