COLOR #76717D

HEX: #76717D
RGB: (118,113,125)

Color info

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

RGB color model

#76717D color RGB value is (118,113,125).

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

RGB channels and saturation

R 118 of 255 = 46%
G 113 of 255 = 44%
B 125 of 255 = 49%

118
113
125

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

Portions of RGB colors in percentages

R + G + B =
118 + 113 + 125 = 356 (100%)
R 118 of 356 ~ 33.15%
G 113 of 356 ~ 31.74%
B 125 of 356 ~ 35.11%

%33.15
%31.74
%35.11

CMYK color model

#76717D color CMYK value is (6,10,0,51).

  • cyan value is 5.60%
  • magenta value is 9.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(6,10,0,51)
C6M10Y0K51 
(6%,10%,0%,51%)
(0.06/0.10/0.00/0.51)	

CMYK percentages

%5.6
%9.6
%0
%50.98

Codes

Color #76717D in popluar color models

76717D
RGB118113125
HSL265°5.04%46.67%
HSB/HSV265°9.60%49.02%
CMYK5.60%9.60%0.00%
50.98%

Color #76717D in popluar number systems.

HEX76717D
Decimal118113125
Binary111011011100011111101
Octal166161175

Shades and tints

Shades of #76717D

#76717D
(118,113,125)
#6C6772
(108,103,114)
#625D67
(98,93,103)
#58535C
(88,83,92)
#4E4951
(78,73,81)
#443F46
(68,63,70)
#3A353B
(58,53,59)
#302B30
(48,43,48)
#262125
(38,33,37)
#1C171A
(28,23,26)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #76717D

#76717D
(118,113,125)
#827D88
(130,125,136)
#8E8993
(142,137,147)
#9A959E
(154,149,158)
#A6A1A9
(166,161,169)
#B2ADB4
(178,173,180)
#BEB9BF
(190,185,191)
#CAC5CA
(202,197,202)
#D6D1D5
(214,209,213)
#E2DDE0
(226,221,224)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76717D; }

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

This text font color is #76717D.


Background Color

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

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

This div background color is #76717D.


Border color

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

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

This div border color is #76717D.


Opacity

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

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

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

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

This text has shadow with #76717D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76717D on black background.


Color preview on white background

This text has color #76717D on white background.



Black color preview on #76717D background

This text has black color on #76717D background.


White color preview on #76717D background

This text has white color on #76717D background.