COLOR #787578

HEX: #787578
RGB: (120,117,120)

Color info

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

RGB color model

#787578 color RGB value is (120,117,120).

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

RGB channels and saturation

R 120 of 255 = 47%
G 117 of 255 = 46%
B 120 of 255 = 47%

120
117
120

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

Portions of RGB colors in percentages

R + G + B =
120 + 117 + 120 = 357 (100%)
R 120 of 357 ~ 33.61%
G 117 of 357 ~ 32.77%
B 120 of 357 ~ 33.61%

%33.61
%32.77
%33.61

CMYK color model

#787578 color CMYK value is (0,3,0,53).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(0,3,0,53)
C0M3Y0K53 
(0%,3%,0%,53%)
(0.00/0.03/0.00/0.53)	

CMYK percentages

%0
%2.5
%0
%52.94

Codes

Color #787578 in popluar color models

787578
RGB120117120
HSL300°1.27%46.47%
HSB/HSV300°2.50%47.06%
CMYK0.00%2.50%0.00%
52.94%

Color #787578 in popluar number systems.

HEX787578
Decimal120117120
Binary111100011101011111000
Octal170165170

Shades and tints

Shades of #787578

#787578
(120,117,120)
#6E6B6E
(110,107,110)
#646164
(100,97,100)
#5A575A
(90,87,90)
#504D50
(80,77,80)
#464346
(70,67,70)
#3C393C
(60,57,60)
#322F32
(50,47,50)
#282528
(40,37,40)
#1E1B1E
(30,27,30)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #787578

#787578
(120,117,120)
#848184
(132,129,132)
#908D90
(144,141,144)
#9C999C
(156,153,156)
#A8A5A8
(168,165,168)
#B4B1B4
(180,177,180)
#C0BDC0
(192,189,192)
#CCC9CC
(204,201,204)
#D8D5D8
(216,213,216)
#E4E1E4
(228,225,228)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787578; }

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

This text font color is #787578.


Background Color

.myBgColor { background-color: #787578; }

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

This div background color is #787578.


Border color

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

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

This div border color is #787578.


Opacity

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

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

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

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

This text has shadow with #787578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787578 on black background.


Color preview on white background

This text has color #787578 on white background.



Black color preview on #787578 background

This text has black color on #787578 background.


White color preview on #787578 background

This text has white color on #787578 background.