COLOR #766D55

HEX: #766D55
RGB: (118,109,85)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

118
109
85

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

Portions of RGB colors in percentages

R + G + B =
118 + 109 + 85 = 312 (100%)
R 118 of 312 ~ 37.82%
G 109 of 312 ~ 34.94%
B 85 of 312 ~ 27.24%

%37.82
%34.94
%27.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.63%
  • yellow value is 27.97%
  • key color value is 53.73%
CMYK:
(0,8,28,54)
C0M8Y28K54 
(0%,8%,28%,54%)
(0.00/0.08/0.28/0.54)	

CMYK percentages

%0
%7.63
%27.97
%53.73

Codes

Color #766D55 in popluar color models

766D55
RGB11810985
HSL44°16.26%39.80%
HSB/HSV44°27.97%46.27%
CMYK0.00%7.63%27.97%
53.73%

Color #766D55 in popluar number systems.

HEX766D55
Decimal11810985
Binary111011011011011010101
Octal166155125

Shades and tints

Shades of #766D55

#766D55
(118,109,85)
#6C644E
(108,100,78)
#625B47
(98,91,71)
#585240
(88,82,64)
#4E4939
(78,73,57)
#444032
(68,64,50)
#3A372B
(58,55,43)
#302E24
(48,46,36)
#26251D
(38,37,29)
#1C1C16
(28,28,22)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #766D55

#766D55
(118,109,85)
#827A64
(130,122,100)
#8E8773
(142,135,115)
#9A9482
(154,148,130)
#A6A191
(166,161,145)
#B2AEA0
(178,174,160)
#BEBBAF
(190,187,175)
#CAC8BE
(202,200,190)
#D6D5CD
(214,213,205)
#E2E2DC
(226,226,220)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766D55; }

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

This text font color is #766D55.


Background Color

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

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

This div background color is #766D55.


Border color

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

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

This div border color is #766D55.


Opacity

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

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

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

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

This text has shadow with #766D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766D55 on black background.


Color preview on white background

This text has color #766D55 on white background.



Black color preview on #766D55 background

This text has black color on #766D55 background.


White color preview on #766D55 background

This text has white color on #766D55 background.