COLOR #787970

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

120
121
112

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

Portions of RGB colors in percentages

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

%33.99
%34.28
%31.73

CMYK color model

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

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 7.44%
  • key color value is 52.55%
CMYK:
(1,0,7,53)
C1M0Y7K53 
(1%,0%,7%,53%)
(0.01/0.00/0.07/0.53)	

CMYK percentages

%0.83
%0
%7.44
%52.55

Codes

Color #787970 in popluar color models

787970
RGB120121112
HSL67°3.86%45.69%
HSB/HSV67°7.44%47.45%
CMYK0.83%0.00%7.44%
52.55%

Color #787970 in popluar number systems.

HEX787970
Decimal120121112
Binary111100011110011110000
Octal170171160

Shades and tints

Shades of #787970

#787970
(120,121,112)
#6E6E66
(110,110,102)
#64635C
(100,99,92)
#5A5852
(90,88,82)
#504D48
(80,77,72)
#46423E
(70,66,62)
#3C3734
(60,55,52)
#322C2A
(50,44,42)
#282120
(40,33,32)
#1E1616
(30,22,22)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #787970

#787970
(120,121,112)
#84857D
(132,133,125)
#90918A
(144,145,138)
#9C9D97
(156,157,151)
#A8A9A4
(168,169,164)
#B4B5B1
(180,181,177)
#C0C1BE
(192,193,190)
#CCCDCB
(204,205,203)
#D8D9D8
(216,217,216)
#E4E5E5
(228,229,229)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787970; }

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

This text font color is #787970.


Background Color

.myBgColor { background-color: #787970; }

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

This div background color is #787970.


Border color

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

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

This div border color is #787970.


Opacity

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

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

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

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

This text has shadow with #787970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787970 on black background.


Color preview on white background

This text has color #787970 on white background.



Black color preview on #787970 background

This text has black color on #787970 background.


White color preview on #787970 background

This text has white color on #787970 background.