COLOR #76726D

HEX: #76726D RGB: (118,114,109)

Color info

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

RGB color model

#76726D color RGB value is (118,114,109).

RGB: (118,114,109) (46%, 45%, 43%)

RGB channels and saturation

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

118
114
109

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

Portions of RGB colors in percentages

R + G + B = 118 + 114 + 109 = 341 (100%)
R 118 of 341 ~ 34.6%
G 114 of 341 ~ 33.43%
B 109 of 341 ~ 31.96'%

%34.6
%33.43
%31.96

CMYK color model

#76726D color CMYK value is (0,3,8,54).

  • cyan value is 0.00%
  • magenta value is 3.39%
  • yellow value is 7.63%
  • key color value is 53.73%

CMYK: (0,3,8,54)
C0M3Y8K54 (0%, 3%, 8%, 54%)
(0.00 / 0.03 / 0.08 / 0.54)

CMYK percentages

%0
%3.39
%7.63
%53.73

Codes

Color #76726D in popluar color models

76 72 6D
RGB 118 114 109
HSL 33° 3.96% 44.51%
HSB/HSV 33° 7.63% 46.27%
CMYK 0.00% 3.39% 7.63%
53.73%

Color #76726D in popluar number systems.

HEX 76 72 6D
Decimal 118 114 109
Binary 1110110 1110010 1101101
Octal 166 162 155

Shades and tints

Shades of #76726D

#76726D
(118,114,109)
#6C6864
(108,104,100)
#625E5B
(98,94,91)
#585452
(88,84,82)
#4E4A49
(78,74,73)
#444040
(68,64,64)
#3A3637
(58,54,55)
#302C2E
(48,44,46)
#262225
(38,34,37)
#1C181C
(28,24,28)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #76726D

#76726D
(118,114,109)
#827E7A
(130,126,122)
#8E8A87
(142,138,135)
#9A9694
(154,150,148)
#A6A2A1
(166,162,161)
#B2AEAE
(178,174,174)
#BEBABB
(190,186,187)
#CAC6C8
(202,198,200)
#D6D2D5
(214,210,213)
#E2DEE2
(226,222,226)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76726D; }

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

This text font color is #76726D.

Background Color

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

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

This div background color is #76726D.

Border color

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

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

This div border color is #76726D.

Opacity

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

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

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

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

This text has shadow with #76726D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76726D.

Preview

Color preview on black background

This text has color #76726D on black background.


Color preview on white background

This text has color #76726D on white background.


Black color preview on #76726D background

This text has black color on #76726D background.


White color preview on #76726D background

This text has white color on #76726D background.


Related colors

Complementary color

Complementary color for #hex is #898D92.


I love getcolorcode.com

Triadic colors

1 #6D7672 and #726D76 with #76726D are triadic colors.

2 #6D7276 and #72766D with #76726D are triadic colors.