COLOR #78978C

HEX: #78978C
RGB: (120,151,140)

Color info

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

RGB color model

#78978C color RGB value is (120,151,140).

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

RGB channels and saturation

R 120 of 255 = 47%
G 151 of 255 = 59%
B 140 of 255 = 55%

120
151
140

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

Portions of RGB colors in percentages

R + G + B =
120 + 151 + 140 = 411 (100%)
R 120 of 411 ~ 29.2%
G 151 of 411 ~ 36.74%
B 140 of 411 ~ 34.06%

%29.2
%36.74
%34.06

CMYK color model

#78978C color CMYK value is (21,0,7,41).

  • cyan value is 20.53%
  • magenta value is 0.00%
  • yellow value is 7.28%
  • key color value is 40.78%
CMYK:
(21,0,7,41)
C21M0Y7K41 
(21%,0%,7%,41%)
(0.21/0.00/0.07/0.41)	

CMYK percentages

%20.53
%0
%7.28
%40.78

Codes

Color #78978C in popluar color models

78978C
RGB120151140
HSL159°12.97%53.14%
HSB/HSV159°20.53%59.22%
CMYK20.53%0.00%7.28%
40.78%

Color #78978C in popluar number systems.

HEX78978C
Decimal120151140
Binary11110001001011110001100
Octal170227214

Shades and tints

Shades of #78978C

#78978C
(120,151,140)
#6E8A80
(110,138,128)
#647D74
(100,125,116)
#5A7068
(90,112,104)
#50635C
(80,99,92)
#465650
(70,86,80)
#3C4944
(60,73,68)
#323C38
(50,60,56)
#282F2C
(40,47,44)
#1E2220
(30,34,32)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #78978C

#78978C
(120,151,140)
#84A096
(132,160,150)
#90A9A0
(144,169,160)
#9CB2AA
(156,178,170)
#A8BBB4
(168,187,180)
#B4C4BE
(180,196,190)
#C0CDC8
(192,205,200)
#CCD6D2
(204,214,210)
#D8DFDC
(216,223,220)
#E4E8E6
(228,232,230)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78978C color. Also use rgb(120,151,140) instead hex code.

Text Font Color

.myTextColor { color: #78978C; }

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

This text font color is #78978C.


Background Color

.myBgColor { background-color: #78978C; }

<div style="background-color:#78978C">Inner text</div>

This div background color is #78978C.


Border color

.myBorderColor { border: 1px solid #78978C; }

<div style="border:3px solid #78978C">Div</div>

This div border color is #78978C.


Opacity

.myOpacity80 { color: #78978C; opacity: 0.8; }

<p style="color:#78978C;opacity:0.8;">80%</p>

Text with #78978C 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 #78978C;}

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

This text has shadow with #78978C color.

.textShadow {text-shadow: 3px 3px 1px #78978C, 3px 3px 1px red;}

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

This text has shadow with #78978C primary color and red secondary color.


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

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

This text has shadow with #78978C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78978C on black background.


Color preview on white background

This text has color #78978C on white background.



Black color preview on #78978C background

This text has black color on #78978C background.


White color preview on #78978C background

This text has white color on #78978C background.