COLOR #766F2F

HEX: #766F2F
RGB: (118,111,47)

Color info

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

RGB color model

#766F2F color RGB value is (118,111,47).

  • red value is 118;
  • green value is 111;
  • blue value is 47.
RGB:
(118,111,47)
(46%,44%,18%)

RGB channels and saturation

R 118 of 255 = 46%
G 111 of 255 = 44%
B 47 of 255 = 18%

118
111
47

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

Portions of RGB colors in percentages

R + G + B =
118 + 111 + 47 = 276 (100%)
R 118 of 276 ~ 42.75%
G 111 of 276 ~ 40.22%
B 47 of 276 ~ 17.03%

%42.75
%40.22
%17.03

CMYK color model

#766F2F color CMYK value is (0,6,60,54).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 60.17%
  • key color value is 53.73%
CMYK:
(0,6,60,54)
C0M6Y60K54 
(0%,6%,60%,54%)
(0.00/0.06/0.60/0.54)	

CMYK percentages

%0
%5.93
%60.17
%53.73

Codes

Color #766F2F in popluar color models

766F2F
RGB11811147
HSL54°43.03%32.35%
HSB/HSV54°60.17%46.27%
CMYK0.00%5.93%60.17%
53.73%

Color #766F2F in popluar number systems.

HEX766F2F
Decimal11811147
Binary11101101101111101111
Octal16615757

Shades and tints

Shades of #766F2F

#766F2F
(118,111,47)
#6C652B
(108,101,43)
#625B27
(98,91,39)
#585123
(88,81,35)
#4E471F
(78,71,31)
#443D1B
(68,61,27)
#3A3317
(58,51,23)
#302913
(48,41,19)
#261F0F
(38,31,15)
#1C150B
(28,21,11)
#120B07
(18,11,7)
#000000
(0,0,0)

Tints of #766F2F

#766F2F
(118,111,47)
#827C41
(130,124,65)
#8E8953
(142,137,83)
#9A9665
(154,150,101)
#A6A377
(166,163,119)
#B2B089
(178,176,137)
#BEBD9B
(190,189,155)
#CACAAD
(202,202,173)
#D6D7BF
(214,215,191)
#E2E4D1
(226,228,209)
#EEF1E3
(238,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766F2F color. Also use rgb(118,111,47) instead hex code.

Text Font Color

.myTextColor { color: #766F2F; }

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

This text font color is #766F2F.


Background Color

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

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

This div background color is #766F2F.


Border color

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

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

This div border color is #766F2F.


Opacity

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

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

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

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

This text has shadow with #766F2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766F2F on black background.


Color preview on white background

This text has color #766F2F on white background.



Black color preview on #766F2F background

This text has black color on #766F2F background.


White color preview on #766F2F background

This text has white color on #766F2F background.