COLOR #76747D

HEX: #76747D RGB: (118,116,125)

Color info

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

RGB color model

#76747D color RGB value is (118,116,125).

RGB: (118,116,125) (46%, 45%, 49%)

RGB channels and saturation

R 118 of 255 = 46%
G 116 of 255 = 45%
B 125 of 255 = 49%

118
116
125

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

Portions of RGB colors in percentages

R + G + B = 118 + 116 + 125 = 359 (100%)
R 118 of 359 ~ 32.87%
G 116 of 359 ~ 32.31%
B 125 of 359 ~ 34.82'%

%32.87
%32.31
%34.82

CMYK color model

#76747D color CMYK value is (6,7,0,51).

  • cyan value is 5.60%
  • magenta value is 7.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (6,7,0,51)
C6M7Y0K51 (6%, 7%, 0%, 51%)
(0.06 / 0.07 / 0.00 / 0.51)

CMYK percentages

%5.6
%7.2
%0
%50.98

Codes

Color #76747D in popluar color models

76 74 7D
RGB 118 116 125
HSL 253° 3.73% 47.25%
HSB/HSV 253° 7.20% 49.02%
CMYK 5.60% 7.20% 0.00%
50.98%

Color #76747D in popluar number systems.

HEX 76 74 7D
Decimal 118 116 125
Binary 1110110 1110100 1111101
Octal 166 164 175

Shades and tints

Shades of #76747D

#76747D
(118,116,125)
#6C6A72
(108,106,114)
#626067
(98,96,103)
#58565C
(88,86,92)
#4E4C51
(78,76,81)
#444246
(68,66,70)
#3A383B
(58,56,59)
#302E30
(48,46,48)
#262425
(38,36,37)
#1C1A1A
(28,26,26)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #76747D

#76747D
(118,116,125)
#828088
(130,128,136)
#8E8C93
(142,140,147)
#9A989E
(154,152,158)
#A6A4A9
(166,164,169)
#B2B0B4
(178,176,180)
#BEBCBF
(190,188,191)
#CAC8CA
(202,200,202)
#D6D4D5
(214,212,213)
#E2E0E0
(226,224,224)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76747D color. Also use rgb(118,116,125) instead hex code.

Text Font Color

.myTextColor { color: #76747D; }

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

This text font color is #76747D.

Background Color

.myBgColor { background-color: #76747D; }

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

This div background color is #76747D.

Border color

.myBorderColor { border: 1px solid #76747D; }

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

This div border color is #76747D.

Opacity

.myOpacity80 { color: #76747D; opacity: 0.8; }

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

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

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

This text has shadow with #76747D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76747D.

Preview

Color preview on black background

This text has color #76747D on black background.


Color preview on white background

This text has color #76747D on white background.


Black color preview on #76747D background

This text has black color on #76747D background.


White color preview on #76747D background

This text has white color on #76747D background.


Related colors

Complementary color

Complementary color for #hex is #898B82.


I love getcolorcode.com

Triadic colors

1 #7D7674 and #747D76 with #76747D are triadic colors.

2 #7D7476 and #74767D with #76747D are triadic colors.