COLOR #787C7A

HEX: #787C7A
RGB: (120,124,122)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

120
124
122

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

Portions of RGB colors in percentages

R + G + B =
120 + 124 + 122 = 366 (100%)
R 120 of 366 ~ 32.79%
G 124 of 366 ~ 33.88%
B 122 of 366 ~ 33.33%

%32.79
%33.88
%33.33

CMYK color model

#787C7A color CMYK value is (3,0,2,51).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 51.37%
CMYK:
(3,0,2,51)
C3M0Y2K51 
(3%,0%,2%,51%)
(0.03/0.00/0.02/0.51)	

CMYK percentages

%3.23
%0
%1.61
%51.37

Codes

Color #787C7A in popluar color models

787C7A
RGB120124122
HSL150°1.64%47.84%
HSB/HSV150°3.23%48.63%
CMYK3.23%0.00%1.61%
51.37%

Color #787C7A in popluar number systems.

HEX787C7A
Decimal120124122
Binary111100011111001111010
Octal170174172

Shades and tints

Shades of #787C7A

#787C7A
(120,124,122)
#6E716F
(110,113,111)
#646664
(100,102,100)
#5A5B59
(90,91,89)
#50504E
(80,80,78)
#464543
(70,69,67)
#3C3A38
(60,58,56)
#322F2D
(50,47,45)
#282422
(40,36,34)
#1E1917
(30,25,23)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #787C7A

#787C7A
(120,124,122)
#848786
(132,135,134)
#909292
(144,146,146)
#9C9D9E
(156,157,158)
#A8A8AA
(168,168,170)
#B4B3B6
(180,179,182)
#C0BEC2
(192,190,194)
#CCC9CE
(204,201,206)
#D8D4DA
(216,212,218)
#E4DFE6
(228,223,230)
#F0EAF2
(240,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787C7A; }

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

This text font color is #787C7A.


Background Color

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

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

This div background color is #787C7A.


Border color

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

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

This div border color is #787C7A.


Opacity

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

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

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

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

This text has shadow with #787C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787C7A on black background.


Color preview on white background

This text has color #787C7A on white background.



Black color preview on #787C7A background

This text has black color on #787C7A background.


White color preview on #787C7A background

This text has white color on #787C7A background.