COLOR #76726E

HEX: #76726E
RGB: (118,114,110)

Color info

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

RGB color model

#76726E color RGB value is (118,114,110).

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

RGB channels and saturation

R 118 of 255 = 46%
G 114 of 255 = 45%
B 110 of 255 = 43%

118
114
110

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

Portions of RGB colors in percentages

R + G + B =
118 + 114 + 110 = 342 (100%)
R 118 of 342 ~ 34.5%
G 114 of 342 ~ 33.33%
B 110 of 342 ~ 32.16%

%34.5
%33.33
%32.16

CMYK color model

#76726E color CMYK value is (0,3,7,54).

  • cyan value is 0.00%
  • magenta value is 3.39%
  • yellow value is 6.78%
  • key color value is 53.73%
CMYK:
(0,3,7,54)
C0M3Y7K54 
(0%,3%,7%,54%)
(0.00/0.03/0.07/0.54)	

CMYK percentages

%0
%3.39
%6.78
%53.73

Codes

Color #76726E in popluar color models

76726E
RGB118114110
HSL30°3.51%44.71%
HSB/HSV30°6.78%46.27%
CMYK0.00%3.39%6.78%
53.73%

Color #76726E in popluar number systems.

HEX76726E
Decimal118114110
Binary111011011100101101110
Octal166162156

Shades and tints

Shades of #76726E

#76726E
(118,114,110)
#6C6864
(108,104,100)
#625E5A
(98,94,90)
#585450
(88,84,80)
#4E4A46
(78,74,70)
#44403C
(68,64,60)
#3A3632
(58,54,50)
#302C28
(48,44,40)
#26221E
(38,34,30)
#1C1814
(28,24,20)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #76726E

#76726E
(118,114,110)
#827E7B
(130,126,123)
#8E8A88
(142,138,136)
#9A9695
(154,150,149)
#A6A2A2
(166,162,162)
#B2AEAF
(178,174,175)
#BEBABC
(190,186,188)
#CAC6C9
(202,198,201)
#D6D2D6
(214,210,214)
#E2DEE3
(226,222,227)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76726E; }

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

This text font color is #76726E.


Background Color

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

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

This div background color is #76726E.


Border color

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

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

This div border color is #76726E.


Opacity

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

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

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

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

This text has shadow with #76726E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76726E on black background.


Color preview on white background

This text has color #76726E on white background.



Black color preview on #76726E background

This text has black color on #76726E background.


White color preview on #76726E background

This text has white color on #76726E background.