COLOR #787074

HEX: #787074
RGB: (120,112,116)

Color info

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

RGB color model

#787074 color RGB value is (120,112,116).

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

RGB channels and saturation

R 120 of 255 = 47%
G 112 of 255 = 44%
B 116 of 255 = 45%

120
112
116

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

Portions of RGB colors in percentages

R + G + B =
120 + 112 + 116 = 348 (100%)
R 120 of 348 ~ 34.48%
G 112 of 348 ~ 32.18%
B 116 of 348 ~ 33.33%

%34.48
%32.18
%33.33

CMYK color model

#787074 color CMYK value is (0,7,3,53).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 3.33%
  • key color value is 52.94%
CMYK:
(0,7,3,53)
C0M7Y3K53 
(0%,7%,3%,53%)
(0.00/0.07/0.03/0.53)	

CMYK percentages

%0
%6.67
%3.33
%52.94

Codes

Color #787074 in popluar color models

787074
RGB120112116
HSL330°3.45%45.49%
HSB/HSV330°6.67%47.06%
CMYK0.00%6.67%3.33%
52.94%

Color #787074 in popluar number systems.

HEX787074
Decimal120112116
Binary111100011100001110100
Octal170160164

Shades and tints

Shades of #787074

#787074
(120,112,116)
#6E666A
(110,102,106)
#645C60
(100,92,96)
#5A5256
(90,82,86)
#50484C
(80,72,76)
#463E42
(70,62,66)
#3C3438
(60,52,56)
#322A2E
(50,42,46)
#282024
(40,32,36)
#1E161A
(30,22,26)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #787074

#787074
(120,112,116)
#847D80
(132,125,128)
#908A8C
(144,138,140)
#9C9798
(156,151,152)
#A8A4A4
(168,164,164)
#B4B1B0
(180,177,176)
#C0BEBC
(192,190,188)
#CCCBC8
(204,203,200)
#D8D8D4
(216,216,212)
#E4E5E0
(228,229,224)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787074; }

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

This text font color is #787074.


Background Color

.myBgColor { background-color: #787074; }

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

This div background color is #787074.


Border color

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

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

This div border color is #787074.


Opacity

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

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

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

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

This text has shadow with #787074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787074 on black background.


Color preview on white background

This text has color #787074 on white background.



Black color preview on #787074 background

This text has black color on #787074 background.


White color preview on #787074 background

This text has white color on #787074 background.