COLOR #766E61

HEX: #766E61
RGB: (118,110,97)

Color info

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

RGB color model

#766E61 color RGB value is (118,110,97).

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

RGB channels and saturation

R 118 of 255 = 46%
G 110 of 255 = 43%
B 97 of 255 = 38%

118
110
97

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

Portions of RGB colors in percentages

R + G + B =
118 + 110 + 97 = 325 (100%)
R 118 of 325 ~ 36.31%
G 110 of 325 ~ 33.85%
B 97 of 325 ~ 29.85%

%36.31
%33.85
%29.85

CMYK color model

#766E61 color CMYK value is (0,7,18,54).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 17.80%
  • key color value is 53.73%
CMYK:
(0,7,18,54)
C0M7Y18K54 
(0%,7%,18%,54%)
(0.00/0.07/0.18/0.54)	

CMYK percentages

%0
%6.78
%17.8
%53.73

Codes

Color #766E61 in popluar color models

766E61
RGB11811097
HSL37°9.77%42.16%
HSB/HSV37°17.80%46.27%
CMYK0.00%6.78%17.80%
53.73%

Color #766E61 in popluar number systems.

HEX766E61
Decimal11811097
Binary111011011011101100001
Octal166156141

Shades and tints

Shades of #766E61

#766E61
(118,110,97)
#6C6459
(108,100,89)
#625A51
(98,90,81)
#585049
(88,80,73)
#4E4641
(78,70,65)
#443C39
(68,60,57)
#3A3231
(58,50,49)
#302829
(48,40,41)
#261E21
(38,30,33)
#1C1419
(28,20,25)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #766E61

#766E61
(118,110,97)
#827B6F
(130,123,111)
#8E887D
(142,136,125)
#9A958B
(154,149,139)
#A6A299
(166,162,153)
#B2AFA7
(178,175,167)
#BEBCB5
(190,188,181)
#CAC9C3
(202,201,195)
#D6D6D1
(214,214,209)
#E2E3DF
(226,227,223)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766E61; }

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

This text font color is #766E61.


Background Color

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

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

This div background color is #766E61.


Border color

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

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

This div border color is #766E61.


Opacity

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

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

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

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

This text has shadow with #766E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766E61 on black background.


Color preview on white background

This text has color #766E61 on white background.



Black color preview on #766E61 background

This text has black color on #766E61 background.


White color preview on #766E61 background

This text has white color on #766E61 background.