COLOR #766D6D

HEX: #766D6D RGB: (118,109,109)

Color info

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

RGB color model

#766D6D color RGB value is (118,109,109).

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

RGB channels and saturation

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

118
109
109

R + G + B ~ 44%. #766D6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 109 + 109 = 336 (100%)
R 118 of 336 ~ 35.12%
G 109 of 336 ~ 32.44%
B 109 of 336 ~ 32.44'%

%35.12
%32.44
%32.44

CMYK color model

#766D6D color CMYK value is (0,8,8,54).

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

CMYK: (0,8,8,54)
C0M8Y8K54 (0%, 8%, 8%, 54%)
(0.00 / 0.08 / 0.08 / 0.54)

CMYK percentages

%0
%7.63
%7.63
%53.73

Codes

Color #766D6D in popluar color models

76 6D 6D
RGB 118 109 109
HSL 3.96% 44.51%
HSB/HSV 7.63% 46.27%
CMYK 0.00% 7.63% 7.63%
53.73%

Color #766D6D in popluar number systems.

HEX 76 6D 6D
Decimal 118 109 109
Binary 1110110 1101101 1101101
Octal 166 155 155

Shades and tints

Shades of #766D6D

#766D6D
(118,109,109)
#6C6464
(108,100,100)
#625B5B
(98,91,91)
#585252
(88,82,82)
#4E4949
(78,73,73)
#444040
(68,64,64)
#3A3737
(58,55,55)
#302E2E
(48,46,46)
#262525
(38,37,37)
#1C1C1C
(28,28,28)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #766D6D

#766D6D
(118,109,109)
#827A7A
(130,122,122)
#8E8787
(142,135,135)
#9A9494
(154,148,148)
#A6A1A1
(166,161,161)
#B2AEAE
(178,174,174)
#BEBBBB
(190,187,187)
#CAC8C8
(202,200,200)
#D6D5D5
(214,213,213)
#E2E2E2
(226,226,226)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766D6D; }

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

This text font color is #766D6D.

Background Color

.myBgColor { background-color: #766D6D; }

<div style="background-color:#766D6D">Inner text</div>

This div background color is #766D6D.

Border color

.myBorderColor { border: 1px solid #766D6D; }

<div style="border:3px solid #766D6D">Div</div>

This div border color is #766D6D.

Opacity

.myOpacity80 { color: #766D6D; opacity: 0.8; }

<p style="color:#766D6D;opacity:0.8;">80%</p>

Text with #766D6D 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 #766D6D;}

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

This text has shadow with #766D6D color.


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

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

This text has shadow with #766D6D primary color and red secondary color.


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

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

This text has shadow with #766D6D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #766D6D.

Preview

Color preview on black background

This text has color #766D6D on black background.


Color preview on white background

This text has color #766D6D on white background.


Black color preview on #766D6D background

This text has black color on #766D6D background.


White color preview on #766D6D background

This text has white color on #766D6D background.


Related colors

Complementary color

Complementary color for #hex is #899292.


I love getcolorcode.com