COLOR #78848F

HEX: #78848F
RGB: (120,132,143)

Color info

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

RGB color model

#78848F color RGB value is (120,132,143).

  • red value is 120;
  • green value is 132;
  • blue value is 143.
RGB:
(120,132,143)
(47%,52%,56%)

RGB channels and saturation

R 120 of 255 = 47%
G 132 of 255 = 52%
B 143 of 255 = 56%

120
132
143

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

Portions of RGB colors in percentages

R + G + B =
120 + 132 + 143 = 395 (100%)
R 120 of 395 ~ 30.38%
G 132 of 395 ~ 33.42%
B 143 of 395 ~ 36.2%

%30.38
%33.42
%36.2

CMYK color model

#78848F color CMYK value is (16,8,0,44).

  • cyan value is 16.08%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(16,8,0,44)
C16M8Y0K44 
(16%,8%,0%,44%)
(0.16/0.08/0.00/0.44)	

CMYK percentages

%16.08
%7.69
%0
%43.92

Codes

Color #78848F in popluar color models

78848F
RGB120132143
HSL209°9.31%51.57%
HSB/HSV209°16.08%56.08%
CMYK16.08%7.69%0.00%
43.92%

Color #78848F in popluar number systems.

HEX78848F
Decimal120132143
Binary11110001000010010001111
Octal170204217

Shades and tints

Shades of #78848F

#78848F
(120,132,143)
#6E7882
(110,120,130)
#646C75
(100,108,117)
#5A6068
(90,96,104)
#50545B
(80,84,91)
#46484E
(70,72,78)
#3C3C41
(60,60,65)
#323034
(50,48,52)
#282427
(40,36,39)
#1E181A
(30,24,26)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #78848F

#78848F
(120,132,143)
#848F99
(132,143,153)
#909AA3
(144,154,163)
#9CA5AD
(156,165,173)
#A8B0B7
(168,176,183)
#B4BBC1
(180,187,193)
#C0C6CB
(192,198,203)
#CCD1D5
(204,209,213)
#D8DCDF
(216,220,223)
#E4E7E9
(228,231,233)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78848F color. Also use rgb(120,132,143) instead hex code.

Text Font Color

.myTextColor { color: #78848F; }

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

This text font color is #78848F.


Background Color

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

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

This div background color is #78848F.


Border color

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

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

This div border color is #78848F.


Opacity

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

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

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

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

This text has shadow with #78848F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78848F on black background.


Color preview on white background

This text has color #78848F on white background.



Black color preview on #78848F background

This text has black color on #78848F background.


White color preview on #78848F background

This text has white color on #78848F background.