COLOR #787876

HEX: #787876 RGB: (120,120,118)

Color info

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

RGB color model

#787876 color RGB value is (120,120,118).

RGB: (120,120,118) (47%, 47%, 46%)

RGB channels and saturation

R 120 of 255 = 47%
G 120 of 255 = 47%
B 118 of 255 = 46%

120
120
118

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

Portions of RGB colors in percentages

R + G + B = 120 + 120 + 118 = 358 (100%)
R 120 of 358 ~ 33.52%
G 120 of 358 ~ 33.52%
B 118 of 358 ~ 32.96'%

%33.52
%33.52
%32.96

CMYK color model

#787876 color CMYK value is (0,0,2,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 52.94%

CMYK: (0,0,2,53)
C0M0Y2K53 (0%, 0%, 2%, 53%)
(0.00 / 0.00 / 0.02 / 0.53)

CMYK percentages

%0
%0
%1.67
%52.94

Codes

Color #787876 in popluar color models

78 78 76
RGB 120 120 118
HSL 60° 0.84% 46.67%
HSB/HSV 60° 1.67% 47.06%
CMYK 0.00% 0.00% 1.67%
52.94%

Color #787876 in popluar number systems.

HEX 78 78 76
Decimal 120 120 118
Binary 1111000 1111000 1110110
Octal 170 170 166

Shades and tints

Shades of #787876

#787876
(120,120,118)
#6E6E6C
(110,110,108)
#646462
(100,100,98)
#5A5A58
(90,90,88)
#50504E
(80,80,78)
#464644
(70,70,68)
#3C3C3A
(60,60,58)
#323230
(50,50,48)
#282826
(40,40,38)
#1E1E1C
(30,30,28)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #787876

#787876
(120,120,118)
#848482
(132,132,130)
#90908E
(144,144,142)
#9C9C9A
(156,156,154)
#A8A8A6
(168,168,166)
#B4B4B2
(180,180,178)
#C0C0BE
(192,192,190)
#CCCCCA
(204,204,202)
#D8D8D6
(216,216,214)
#E4E4E2
(228,228,226)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787876; }

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

This text font color is #787876.

Background Color

.myBgColor { background-color: #787876; }

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

This div background color is #787876.

Border color

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

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

This div border color is #787876.

Opacity

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

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

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

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

This text has shadow with #787876 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787876.

Preview

Color preview on black background

This text has color #787876 on black background.


Color preview on white background

This text has color #787876 on white background.


Black color preview on #787876 background

This text has black color on #787876 background.


White color preview on #787876 background

This text has white color on #787876 background.


Related colors

Complementary color

Complementary color for #hex is #878789.


I love getcolorcode.com