COLOR #76727C

HEX: #76727C
RGB: (118,114,124)

Color info

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

RGB color model

#76727C color RGB value is (118,114,124).

  • red value is 118;
  • green value is 114;
  • blue value is 124.
RGB:
(118,114,124)
(46%,45%,49%)

RGB channels and saturation

R 118 of 255 = 46%
G 114 of 255 = 45%
B 124 of 255 = 49%

118
114
124

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

Portions of RGB colors in percentages

R + G + B =
118 + 114 + 124 = 356 (100%)
R 118 of 356 ~ 33.15%
G 114 of 356 ~ 32.02%
B 124 of 356 ~ 34.83%

%33.15
%32.02
%34.83

CMYK color model

#76727C color CMYK value is (5,8,0,51).

  • cyan value is 4.84%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(5,8,0,51)
C5M8Y0K51 
(5%,8%,0%,51%)
(0.05/0.08/0.00/0.51)	

CMYK percentages

%4.84
%8.06
%0
%51.37

Codes

Color #76727C in popluar color models

76727C
RGB118114124
HSL264°4.20%46.67%
HSB/HSV264°8.06%48.63%
CMYK4.84%8.06%0.00%
51.37%

Color #76727C in popluar number systems.

HEX76727C
Decimal118114124
Binary111011011100101111100
Octal166162174

Shades and tints

Shades of #76727C

#76727C
(118,114,124)
#6C6871
(108,104,113)
#625E66
(98,94,102)
#58545B
(88,84,91)
#4E4A50
(78,74,80)
#444045
(68,64,69)
#3A363A
(58,54,58)
#302C2F
(48,44,47)
#262224
(38,34,36)
#1C1819
(28,24,25)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #76727C

#76727C
(118,114,124)
#827E87
(130,126,135)
#8E8A92
(142,138,146)
#9A969D
(154,150,157)
#A6A2A8
(166,162,168)
#B2AEB3
(178,174,179)
#BEBABE
(190,186,190)
#CAC6C9
(202,198,201)
#D6D2D4
(214,210,212)
#E2DEDF
(226,222,223)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76727C color. Also use rgb(118,114,124) instead hex code.

Text Font Color

.myTextColor { color: #76727C; }

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

This text font color is #76727C.


Background Color

.myBgColor { background-color: #76727C; }

<div style="background-color:#76727C">Inner text</div>

This div background color is #76727C.


Border color

.myBorderColor { border: 1px solid #76727C; }

<div style="border:3px solid #76727C">Div</div>

This div border color is #76727C.


Opacity

.myOpacity80 { color: #76727C; opacity: 0.8; }

<p style="color:#76727C;opacity:0.8;">80%</p>

Text with #76727C 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 #76727C;}

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

This text has shadow with #76727C color.

.textShadow {text-shadow: 3px 3px 1px #76727C, 3px 3px 1px red;}

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

This text has shadow with #76727C primary color and red secondary color.


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

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

This text has shadow with #76727C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76727C on black background.


Color preview on white background

This text has color #76727C on white background.



Black color preview on #76727C background

This text has black color on #76727C background.


White color preview on #76727C background

This text has white color on #76727C background.