COLOR #76787F

HEX: #76787F
RGB: (118,120,127)

Color info

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

RGB color model

#76787F color RGB value is (118,120,127).

  • red value is 118;
  • green value is 120;
  • blue value is 127.
RGB:
(118,120,127)
(46%,47%,50%)

RGB channels and saturation

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

118
120
127

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

Portions of RGB colors in percentages

R + G + B =
118 + 120 + 127 = 365 (100%)
R 118 of 365 ~ 32.33%
G 120 of 365 ~ 32.88%
B 127 of 365 ~ 34.79%

%32.33
%32.88
%34.79

CMYK color model

#76787F color CMYK value is (7,6,0,50).

  • cyan value is 7.09%
  • magenta value is 5.51%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(7,6,0,50)
C7M6Y0K50 
(7%,6%,0%,50%)
(0.07/0.06/0.00/0.50)	

CMYK percentages

%7.09
%5.51
%0
%50.2

Codes

Color #76787F in popluar color models

76787F
RGB118120127
HSL227°3.67%48.04%
HSB/HSV227°7.09%49.80%
CMYK7.09%5.51%0.00%
50.20%

Color #76787F in popluar number systems.

HEX76787F
Decimal118120127
Binary111011011110001111111
Octal166170177

Shades and tints

Shades of #76787F

#76787F
(118,120,127)
#6C6E74
(108,110,116)
#626469
(98,100,105)
#585A5E
(88,90,94)
#4E5053
(78,80,83)
#444648
(68,70,72)
#3A3C3D
(58,60,61)
#303232
(48,50,50)
#262827
(38,40,39)
#1C1E1C
(28,30,28)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #76787F

#76787F
(118,120,127)
#82848A
(130,132,138)
#8E9095
(142,144,149)
#9A9CA0
(154,156,160)
#A6A8AB
(166,168,171)
#B2B4B6
(178,180,182)
#BEC0C1
(190,192,193)
#CACCCC
(202,204,204)
#D6D8D7
(214,216,215)
#E2E4E2
(226,228,226)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76787F; }

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

This text font color is #76787F.


Background Color

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

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

This div background color is #76787F.


Border color

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

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

This div border color is #76787F.


Opacity

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

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

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

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

This text has shadow with #76787F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76787F on black background.


Color preview on white background

This text has color #76787F on white background.



Black color preview on #76787F background

This text has black color on #76787F background.


White color preview on #76787F background

This text has white color on #76787F background.