COLOR #766547

HEX: #766547
RGB: (118,101,71)

Color info

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

RGB color model

#766547 color RGB value is (118,101,71).

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

RGB channels and saturation

R 118 of 255 = 46%
G 101 of 255 = 40%
B 71 of 255 = 28%

118
101
71

R + G + B ~ 38%. #766547 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 101 + 71 = 290 (100%)
R 118 of 290 ~ 40.69%
G 101 of 290 ~ 34.83%
B 71 of 290 ~ 24.48%

%40.69
%34.83
%24.48

CMYK color model

#766547 color CMYK value is (0,14,40,54).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 39.83%
  • key color value is 53.73%
CMYK:
(0,14,40,54)
C0M14Y40K54 
(0%,14%,40%,54%)
(0.00/0.14/0.40/0.54)	

CMYK percentages

%0
%14.41
%39.83
%53.73

Codes

Color #766547 in popluar color models

766547
RGB11810171
HSL38°24.87%37.06%
HSB/HSV38°39.83%46.27%
CMYK0.00%14.41%39.83%
53.73%

Color #766547 in popluar number systems.

HEX766547
Decimal11810171
Binary111011011001011000111
Octal166145107

Shades and tints

Shades of #766547

#766547
(118,101,71)
#6C5C41
(108,92,65)
#62533B
(98,83,59)
#584A35
(88,74,53)
#4E412F
(78,65,47)
#443829
(68,56,41)
#3A2F23
(58,47,35)
#30261D
(48,38,29)
#261D17
(38,29,23)
#1C1411
(28,20,17)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #766547

#766547
(118,101,71)
#827357
(130,115,87)
#8E8167
(142,129,103)
#9A8F77
(154,143,119)
#A69D87
(166,157,135)
#B2AB97
(178,171,151)
#BEB9A7
(190,185,167)
#CAC7B7
(202,199,183)
#D6D5C7
(214,213,199)
#E2E3D7
(226,227,215)
#EEF1E7
(238,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766547; }

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

This text font color is #766547.


Background Color

.myBgColor { background-color: #766547; }

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

This div background color is #766547.


Border color

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

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

This div border color is #766547.


Opacity

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

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

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

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

This text has shadow with #766547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766547 on black background.


Color preview on white background

This text has color #766547 on white background.



Black color preview on #766547 background

This text has black color on #766547 background.


White color preview on #766547 background

This text has white color on #766547 background.