COLOR #78868F

HEX: #78868F
RGB: (120,134,143)

Color info

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

RGB color model

#78868F color RGB value is (120,134,143).

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

RGB channels and saturation

R 120 of 255 = 47%
G 134 of 255 = 53%
B 143 of 255 = 56%

120
134
143

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

Portions of RGB colors in percentages

R + G + B =
120 + 134 + 143 = 397 (100%)
R 120 of 397 ~ 30.23%
G 134 of 397 ~ 33.75%
B 143 of 397 ~ 36.02%

%30.23
%33.75
%36.02

CMYK color model

#78868F color CMYK value is (16,6,0,44).

  • cyan value is 16.08%
  • magenta value is 6.29%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(16,6,0,44)
C16M6Y0K44 
(16%,6%,0%,44%)
(0.16/0.06/0.00/0.44)	

CMYK percentages

%16.08
%6.29
%0
%43.92

Codes

Color #78868F in popluar color models

78868F
RGB120134143
HSL203°9.31%51.57%
HSB/HSV203°16.08%56.08%
CMYK16.08%6.29%0.00%
43.92%

Color #78868F in popluar number systems.

HEX78868F
Decimal120134143
Binary11110001000011010001111
Octal170206217

Shades and tints

Shades of #78868F

#78868F
(120,134,143)
#6E7A82
(110,122,130)
#646E75
(100,110,117)
#5A6268
(90,98,104)
#50565B
(80,86,91)
#464A4E
(70,74,78)
#3C3E41
(60,62,65)
#323234
(50,50,52)
#282627
(40,38,39)
#1E1A1A
(30,26,26)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #78868F

#78868F
(120,134,143)
#849199
(132,145,153)
#909CA3
(144,156,163)
#9CA7AD
(156,167,173)
#A8B2B7
(168,178,183)
#B4BDC1
(180,189,193)
#C0C8CB
(192,200,203)
#CCD3D5
(204,211,213)
#D8DEDF
(216,222,223)
#E4E9E9
(228,233,233)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78868F; }

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

This text font color is #78868F.


Background Color

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

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

This div background color is #78868F.


Border color

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

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

This div border color is #78868F.


Opacity

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

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

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

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

This text has shadow with #78868F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78868F on black background.


Color preview on white background

This text has color #78868F on white background.



Black color preview on #78868F background

This text has black color on #78868F background.


White color preview on #78868F background

This text has white color on #78868F background.