COLOR #76726F

HEX: #76726F
RGB: (118,114,111)

Color info

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

RGB color model

#76726F color RGB value is (118,114,111).

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

RGB channels and saturation

R 118 of 255 = 46%
G 114 of 255 = 45%
B 111 of 255 = 44%

118
114
111

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

Portions of RGB colors in percentages

R + G + B =
118 + 114 + 111 = 343 (100%)
R 118 of 343 ~ 34.4%
G 114 of 343 ~ 33.24%
B 111 of 343 ~ 32.36%

%34.4
%33.24
%32.36

CMYK color model

#76726F color CMYK value is (0,3,6,54).

  • cyan value is 0.00%
  • magenta value is 3.39%
  • yellow value is 5.93%
  • key color value is 53.73%
CMYK:
(0,3,6,54)
C0M3Y6K54 
(0%,3%,6%,54%)
(0.00/0.03/0.06/0.54)	

CMYK percentages

%0
%3.39
%5.93
%53.73

Codes

Color #76726F in popluar color models

76726F
RGB118114111
HSL26°3.06%44.90%
HSB/HSV26°5.93%46.27%
CMYK0.00%3.39%5.93%
53.73%

Color #76726F in popluar number systems.

HEX76726F
Decimal118114111
Binary111011011100101101111
Octal166162157

Shades and tints

Shades of #76726F

#76726F
(118,114,111)
#6C6865
(108,104,101)
#625E5B
(98,94,91)
#585451
(88,84,81)
#4E4A47
(78,74,71)
#44403D
(68,64,61)
#3A3633
(58,54,51)
#302C29
(48,44,41)
#26221F
(38,34,31)
#1C1815
(28,24,21)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #76726F

#76726F
(118,114,111)
#827E7C
(130,126,124)
#8E8A89
(142,138,137)
#9A9696
(154,150,150)
#A6A2A3
(166,162,163)
#B2AEB0
(178,174,176)
#BEBABD
(190,186,189)
#CAC6CA
(202,198,202)
#D6D2D7
(214,210,215)
#E2DEE4
(226,222,228)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76726F color. Also use rgb(118,114,111) instead hex code.

Text Font Color

.myTextColor { color: #76726F; }

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

This text font color is #76726F.


Background Color

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

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

This div background color is #76726F.


Border color

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

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

This div border color is #76726F.


Opacity

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

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

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

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

This text has shadow with #76726F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76726F on black background.


Color preview on white background

This text has color #76726F on white background.



Black color preview on #76726F background

This text has black color on #76726F background.


White color preview on #76726F background

This text has white color on #76726F background.