COLOR #766D1F

HEX: #766D1F
RGB: (118,109,31)

Color info

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

RGB color model

#766D1F color RGB value is (118,109,31).

  • red value is 118;
  • green value is 109;
  • blue value is 31.
RGB:
(118,109,31)
(46%,43%,12%)

RGB channels and saturation

R 118 of 255 = 46%
G 109 of 255 = 43%
B 31 of 255 = 12%

118
109
31

R + G + B ~ 34%. #766D1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 109 + 31 = 258 (100%)
R 118 of 258 ~ 45.74%
G 109 of 258 ~ 42.25%
B 31 of 258 ~ 12.02%

%45.74
%42.25
%12.02

CMYK color model

#766D1F color CMYK value is (0,8,74,54).

  • cyan value is 0.00%
  • magenta value is 7.63%
  • yellow value is 73.73%
  • key color value is 53.73%
CMYK:
(0,8,74,54)
C0M8Y74K54 
(0%,8%,74%,54%)
(0.00/0.08/0.74/0.54)	

CMYK percentages

%0
%7.63
%73.73
%53.73

Codes

Color #766D1F in popluar color models

766D1F
RGB11810931
HSL54°58.39%29.22%
HSB/HSV54°73.73%46.27%
CMYK0.00%7.63%73.73%
53.73%

Color #766D1F in popluar number systems.

HEX766D1F
Decimal11810931
Binary1110110110110111111
Octal16615537

Shades and tints

Shades of #766D1F

#766D1F
(118,109,31)
#6C641D
(108,100,29)
#625B1B
(98,91,27)
#585219
(88,82,25)
#4E4917
(78,73,23)
#444015
(68,64,21)
#3A3713
(58,55,19)
#302E11
(48,46,17)
#26250F
(38,37,15)
#1C1C0D
(28,28,13)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #766D1F

#766D1F
(118,109,31)
#827A33
(130,122,51)
#8E8747
(142,135,71)
#9A945B
(154,148,91)
#A6A16F
(166,161,111)
#B2AE83
(178,174,131)
#BEBB97
(190,187,151)
#CAC8AB
(202,200,171)
#D6D5BF
(214,213,191)
#E2E2D3
(226,226,211)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766D1F color. Also use rgb(118,109,31) instead hex code.

Text Font Color

.myTextColor { color: #766D1F; }

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

This text font color is #766D1F.


Background Color

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

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

This div background color is #766D1F.


Border color

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

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

This div border color is #766D1F.


Opacity

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

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

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

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

This text has shadow with #766D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766D1F on black background.


Color preview on white background

This text has color #766D1F on white background.



Black color preview on #766D1F background

This text has black color on #766D1F background.


White color preview on #766D1F background

This text has white color on #766D1F background.