COLOR #766249

HEX: #766249
RGB: (118,98,73)

Color info

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

RGB color model

#766249 color RGB value is (118,98,73).

  • red value is 118;
  • green value is 98;
  • blue value is 73.
RGB:
(118,98,73)
(46%,38%,29%)

RGB channels and saturation

R 118 of 255 = 46%
G 98 of 255 = 38%
B 73 of 255 = 29%

118
98
73

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

Portions of RGB colors in percentages

R + G + B =
118 + 98 + 73 = 289 (100%)
R 118 of 289 ~ 40.83%
G 98 of 289 ~ 33.91%
B 73 of 289 ~ 25.26%

%40.83
%33.91
%25.26

CMYK color model

#766249 color CMYK value is (0,17,38,54).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 38.14%
  • key color value is 53.73%
CMYK:
(0,17,38,54)
C0M17Y38K54 
(0%,17%,38%,54%)
(0.00/0.17/0.38/0.54)	

CMYK percentages

%0
%16.95
%38.14
%53.73

Codes

Color #766249 in popluar color models

766249
RGB1189873
HSL33°23.56%37.45%
HSB/HSV33°38.14%46.27%
CMYK0.00%16.95%38.14%
53.73%

Color #766249 in popluar number systems.

HEX766249
Decimal1189873
Binary111011011000101001001
Octal166142111

Shades and tints

Shades of #766249

#766249
(118,98,73)
#6C5A43
(108,90,67)
#62523D
(98,82,61)
#584A37
(88,74,55)
#4E4231
(78,66,49)
#443A2B
(68,58,43)
#3A3225
(58,50,37)
#302A1F
(48,42,31)
#262219
(38,34,25)
#1C1A13
(28,26,19)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #766249

#766249
(118,98,73)
#827059
(130,112,89)
#8E7E69
(142,126,105)
#9A8C79
(154,140,121)
#A69A89
(166,154,137)
#B2A899
(178,168,153)
#BEB6A9
(190,182,169)
#CAC4B9
(202,196,185)
#D6D2C9
(214,210,201)
#E2E0D9
(226,224,217)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766249 color. Also use rgb(118,98,73) instead hex code.

Text Font Color

.myTextColor { color: #766249; }

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

This text font color is #766249.


Background Color

.myBgColor { background-color: #766249; }

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

This div background color is #766249.


Border color

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

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

This div border color is #766249.


Opacity

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

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

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

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

This text has shadow with #766249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766249 on black background.


Color preview on white background

This text has color #766249 on white background.



Black color preview on #766249 background

This text has black color on #766249 background.


White color preview on #766249 background

This text has white color on #766249 background.