COLOR #787F79

HEX: #787F79
RGB: (120,127,121)

Color info

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

RGB color model

#787F79 color RGB value is (120,127,121).

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

RGB channels and saturation

R 120 of 255 = 47%
G 127 of 255 = 50%
B 121 of 255 = 47%

120
127
121

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

Portions of RGB colors in percentages

R + G + B =
120 + 127 + 121 = 368 (100%)
R 120 of 368 ~ 32.61%
G 127 of 368 ~ 34.51%
B 121 of 368 ~ 32.88%

%32.61
%34.51
%32.88

CMYK color model

#787F79 color CMYK value is (6,0,5,50).

  • cyan value is 5.51%
  • magenta value is 0.00%
  • yellow value is 4.72%
  • key color value is 50.20%
CMYK:
(6,0,5,50)
C6M0Y5K50 
(6%,0%,5%,50%)
(0.06/0.00/0.05/0.50)	

CMYK percentages

%5.51
%0
%4.72
%50.2

Codes

Color #787F79 in popluar color models

787F79
RGB120127121
HSL129°2.83%48.43%
HSB/HSV129°5.51%49.80%
CMYK5.51%0.00%4.72%
50.20%

Color #787F79 in popluar number systems.

HEX787F79
Decimal120127121
Binary111100011111111111001
Octal170177171

Shades and tints

Shades of #787F79

#787F79
(120,127,121)
#6E746E
(110,116,110)
#646963
(100,105,99)
#5A5E58
(90,94,88)
#50534D
(80,83,77)
#464842
(70,72,66)
#3C3D37
(60,61,55)
#32322C
(50,50,44)
#282721
(40,39,33)
#1E1C16
(30,28,22)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #787F79

#787F79
(120,127,121)
#848A85
(132,138,133)
#909591
(144,149,145)
#9CA09D
(156,160,157)
#A8ABA9
(168,171,169)
#B4B6B5
(180,182,181)
#C0C1C1
(192,193,193)
#CCCCCD
(204,204,205)
#D8D7D9
(216,215,217)
#E4E2E5
(228,226,229)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787F79; }

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

This text font color is #787F79.


Background Color

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

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

This div background color is #787F79.


Border color

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

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

This div border color is #787F79.


Opacity

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

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

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

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

This text has shadow with #787F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787F79 on black background.


Color preview on white background

This text has color #787F79 on white background.



Black color preview on #787F79 background

This text has black color on #787F79 background.


White color preview on #787F79 background

This text has white color on #787F79 background.