COLOR #787079

HEX: #787079 RGB: (120,112,121)

Color info

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

RGB color model

#787079 color RGB value is (120,112,121).

RGB: (120,112,121) (47%, 44%, 47%)

RGB channels and saturation

R 120 of 255 = 47%
G 112 of 255 = 44%
B 121 of 255 = 47%

120
112
121

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

Portions of RGB colors in percentages

R + G + B = 120 + 112 + 121 = 353 (100%)
R 120 of 353 ~ 33.99%
G 112 of 353 ~ 31.73%
B 121 of 353 ~ 34.28'%

%33.99
%31.73
%34.28

CMYK color model

#787079 color CMYK value is (1,7,0,53).

  • cyan value is 0.83%
  • magenta value is 7.44%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (1,7,0,53)
C1M7Y0K53 (1%, 7%, 0%, 53%)
(0.01 / 0.07 / 0.00 / 0.53)

CMYK percentages

%0.83
%7.44
%0
%52.55

Codes

Color #787079 in popluar color models

78 70 79
RGB 120 112 121
HSL 293° 3.86% 45.69%
HSB/HSV 293° 7.44% 47.45%
CMYK 0.83% 7.44% 0.00%
52.55%

Color #787079 in popluar number systems.

HEX 78 70 79
Decimal 120 112 121
Binary 1111000 1110000 1111001
Octal 170 160 171

Shades and tints

Shades of #787079

#787079
(120,112,121)
#6E666E
(110,102,110)
#645C63
(100,92,99)
#5A5258
(90,82,88)
#50484D
(80,72,77)
#463E42
(70,62,66)
#3C3437
(60,52,55)
#322A2C
(50,42,44)
#282021
(40,32,33)
#1E1616
(30,22,22)
#140C0B
(20,12,11)
#000000
(0,0,0)

Tints of #787079

#787079
(120,112,121)
#847D85
(132,125,133)
#908A91
(144,138,145)
#9C979D
(156,151,157)
#A8A4A9
(168,164,169)
#B4B1B5
(180,177,181)
#C0BEC1
(192,190,193)
#CCCBCD
(204,203,205)
#D8D8D9
(216,216,217)
#E4E5E5
(228,229,229)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787079; }

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

This text font color is #787079.

Background Color

.myBgColor { background-color: #787079; }

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

This div background color is #787079.

Border color

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

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

This div border color is #787079.

Opacity

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

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

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

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

This text has shadow with #787079 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787079.

Preview

Color preview on black background

This text has color #787079 on black background.


Color preview on white background

This text has color #787079 on white background.


Black color preview on #787079 background

This text has black color on #787079 background.


White color preview on #787079 background

This text has white color on #787079 background.


Related colors

Complementary color

Complementary color for #hex is #878F86.


I love getcolorcode.com

Triadic colors

1 #797870 and #707978 with #787079 are triadic colors.

2 #797078 and #707879 with #787079 are triadic colors.