COLOR #766D66

HEX: #766D66 RGB: (118,109,102)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

118
109
102

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

Portions of RGB colors in percentages

R + G + B = 118 + 109 + 102 = 329 (100%)
R 118 of 329 ~ 35.87%
G 109 of 329 ~ 33.13%
B 102 of 329 ~ 31'%

%35.87
%33.13
%31

CMYK color model

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

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

CMYK: (0,8,14,54)
C0M8Y14K54 (0%, 8%, 14%, 54%)
(0.00 / 0.08 / 0.14 / 0.54)

CMYK percentages

%0
%7.63
%13.56
%53.73

Codes

Color #766D66 in popluar color models

76 6D 66
RGB 118 109 102
HSL 26° 7.27% 43.14%
HSB/HSV 26° 13.56% 46.27%
CMYK 0.00% 7.63% 13.56%
53.73%

Color #766D66 in popluar number systems.

HEX 76 6D 66
Decimal 118 109 102
Binary 1110110 1101101 1100110
Octal 166 155 146

Shades and tints

Shades of #766D66

#766D66
(118,109,102)
#6C645D
(108,100,93)
#625B54
(98,91,84)
#58524B
(88,82,75)
#4E4942
(78,73,66)
#444039
(68,64,57)
#3A3730
(58,55,48)
#302E27
(48,46,39)
#26251E
(38,37,30)
#1C1C15
(28,28,21)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #766D66

#766D66
(118,109,102)
#827A73
(130,122,115)
#8E8780
(142,135,128)
#9A948D
(154,148,141)
#A6A19A
(166,161,154)
#B2AEA7
(178,174,167)
#BEBBB4
(190,187,180)
#CAC8C1
(202,200,193)
#D6D5CE
(214,213,206)
#E2E2DB
(226,226,219)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766D66; }

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

This text font color is #766D66.

Background Color

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

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

This div background color is #766D66.

Border color

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

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

This div border color is #766D66.

Opacity

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

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

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

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

This text has shadow with #766D66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766D66.

Preview

Color preview on black background

This text has color #766D66 on black background.


Color preview on white background

This text has color #766D66 on white background.


Black color preview on #766D66 background

This text has black color on #766D66 background.


White color preview on #766D66 background

This text has white color on #766D66 background.


Related colors

Complementary color

Complementary color for #hex is #899299.


I love getcolorcode.com

Triadic colors

1 #66766D and #6D6676 with #766D66 are triadic colors.

2 #666D76 and #6D7666 with #766D66 are triadic colors.