COLOR #766E6C

HEX: #766E6C
RGB: (118,110,108)

Color info

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

RGB color model

#766E6C color RGB value is (118,110,108).

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

RGB channels and saturation

R 118 of 255 = 46%
G 110 of 255 = 43%
B 108 of 255 = 42%

118
110
108

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

Portions of RGB colors in percentages

R + G + B =
118 + 110 + 108 = 336 (100%)
R 118 of 336 ~ 35.12%
G 110 of 336 ~ 32.74%
B 108 of 336 ~ 32.14%

%35.12
%32.74
%32.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 8.47%
  • key color value is 53.73%
CMYK:
(0,7,8,54)
C0M7Y8K54 
(0%,7%,8%,54%)
(0.00/0.07/0.08/0.54)	

CMYK percentages

%0
%6.78
%8.47
%53.73

Codes

Color #766E6C in popluar color models

766E6C
RGB118110108
HSL12°4.42%44.31%
HSB/HSV12°8.47%46.27%
CMYK0.00%6.78%8.47%
53.73%

Color #766E6C in popluar number systems.

HEX766E6C
Decimal118110108
Binary111011011011101101100
Octal166156154

Shades and tints

Shades of #766E6C

#766E6C
(118,110,108)
#6C6463
(108,100,99)
#625A5A
(98,90,90)
#585051
(88,80,81)
#4E4648
(78,70,72)
#443C3F
(68,60,63)
#3A3236
(58,50,54)
#30282D
(48,40,45)
#261E24
(38,30,36)
#1C141B
(28,20,27)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #766E6C

#766E6C
(118,110,108)
#827B79
(130,123,121)
#8E8886
(142,136,134)
#9A9593
(154,149,147)
#A6A2A0
(166,162,160)
#B2AFAD
(178,175,173)
#BEBCBA
(190,188,186)
#CAC9C7
(202,201,199)
#D6D6D4
(214,214,212)
#E2E3E1
(226,227,225)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766E6C; }

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

This text font color is #766E6C.


Background Color

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

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

This div background color is #766E6C.


Border color

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

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

This div border color is #766E6C.


Opacity

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

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

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

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

This text has shadow with #766E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766E6C on black background.


Color preview on white background

This text has color #766E6C on white background.



Black color preview on #766E6C background

This text has black color on #766E6C background.


White color preview on #766E6C background

This text has white color on #766E6C background.