COLOR #78899E

HEX: #78899E RGB: (120,137,158)

Color info

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

RGB color model

#78899E color RGB value is (120,137,158).

RGB: (120,137,158) (47%, 54%, 62%)

RGB channels and saturation

R 120 of 255 = 47%
G 137 of 255 = 54%
B 158 of 255 = 62%

120
137
158

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

Portions of RGB colors in percentages

R + G + B = 120 + 137 + 158 = 415 (100%)
R 120 of 415 ~ 28.92%
G 137 of 415 ~ 33.01%
B 158 of 415 ~ 38.07'%

%28.92
%33.01
%38.07

CMYK color model

#78899E color CMYK value is (24,13,0,38).

  • cyan value is 24.05%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (24,13,0,38)
C24M13Y0K38 (24%, 13%, 0%, 38%)
(0.24 / 0.13 / 0.00 / 0.38)

CMYK percentages

%24.05
%13.29
%0
%38.04

Codes

Color #78899E in popluar color models

78 89 9E
RGB 120 137 158
HSL 213° 16.38% 54.51%
HSB/HSV 213° 24.05% 61.96%
CMYK 24.05% 13.29% 0.00%
38.04%

Color #78899E in popluar number systems.

HEX 78 89 9E
Decimal 120 137 158
Binary 1111000 10001001 10011110
Octal 170 211 236

Shades and tints

Shades of #78899E

#78899E
(120,137,158)
#6E7D90
(110,125,144)
#647182
(100,113,130)
#5A6574
(90,101,116)
#505966
(80,89,102)
#464D58
(70,77,88)
#3C414A
(60,65,74)
#32353C
(50,53,60)
#28292E
(40,41,46)
#1E1D20
(30,29,32)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #78899E

#78899E
(120,137,158)
#8493A6
(132,147,166)
#909DAE
(144,157,174)
#9CA7B6
(156,167,182)
#A8B1BE
(168,177,190)
#B4BBC6
(180,187,198)
#C0C5CE
(192,197,206)
#CCCFD6
(204,207,214)
#D8D9DE
(216,217,222)
#E4E3E6
(228,227,230)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78899E; }

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

This text font color is #78899E.

Background Color

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

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

This div background color is #78899E.

Border color

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

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

This div border color is #78899E.

Opacity

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

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

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

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

This text has shadow with #78899E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78899E.

Preview

Color preview on black background

This text has color #78899E on black background.


Color preview on white background

This text has color #78899E on white background.


Black color preview on #78899E background

This text has black color on #78899E background.


White color preview on #78899E background

This text has white color on #78899E background.


Related colors

Complementary color

Complementary color for #hex is #877661.


I love getcolorcode.com

Triadic colors

1 #9E7889 and #899E78 with #78899E are triadic colors.

2 #9E8978 and #89789E with #78899E are triadic colors.