COLOR #787676

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

120
118
118

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

Portions of RGB colors in percentages

R + G + B = 120 + 118 + 118 = 356 (100%)
R 120 of 356 ~ 33.71%
G 118 of 356 ~ 33.15%
B 118 of 356 ~ 33.15'%

%33.71
%33.15
%33.15

CMYK color model

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

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

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

CMYK percentages

%0
%1.67
%1.67
%52.94

Codes

Color #787676 in popluar color models

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

Color #787676 in popluar number systems.

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

Shades and tints

Shades of #787676

#787676
(120,118,118)
#6E6C6C
(110,108,108)
#646262
(100,98,98)
#5A5858
(90,88,88)
#504E4E
(80,78,78)
#464444
(70,68,68)
#3C3A3A
(60,58,58)
#323030
(50,48,48)
#282626
(40,38,38)
#1E1C1C
(30,28,28)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #787676

#787676
(120,118,118)
#848282
(132,130,130)
#908E8E
(144,142,142)
#9C9A9A
(156,154,154)
#A8A6A6
(168,166,166)
#B4B2B2
(180,178,178)
#C0BEBE
(192,190,190)
#CCCACA
(204,202,202)
#D8D6D6
(216,214,214)
#E4E2E2
(228,226,226)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787676; }

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

This text font color is #787676.

Background Color

.myBgColor { background-color: #787676; }

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

This div background color is #787676.

Border color

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

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

This div border color is #787676.

Opacity

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

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

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

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

This text has shadow with #787676 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787676.

Preview

Color preview on black background

This text has color #787676 on black background.


Color preview on white background

This text has color #787676 on white background.


Black color preview on #787676 background

This text has black color on #787676 background.


White color preview on #787676 background

This text has white color on #787676 background.


Related colors

Complementary color

Complementary color for #hex is #878989.


I love getcolorcode.com