COLOR #787976

HEX: #787976 RGB: (120,121,118)

Color info

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

RGB color model

#787976 color RGB value is (120,121,118).

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

RGB channels and saturation

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

120
121
118

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

Portions of RGB colors in percentages

R + G + B = 120 + 121 + 118 = 359 (100%)
R 120 of 359 ~ 33.43%
G 121 of 359 ~ 33.7%
B 118 of 359 ~ 32.87'%

%33.43
%33.7
%32.87

CMYK color model

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

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

CMYK: (1,0,2,53)
C1M0Y2K53 (1%, 0%, 2%, 53%)
(0.01 / 0.00 / 0.02 / 0.53)

CMYK percentages

%0.83
%0
%2.48
%52.55

Codes

Color #787976 in popluar color models

78 79 76
RGB 120 121 118
HSL 80° 1.26% 46.86%
HSB/HSV 80° 2.48% 47.45%
CMYK 0.83% 0.00% 2.48%
52.55%

Color #787976 in popluar number systems.

HEX 78 79 76
Decimal 120 121 118
Binary 1111000 1111001 1110110
Octal 170 171 166

Shades and tints

Shades of #787976

#787976
(120,121,118)
#6E6E6C
(110,110,108)
#646362
(100,99,98)
#5A5858
(90,88,88)
#504D4E
(80,77,78)
#464244
(70,66,68)
#3C373A
(60,55,58)
#322C30
(50,44,48)
#282126
(40,33,38)
#1E161C
(30,22,28)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #787976

#787976
(120,121,118)
#848582
(132,133,130)
#90918E
(144,145,142)
#9C9D9A
(156,157,154)
#A8A9A6
(168,169,166)
#B4B5B2
(180,181,178)
#C0C1BE
(192,193,190)
#CCCDCA
(204,205,202)
#D8D9D6
(216,217,214)
#E4E5E2
(228,229,226)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787976; }

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

This text font color is #787976.

Background Color

.myBgColor { background-color: #787976; }

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

This div background color is #787976.

Border color

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

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

This div border color is #787976.

Opacity

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

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

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

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

This text has shadow with #787976 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787976.

Preview

Color preview on black background

This text has color #787976 on black background.


Color preview on white background

This text has color #787976 on white background.


Black color preview on #787976 background

This text has black color on #787976 background.


White color preview on #787976 background

This text has white color on #787976 background.


Related colors

Complementary color

Complementary color for #hex is #878689.


I love getcolorcode.com

Triadic colors

1 #767879 and #797678 with #787976 are triadic colors.

2 #767978 and #797876 with #787976 are triadic colors.