COLOR #766C6A

HEX: #766C6A
RGB: (118,108,106)

Color info

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

RGB color model

#766C6A color RGB value is (118,108,106).

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

RGB channels and saturation

R 118 of 255 = 46%
G 108 of 255 = 42%
B 106 of 255 = 42%

118
108
106

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

Portions of RGB colors in percentages

R + G + B =
118 + 108 + 106 = 332 (100%)
R 118 of 332 ~ 35.54%
G 108 of 332 ~ 32.53%
B 106 of 332 ~ 31.93%

%35.54
%32.53
%31.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 10.17%
  • key color value is 53.73%
CMYK:
(0,8,10,54)
C0M8Y10K54 
(0%,8%,10%,54%)
(0.00/0.08/0.10/0.54)	

CMYK percentages

%0
%8.47
%10.17
%53.73

Codes

Color #766C6A in popluar color models

766C6A
RGB118108106
HSL10°5.36%43.92%
HSB/HSV10°10.17%46.27%
CMYK0.00%8.47%10.17%
53.73%

Color #766C6A in popluar number systems.

HEX766C6A
Decimal118108106
Binary111011011011001101010
Octal166154152

Shades and tints

Shades of #766C6A

#766C6A
(118,108,106)
#6C6361
(108,99,97)
#625A58
(98,90,88)
#58514F
(88,81,79)
#4E4846
(78,72,70)
#443F3D
(68,63,61)
#3A3634
(58,54,52)
#302D2B
(48,45,43)
#262422
(38,36,34)
#1C1B19
(28,27,25)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #766C6A

#766C6A
(118,108,106)
#827977
(130,121,119)
#8E8684
(142,134,132)
#9A9391
(154,147,145)
#A6A09E
(166,160,158)
#B2ADAB
(178,173,171)
#BEBAB8
(190,186,184)
#CAC7C5
(202,199,197)
#D6D4D2
(214,212,210)
#E2E1DF
(226,225,223)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766C6A; }

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

This text font color is #766C6A.


Background Color

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

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

This div background color is #766C6A.


Border color

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

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

This div border color is #766C6A.


Opacity

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

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

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

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

This text has shadow with #766C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766C6A on black background.


Color preview on white background

This text has color #766C6A on white background.



Black color preview on #766C6A background

This text has black color on #766C6A background.


White color preview on #766C6A background

This text has white color on #766C6A background.