COLOR #76787D

HEX: #76787D RGB: (118,120,125)

Color info

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

RGB color model

#76787D color RGB value is (118,120,125).

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

RGB channels and saturation

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

118
120
125

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

Portions of RGB colors in percentages

R + G + B = 118 + 120 + 125 = 363 (100%)
R 118 of 363 ~ 32.51%
G 120 of 363 ~ 33.06%
B 125 of 363 ~ 34.44'%

%32.51
%33.06
%34.44

CMYK color model

#76787D color CMYK value is (6,4,0,51).

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

CMYK: (6,4,0,51)
C6M4Y0K51 (6%, 4%, 0%, 51%)
(0.06 / 0.04 / 0.00 / 0.51)

CMYK percentages

%5.6
%4
%0
%50.98

Codes

Color #76787D in popluar color models

76 78 7D
RGB 118 120 125
HSL 223° 2.88% 47.65%
HSB/HSV 223° 5.60% 49.02%
CMYK 5.60% 4.00% 0.00%
50.98%

Color #76787D in popluar number systems.

HEX 76 78 7D
Decimal 118 120 125
Binary 1110110 1111000 1111101
Octal 166 170 175

Shades and tints

Shades of #76787D

#76787D
(118,120,125)
#6C6E72
(108,110,114)
#626467
(98,100,103)
#585A5C
(88,90,92)
#4E5051
(78,80,81)
#444646
(68,70,70)
#3A3C3B
(58,60,59)
#303230
(48,50,48)
#262825
(38,40,37)
#1C1E1A
(28,30,26)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #76787D

#76787D
(118,120,125)
#828488
(130,132,136)
#8E9093
(142,144,147)
#9A9C9E
(154,156,158)
#A6A8A9
(166,168,169)
#B2B4B4
(178,180,180)
#BEC0BF
(190,192,191)
#CACCCA
(202,204,202)
#D6D8D5
(214,216,213)
#E2E4E0
(226,228,224)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76787D; }

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

This text font color is #76787D.

Background Color

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

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

This div background color is #76787D.

Border color

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

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

This div border color is #76787D.

Opacity

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

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

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

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

This text has shadow with #76787D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76787D.

Preview

Color preview on black background

This text has color #76787D on black background.


Color preview on white background

This text has color #76787D on white background.


Black color preview on #76787D background

This text has black color on #76787D background.


White color preview on #76787D background

This text has white color on #76787D background.


Related colors

Complementary color

Complementary color for #hex is #898782.


I love getcolorcode.com

Triadic colors

1 #7D7678 and #787D76 with #76787D are triadic colors.

2 #7D7876 and #78767D with #76787D are triadic colors.