COLOR #787A78

HEX: #787A78
RGB: (120,122,120)

Color info

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

RGB color model

#787A78 color RGB value is (120,122,120).

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

RGB channels and saturation

R 120 of 255 = 47%
G 122 of 255 = 48%
B 120 of 255 = 47%

120
122
120

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

Portions of RGB colors in percentages

R + G + B =
120 + 122 + 120 = 362 (100%)
R 120 of 362 ~ 33.15%
G 122 of 362 ~ 33.7%
B 120 of 362 ~ 33.15%

%33.15
%33.7
%33.15

CMYK color model

#787A78 color CMYK value is (2,0,2,52).

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 1.64%
  • key color value is 52.16%
CMYK:
(2,0,2,52)
C2M0Y2K52 
(2%,0%,2%,52%)
(0.02/0.00/0.02/0.52)	

CMYK percentages

%1.64
%0
%1.64
%52.16

Codes

Color #787A78 in popluar color models

787A78
RGB120122120
HSL120°0.83%47.45%
HSB/HSV120°1.64%47.84%
CMYK1.64%0.00%1.64%
52.16%

Color #787A78 in popluar number systems.

HEX787A78
Decimal120122120
Binary111100011110101111000
Octal170172170

Shades and tints

Shades of #787A78

#787A78
(120,122,120)
#6E6F6E
(110,111,110)
#646464
(100,100,100)
#5A595A
(90,89,90)
#504E50
(80,78,80)
#464346
(70,67,70)
#3C383C
(60,56,60)
#322D32
(50,45,50)
#282228
(40,34,40)
#1E171E
(30,23,30)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #787A78

#787A78
(120,122,120)
#848684
(132,134,132)
#909290
(144,146,144)
#9C9E9C
(156,158,156)
#A8AAA8
(168,170,168)
#B4B6B4
(180,182,180)
#C0C2C0
(192,194,192)
#CCCECC
(204,206,204)
#D8DAD8
(216,218,216)
#E4E6E4
(228,230,228)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787A78; }

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

This text font color is #787A78.


Background Color

.myBgColor { background-color: #787A78; }

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

This div background color is #787A78.


Border color

.myBorderColor { border: 1px solid #787A78; }

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

This div border color is #787A78.


Opacity

.myOpacity80 { color: #787A78; opacity: 0.8; }

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

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

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

This text has shadow with #787A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787A78 on black background.


Color preview on white background

This text has color #787A78 on white background.



Black color preview on #787A78 background

This text has black color on #787A78 background.


White color preview on #787A78 background

This text has white color on #787A78 background.