COLOR #766839

HEX: #766839
RGB: (118,104,57)

Color info

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

RGB color model

#766839 color RGB value is (118,104,57).

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

RGB channels and saturation

R 118 of 255 = 46%
G 104 of 255 = 41%
B 57 of 255 = 22%

118
104
57

R + G + B ~ 36%. #766839 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 104 + 57 = 279 (100%)
R 118 of 279 ~ 42.29%
G 104 of 279 ~ 37.28%
B 57 of 279 ~ 20.43%

%42.29
%37.28
%20.43

CMYK color model

#766839 color CMYK value is (0,12,52,54).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 51.69%
  • key color value is 53.73%
CMYK:
(0,12,52,54)
C0M12Y52K54 
(0%,12%,52%,54%)
(0.00/0.12/0.52/0.54)	

CMYK percentages

%0
%11.86
%51.69
%53.73

Codes

Color #766839 in popluar color models

766839
RGB11810457
HSL46°34.86%34.31%
HSB/HSV46°51.69%46.27%
CMYK0.00%11.86%51.69%
53.73%

Color #766839 in popluar number systems.

HEX766839
Decimal11810457
Binary11101101101000111001
Octal16615071

Shades and tints

Shades of #766839

#766839
(118,104,57)
#6C5F34
(108,95,52)
#62562F
(98,86,47)
#584D2A
(88,77,42)
#4E4425
(78,68,37)
#443B20
(68,59,32)
#3A321B
(58,50,27)
#302916
(48,41,22)
#262011
(38,32,17)
#1C170C
(28,23,12)
#120E07
(18,14,7)
#000000
(0,0,0)

Tints of #766839

#766839
(118,104,57)
#82754B
(130,117,75)
#8E825D
(142,130,93)
#9A8F6F
(154,143,111)
#A69C81
(166,156,129)
#B2A993
(178,169,147)
#BEB6A5
(190,182,165)
#CAC3B7
(202,195,183)
#D6D0C9
(214,208,201)
#E2DDDB
(226,221,219)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766839; }

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

This text font color is #766839.


Background Color

.myBgColor { background-color: #766839; }

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

This div background color is #766839.


Border color

.myBorderColor { border: 1px solid #766839; }

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

This div border color is #766839.


Opacity

.myOpacity80 { color: #766839; opacity: 0.8; }

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

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

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

This text has shadow with #766839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766839 on black background.


Color preview on white background

This text has color #766839 on white background.



Black color preview on #766839 background

This text has black color on #766839 background.


White color preview on #766839 background

This text has white color on #766839 background.