COLOR #787078

HEX: #787078
RGB: (120,112,120)

Color info

#787078 contains red, green and blue colors in about the same proportion. Web safe color of #787078 is #666666 (or #666).

RGB color model

#787078 color RGB value is (120,112,120).

  • red value is 120;
  • green value is 112;
  • blue value is 120.
RGB:
(120,112,120)
(47%,44%,47%)

RGB channels and saturation

R 120 of 255 = 47%
G 112 of 255 = 44%
B 120 of 255 = 47%

120
112
120

R + G + B ~ 46%. #787078 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 112 + 120 = 352 (100%)
R 120 of 352 ~ 34.09%
G 112 of 352 ~ 31.82%
B 120 of 352 ~ 34.09%

%34.09
%31.82
%34.09

CMYK color model

#787078 color CMYK value is (0,7,0,53).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(0,7,0,53)
C0M7Y0K53 
(0%,7%,0%,53%)
(0.00/0.07/0.00/0.53)	

CMYK percentages

%0
%6.67
%0
%52.94

Codes

Color #787078 in popluar color models

787078
RGB120112120
HSL300°3.45%45.49%
HSB/HSV300°6.67%47.06%
CMYK0.00%6.67%0.00%
52.94%

Color #787078 in popluar number systems.

HEX787078
Decimal120112120
Binary111100011100001111000
Octal170160170

Shades and tints

Shades of #787078

#787078
(120,112,120)
#6E666E
(110,102,110)
#645C64
(100,92,100)
#5A525A
(90,82,90)
#504850
(80,72,80)
#463E46
(70,62,70)
#3C343C
(60,52,60)
#322A32
(50,42,50)
#282028
(40,32,40)
#1E161E
(30,22,30)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #787078

#787078
(120,112,120)
#847D84
(132,125,132)
#908A90
(144,138,144)
#9C979C
(156,151,156)
#A8A4A8
(168,164,168)
#B4B1B4
(180,177,180)
#C0BEC0
(192,190,192)
#CCCBCC
(204,203,204)
#D8D8D8
(216,216,216)
#E4E5E4
(228,229,228)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787078 color. Also use rgb(120,112,120) instead hex code.

Text Font Color

.myTextColor { color: #787078; }

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

This text font color is #787078.


Background Color

.myBgColor { background-color: #787078; }

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

This div background color is #787078.


Border color

.myBorderColor { border: 1px solid #787078; }

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

This div border color is #787078.


Opacity

.myOpacity80 { color: #787078; opacity: 0.8; }

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

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

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

This text has shadow with #787078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787078 on black background.


Color preview on white background

This text has color #787078 on white background.



Black color preview on #787078 background

This text has black color on #787078 background.


White color preview on #787078 background

This text has white color on #787078 background.