COLOR #766047

HEX: #766047
RGB: (118,96,71)

Color info

#766047 contains red, green and blue colors in about the same proportion. Web safe color of #766047 is #666633 (or #663).

RGB color model

#766047 color RGB value is (118,96,71).

  • red value is 118;
  • green value is 96;
  • blue value is 71.
RGB:
(118,96,71)
(46%,38%,28%)

RGB channels and saturation

R 118 of 255 = 46%
G 96 of 255 = 38%
B 71 of 255 = 28%

118
96
71

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

Portions of RGB colors in percentages

R + G + B =
118 + 96 + 71 = 285 (100%)
R 118 of 285 ~ 41.4%
G 96 of 285 ~ 33.68%
B 71 of 285 ~ 24.91%

%41.4
%33.68
%24.91

CMYK color model

#766047 color CMYK value is (0,19,40,54).

  • cyan value is 0.00%
  • magenta value is 18.64%
  • yellow value is 39.83%
  • key color value is 53.73%
CMYK:
(0,19,40,54)
C0M19Y40K54 
(0%,19%,40%,54%)
(0.00/0.19/0.40/0.54)	

CMYK percentages

%0
%18.64
%39.83
%53.73

Codes

Color #766047 in popluar color models

766047
RGB1189671
HSL32°24.87%37.06%
HSB/HSV32°39.83%46.27%
CMYK0.00%18.64%39.83%
53.73%

Color #766047 in popluar number systems.

HEX766047
Decimal1189671
Binary111011011000001000111
Octal166140107

Shades and tints

Shades of #766047

#766047
(118,96,71)
#6C5841
(108,88,65)
#62503B
(98,80,59)
#584835
(88,72,53)
#4E402F
(78,64,47)
#443829
(68,56,41)
#3A3023
(58,48,35)
#30281D
(48,40,29)
#262017
(38,32,23)
#1C1811
(28,24,17)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #766047

#766047
(118,96,71)
#826E57
(130,110,87)
#8E7C67
(142,124,103)
#9A8A77
(154,138,119)
#A69887
(166,152,135)
#B2A697
(178,166,151)
#BEB4A7
(190,180,167)
#CAC2B7
(202,194,183)
#D6D0C7
(214,208,199)
#E2DED7
(226,222,215)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766047 color. Also use rgb(118,96,71) instead hex code.

Text Font Color

.myTextColor { color: #766047; }

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

This text font color is #766047.


Background Color

.myBgColor { background-color: #766047; }

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

This div background color is #766047.


Border color

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

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

This div border color is #766047.


Opacity

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

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

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

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

This text has shadow with #766047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766047 on black background.


Color preview on white background

This text has color #766047 on white background.



Black color preview on #766047 background

This text has black color on #766047 background.


White color preview on #766047 background

This text has white color on #766047 background.