COLOR #766B39

HEX: #766B39
RGB: (118,107,57)

Color info

#766B39 contains mainly red and green colors. Web safe color of #766B39 is #666633 (or #663).

RGB color model

#766B39 color RGB value is (118,107,57).

  • red value is 118;
  • green value is 107;
  • blue value is 57.
RGB:
(118,107,57)
(46%,42%,22%)

RGB channels and saturation

R 118 of 255 = 46%
G 107 of 255 = 42%
B 57 of 255 = 22%

118
107
57

R + G + B ~ 37%. #766B39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 107 + 57 = 282 (100%)
R 118 of 282 ~ 41.84%
G 107 of 282 ~ 37.94%
B 57 of 282 ~ 20.21%

%41.84
%37.94
%20.21

CMYK color model

#766B39 color CMYK value is (0,9,52,54).

  • cyan value is 0.00%
  • magenta value is 9.32%
  • yellow value is 51.69%
  • key color value is 53.73%
CMYK:
(0,9,52,54)
C0M9Y52K54 
(0%,9%,52%,54%)
(0.00/0.09/0.52/0.54)	

CMYK percentages

%0
%9.32
%51.69
%53.73

Codes

Color #766B39 in popluar color models

766B39
RGB11810757
HSL49°34.86%34.31%
HSB/HSV49°51.69%46.27%
CMYK0.00%9.32%51.69%
53.73%

Color #766B39 in popluar number systems.

HEX766B39
Decimal11810757
Binary11101101101011111001
Octal16615371

Shades and tints

Shades of #766B39

#766B39
(118,107,57)
#6C6234
(108,98,52)
#62592F
(98,89,47)
#58502A
(88,80,42)
#4E4725
(78,71,37)
#443E20
(68,62,32)
#3A351B
(58,53,27)
#302C16
(48,44,22)
#262311
(38,35,17)
#1C1A0C
(28,26,12)
#121107
(18,17,7)
#000000
(0,0,0)

Tints of #766B39

#766B39
(118,107,57)
#82784B
(130,120,75)
#8E855D
(142,133,93)
#9A926F
(154,146,111)
#A69F81
(166,159,129)
#B2AC93
(178,172,147)
#BEB9A5
(190,185,165)
#CAC6B7
(202,198,183)
#D6D3C9
(214,211,201)
#E2E0DB
(226,224,219)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766B39 color. Also use rgb(118,107,57) instead hex code.

Text Font Color

.myTextColor { color: #766B39; }

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

This text font color is #766B39.


Background Color

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

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

This div background color is #766B39.


Border color

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

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

This div border color is #766B39.


Opacity

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

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

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

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

This text has shadow with #766B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766B39 on black background.


Color preview on white background

This text has color #766B39 on white background.



Black color preview on #766B39 background

This text has black color on #766B39 background.


White color preview on #766B39 background

This text has white color on #766B39 background.