COLOR #787C79

HEX: #787C79
RGB: (120,124,121)

Color info

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

RGB color model

#787C79 color RGB value is (120,124,121).

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

RGB channels and saturation

R 120 of 255 = 47%
G 124 of 255 = 49%
B 121 of 255 = 47%

120
124
121

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

Portions of RGB colors in percentages

R + G + B =
120 + 124 + 121 = 365 (100%)
R 120 of 365 ~ 32.88%
G 124 of 365 ~ 33.97%
B 121 of 365 ~ 33.15%

%32.88
%33.97
%33.15

CMYK color model

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

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 2.42%
  • 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
%2.42
%51.37

Codes

Color #787C79 in popluar color models

787C79
RGB120124121
HSL135°1.64%47.84%
HSB/HSV135°3.23%48.63%
CMYK3.23%0.00%2.42%
51.37%

Color #787C79 in popluar number systems.

HEX787C79
Decimal120124121
Binary111100011111001111001
Octal170174171

Shades and tints

Shades of #787C79

#787C79
(120,124,121)
#6E716E
(110,113,110)
#646663
(100,102,99)
#5A5B58
(90,91,88)
#50504D
(80,80,77)
#464542
(70,69,66)
#3C3A37
(60,58,55)
#322F2C
(50,47,44)
#282421
(40,36,33)
#1E1916
(30,25,22)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #787C79

#787C79
(120,124,121)
#848785
(132,135,133)
#909291
(144,146,145)
#9C9D9D
(156,157,157)
#A8A8A9
(168,168,169)
#B4B3B5
(180,179,181)
#C0BEC1
(192,190,193)
#CCC9CD
(204,201,205)
#D8D4D9
(216,212,217)
#E4DFE5
(228,223,229)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787C79; }

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

This text font color is #787C79.


Background Color

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

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

This div background color is #787C79.


Border color

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

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

This div border color is #787C79.


Opacity

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

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

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

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

This text has shadow with #787C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787C79 on black background.


Color preview on white background

This text has color #787C79 on white background.



Black color preview on #787C79 background

This text has black color on #787C79 background.


White color preview on #787C79 background

This text has white color on #787C79 background.