COLOR #76797D

HEX: #76797D
RGB: (118,121,125)

Color info

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

RGB color model

#76797D color RGB value is (118,121,125).

  • red value is 118;
  • green value is 121;
  • blue value is 125.
RGB:
(118,121,125)
(46%,47%,49%)

RGB channels and saturation

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

118
121
125

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

Portions of RGB colors in percentages

R + G + B =
118 + 121 + 125 = 364 (100%)
R 118 of 364 ~ 32.42%
G 121 of 364 ~ 33.24%
B 125 of 364 ~ 34.34%

%32.42
%33.24
%34.34

CMYK color model

#76797D color CMYK value is (6,3,0,51).

  • cyan value is 5.60%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(6,3,0,51)
C6M3Y0K51 
(6%,3%,0%,51%)
(0.06/0.03/0.00/0.51)	

CMYK percentages

%5.6
%3.2
%0
%50.98

Codes

Color #76797D in popluar color models

76797D
RGB118121125
HSL214°2.88%47.65%
HSB/HSV214°5.60%49.02%
CMYK5.60%3.20%0.00%
50.98%

Color #76797D in popluar number systems.

HEX76797D
Decimal118121125
Binary111011011110011111101
Octal166171175

Shades and tints

Shades of #76797D

#76797D
(118,121,125)
#6C6E72
(108,110,114)
#626367
(98,99,103)
#58585C
(88,88,92)
#4E4D51
(78,77,81)
#444246
(68,66,70)
#3A373B
(58,55,59)
#302C30
(48,44,48)
#262125
(38,33,37)
#1C161A
(28,22,26)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #76797D

#76797D
(118,121,125)
#828588
(130,133,136)
#8E9193
(142,145,147)
#9A9D9E
(154,157,158)
#A6A9A9
(166,169,169)
#B2B5B4
(178,181,180)
#BEC1BF
(190,193,191)
#CACDCA
(202,205,202)
#D6D9D5
(214,217,213)
#E2E5E0
(226,229,224)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76797D; }

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

This text font color is #76797D.


Background Color

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

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

This div background color is #76797D.


Border color

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

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

This div border color is #76797D.


Opacity

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

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

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

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

This text has shadow with #76797D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76797D on black background.


Color preview on white background

This text has color #76797D on white background.



Black color preview on #76797D background

This text has black color on #76797D background.


White color preview on #76797D background

This text has white color on #76797D background.