COLOR #766F59

HEX: #766F59
RGB: (118,111,89)

Color info

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

RGB color model

#766F59 color RGB value is (118,111,89).

  • red value is 118;
  • green value is 111;
  • blue value is 89.
RGB:
(118,111,89)
(46%,44%,35%)

RGB channels and saturation

R 118 of 255 = 46%
G 111 of 255 = 44%
B 89 of 255 = 35%

118
111
89

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

Portions of RGB colors in percentages

R + G + B =
118 + 111 + 89 = 318 (100%)
R 118 of 318 ~ 37.11%
G 111 of 318 ~ 34.91%
B 89 of 318 ~ 27.99%

%37.11
%34.91
%27.99

CMYK color model

#766F59 color CMYK value is (0,6,25,54).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 24.58%
  • key color value is 53.73%
CMYK:
(0,6,25,54)
C0M6Y25K54 
(0%,6%,25%,54%)
(0.00/0.06/0.25/0.54)	

CMYK percentages

%0
%5.93
%24.58
%53.73

Codes

Color #766F59 in popluar color models

766F59
RGB11811189
HSL46°14.01%40.59%
HSB/HSV46°24.58%46.27%
CMYK0.00%5.93%24.58%
53.73%

Color #766F59 in popluar number systems.

HEX766F59
Decimal11811189
Binary111011011011111011001
Octal166157131

Shades and tints

Shades of #766F59

#766F59
(118,111,89)
#6C6551
(108,101,81)
#625B49
(98,91,73)
#585141
(88,81,65)
#4E4739
(78,71,57)
#443D31
(68,61,49)
#3A3329
(58,51,41)
#302921
(48,41,33)
#261F19
(38,31,25)
#1C1511
(28,21,17)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #766F59

#766F59
(118,111,89)
#827C68
(130,124,104)
#8E8977
(142,137,119)
#9A9686
(154,150,134)
#A6A395
(166,163,149)
#B2B0A4
(178,176,164)
#BEBDB3
(190,189,179)
#CACAC2
(202,202,194)
#D6D7D1
(214,215,209)
#E2E4E0
(226,228,224)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766F59 color. Also use rgb(118,111,89) instead hex code.

Text Font Color

.myTextColor { color: #766F59; }

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

This text font color is #766F59.


Background Color

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

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

This div background color is #766F59.


Border color

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

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

This div border color is #766F59.


Opacity

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

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

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

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

This text has shadow with #766F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766F59 on black background.


Color preview on white background

This text has color #766F59 on white background.



Black color preview on #766F59 background

This text has black color on #766F59 background.


White color preview on #766F59 background

This text has white color on #766F59 background.