COLOR #76787C

HEX: #76787C RGB: (118,120,124)

Color info

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

RGB color model

#76787C color RGB value is (118,120,124).

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

RGB channels and saturation

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

118
120
124

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

Portions of RGB colors in percentages

R + G + B = 118 + 120 + 124 = 362 (100%)
R 118 of 362 ~ 32.6%
G 120 of 362 ~ 33.15%
B 124 of 362 ~ 34.25'%

%32.6
%33.15
%34.25

CMYK color model

#76787C color CMYK value is (5,3,0,51).

  • cyan value is 4.84%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (5,3,0,51)
C5M3Y0K51 (5%, 3%, 0%, 51%)
(0.05 / 0.03 / 0.00 / 0.51)

CMYK percentages

%4.84
%3.23
%0
%51.37

Codes

Color #76787C in popluar color models

76 78 7C
RGB 118 120 124
HSL 220° 2.48% 47.45%
HSB/HSV 220° 4.84% 48.63%
CMYK 4.84% 3.23% 0.00%
51.37%

Color #76787C in popluar number systems.

HEX 76 78 7C
Decimal 118 120 124
Binary 1110110 1111000 1111100
Octal 166 170 174

Shades and tints

Shades of #76787C

#76787C
(118,120,124)
#6C6E71
(108,110,113)
#626466
(98,100,102)
#585A5B
(88,90,91)
#4E5050
(78,80,80)
#444645
(68,70,69)
#3A3C3A
(58,60,58)
#30322F
(48,50,47)
#262824
(38,40,36)
#1C1E19
(28,30,25)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #76787C

#76787C
(118,120,124)
#828487
(130,132,135)
#8E9092
(142,144,146)
#9A9C9D
(154,156,157)
#A6A8A8
(166,168,168)
#B2B4B3
(178,180,179)
#BEC0BE
(190,192,190)
#CACCC9
(202,204,201)
#D6D8D4
(214,216,212)
#E2E4DF
(226,228,223)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76787C; }

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

This text font color is #76787C.

Background Color

.myBgColor { background-color: #76787C; }

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

This div background color is #76787C.

Border color

.myBorderColor { border: 1px solid #76787C; }

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

This div border color is #76787C.

Opacity

.myOpacity80 { color: #76787C; opacity: 0.8; }

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

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

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

This text has shadow with #76787C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76787C.

Preview

Color preview on black background

This text has color #76787C on black background.


Color preview on white background

This text has color #76787C on white background.


Black color preview on #76787C background

This text has black color on #76787C background.


White color preview on #76787C background

This text has white color on #76787C background.


Related colors

Complementary color

Complementary color for #hex is #898783.


I love getcolorcode.com

Triadic colors

1 #7C7678 and #787C76 with #76787C are triadic colors.

2 #7C7876 and #78767C with #76787C are triadic colors.