COLOR #78949D

HEX: #78949D RGB: (120,148,157)

Color info

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

RGB color model

#78949D color RGB value is (120,148,157).

RGB: (120,148,157) (47%, 58%, 62%)

RGB channels and saturation

R 120 of 255 = 47%
G 148 of 255 = 58%
B 157 of 255 = 62%

120
148
157

R + G + B ~ 56%. #78949D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 148 + 157 = 425 (100%)
R 120 of 425 ~ 28.24%
G 148 of 425 ~ 34.82%
B 157 of 425 ~ 36.94'%

%28.24
%34.82
%36.94

CMYK color model

#78949D color CMYK value is (24,6,0,38).

  • cyan value is 23.57%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (24,6,0,38)
C24M6Y0K38 (24%, 6%, 0%, 38%)
(0.24 / 0.06 / 0.00 / 0.38)

CMYK percentages

%23.57
%5.73
%0
%38.43

Codes

Color #78949D in popluar color models

78 94 9D
RGB 120 148 157
HSL 195° 15.88% 54.31%
HSB/HSV 195° 23.57% 61.57%
CMYK 23.57% 5.73% 0.00%
38.43%

Color #78949D in popluar number systems.

HEX 78 94 9D
Decimal 120 148 157
Binary 1111000 10010100 10011101
Octal 170 224 235

Shades and tints

Shades of #78949D

#78949D
(120,148,157)
#6E878F
(110,135,143)
#647A81
(100,122,129)
#5A6D73
(90,109,115)
#506065
(80,96,101)
#465357
(70,83,87)
#3C4649
(60,70,73)
#32393B
(50,57,59)
#282C2D
(40,44,45)
#1E1F1F
(30,31,31)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #78949D

#78949D
(120,148,157)
#849DA5
(132,157,165)
#90A6AD
(144,166,173)
#9CAFB5
(156,175,181)
#A8B8BD
(168,184,189)
#B4C1C5
(180,193,197)
#C0CACD
(192,202,205)
#CCD3D5
(204,211,213)
#D8DCDD
(216,220,221)
#E4E5E5
(228,229,229)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78949D color. Also use rgb(120,148,157) instead hex code.

Text Font Color

.myTextColor { color: #78949D; }

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

This text font color is #78949D.

Background Color

.myBgColor { background-color: #78949D; }

<div style="background-color:#78949D">Inner text</div>

This div background color is #78949D.

Border color

.myBorderColor { border: 1px solid #78949D; }

<div style="border:3px solid #78949D">Div</div>

This div border color is #78949D.

Opacity

.myOpacity80 { color: #78949D; opacity: 0.8; }

<p style="color:#78949D;opacity:0.8;">80%</p>

Text with #78949D 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 #78949D;}

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

This text has shadow with #78949D color.


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

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

This text has shadow with #78949D primary color and red secondary color.


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

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

This text has shadow with #78949D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #78949D.

Preview

Color preview on black background

This text has color #78949D on black background.


Color preview on white background

This text has color #78949D on white background.


Black color preview on #78949D background

This text has black color on #78949D background.


White color preview on #78949D background

This text has white color on #78949D background.


Related colors

Complementary color

Complementary color for #hex is #876B62.


I love getcolorcode.com

Triadic colors

1 #9D7894 and #949D78 with #78949D are triadic colors.

2 #9D9478 and #94789D with #78949D are triadic colors.