COLOR #787874

HEX: #787874
RGB: (120,120,116)

Color info

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

RGB color model

#787874 color RGB value is (120,120,116).

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

RGB channels and saturation

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

120
120
116

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

Portions of RGB colors in percentages

R + G + B =
120 + 120 + 116 = 356 (100%)
R 120 of 356 ~ 33.71%
G 120 of 356 ~ 33.71%
B 116 of 356 ~ 32.58%

%33.71
%33.71
%32.58

CMYK color model

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

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

CMYK percentages

%0
%0
%3.33
%52.94

Codes

Color #787874 in popluar color models

787874
RGB120120116
HSL60°1.69%46.27%
HSB/HSV60°3.33%47.06%
CMYK0.00%0.00%3.33%
52.94%

Color #787874 in popluar number systems.

HEX787874
Decimal120120116
Binary111100011110001110100
Octal170170164

Shades and tints

Shades of #787874

#787874
(120,120,116)
#6E6E6A
(110,110,106)
#646460
(100,100,96)
#5A5A56
(90,90,86)
#50504C
(80,80,76)
#464642
(70,70,66)
#3C3C38
(60,60,56)
#32322E
(50,50,46)
#282824
(40,40,36)
#1E1E1A
(30,30,26)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #787874

#787874
(120,120,116)
#848480
(132,132,128)
#90908C
(144,144,140)
#9C9C98
(156,156,152)
#A8A8A4
(168,168,164)
#B4B4B0
(180,180,176)
#C0C0BC
(192,192,188)
#CCCCC8
(204,204,200)
#D8D8D4
(216,216,212)
#E4E4E0
(228,228,224)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787874; }

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

This text font color is #787874.


Background Color

.myBgColor { background-color: #787874; }

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

This div background color is #787874.


Border color

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

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

This div border color is #787874.


Opacity

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

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

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

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

This text has shadow with #787874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787874 on black background.


Color preview on white background

This text has color #787874 on white background.



Black color preview on #787874 background

This text has black color on #787874 background.


White color preview on #787874 background

This text has white color on #787874 background.