COLOR #78968D

HEX: #78968D
RGB: (120,150,141)

Color info

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

RGB color model

#78968D color RGB value is (120,150,141).

  • red value is 120;
  • green value is 150;
  • blue value is 141.
RGB:
(120,150,141)
(47%,59%,55%)

RGB channels and saturation

R 120 of 255 = 47%
G 150 of 255 = 59%
B 141 of 255 = 55%

120
150
141

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

Portions of RGB colors in percentages

R + G + B =
120 + 150 + 141 = 411 (100%)
R 120 of 411 ~ 29.2%
G 150 of 411 ~ 36.5%
B 141 of 411 ~ 34.31%

%29.2
%36.5
%34.31

CMYK color model

#78968D color CMYK value is (20,0,6,41).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 6.00%
  • key color value is 41.18%
CMYK:
(20,0,6,41)
C20M0Y6K41 
(20%,0%,6%,41%)
(0.20/0.00/0.06/0.41)	

CMYK percentages

%20
%0
%6
%41.18

Codes

Color #78968D in popluar color models

78968D
RGB120150141
HSL162°12.50%52.94%
HSB/HSV162°20.00%58.82%
CMYK20.00%0.00%6.00%
41.18%

Color #78968D in popluar number systems.

HEX78968D
Decimal120150141
Binary11110001001011010001101
Octal170226215

Shades and tints

Shades of #78968D

#78968D
(120,150,141)
#6E8981
(110,137,129)
#647C75
(100,124,117)
#5A6F69
(90,111,105)
#50625D
(80,98,93)
#465551
(70,85,81)
#3C4845
(60,72,69)
#323B39
(50,59,57)
#282E2D
(40,46,45)
#1E2121
(30,33,33)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #78968D

#78968D
(120,150,141)
#849F97
(132,159,151)
#90A8A1
(144,168,161)
#9CB1AB
(156,177,171)
#A8BAB5
(168,186,181)
#B4C3BF
(180,195,191)
#C0CCC9
(192,204,201)
#CCD5D3
(204,213,211)
#D8DEDD
(216,222,221)
#E4E7E7
(228,231,231)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78968D color. Also use rgb(120,150,141) instead hex code.

Text Font Color

.myTextColor { color: #78968D; }

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

This text font color is #78968D.


Background Color

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

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

This div background color is #78968D.


Border color

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

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

This div border color is #78968D.


Opacity

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

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

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

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

This text has shadow with #78968D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78968D on black background.


Color preview on white background

This text has color #78968D on white background.



Black color preview on #78968D background

This text has black color on #78968D background.


White color preview on #78968D background

This text has white color on #78968D background.