COLOR #766D65

HEX: #766D65
RGB: (118,109,101)

Color info

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

RGB color model

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

  • red value is 118;
  • green value is 109;
  • blue value is 101.
RGB:
(118,109,101)
(46%,43%,40%)

RGB channels and saturation

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

118
109
101

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

Portions of RGB colors in percentages

R + G + B =
118 + 109 + 101 = 328 (100%)
R 118 of 328 ~ 35.98%
G 109 of 328 ~ 33.23%
B 101 of 328 ~ 30.79%

%35.98
%33.23
%30.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.63%
  • yellow value is 14.41%
  • 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
%14.41
%53.73

Codes

Color #766D65 in popluar color models

766D65
RGB118109101
HSL28°7.76%42.94%
HSB/HSV28°14.41%46.27%
CMYK0.00%7.63%14.41%
53.73%

Color #766D65 in popluar number systems.

HEX766D65
Decimal118109101
Binary111011011011011100101
Octal166155145

Shades and tints

Shades of #766D65

#766D65
(118,109,101)
#6C645C
(108,100,92)
#625B53
(98,91,83)
#58524A
(88,82,74)
#4E4941
(78,73,65)
#444038
(68,64,56)
#3A372F
(58,55,47)
#302E26
(48,46,38)
#26251D
(38,37,29)
#1C1C14
(28,28,20)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #766D65

#766D65
(118,109,101)
#827A73
(130,122,115)
#8E8781
(142,135,129)
#9A948F
(154,148,143)
#A6A19D
(166,161,157)
#B2AEAB
(178,174,171)
#BEBBB9
(190,187,185)
#CAC8C7
(202,200,199)
#D6D5D5
(214,213,213)
#E2E2E3
(226,226,227)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766D65; }

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

This text font color is #766D65.


Background Color

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

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

This div background color is #766D65.


Border color

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

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

This div border color is #766D65.


Opacity

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

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

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

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

This text has shadow with #766D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766D65 on black background.


Color preview on white background

This text has color #766D65 on white background.



Black color preview on #766D65 background

This text has black color on #766D65 background.


White color preview on #766D65 background

This text has white color on #766D65 background.