COLOR #766D22

HEX: #766D22
RGB: (118,109,34)

Color info

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

RGB color model

#766D22 color RGB value is (118,109,34).

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

RGB channels and saturation

R 118 of 255 = 46%
G 109 of 255 = 43%
B 34 of 255 = 13%

118
109
34

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

Portions of RGB colors in percentages

R + G + B =
118 + 109 + 34 = 261 (100%)
R 118 of 261 ~ 45.21%
G 109 of 261 ~ 41.76%
B 34 of 261 ~ 13.03%

%45.21
%41.76
%13.03

CMYK color model

#766D22 color CMYK value is (0,8,71,54).

  • cyan value is 0.00%
  • magenta value is 7.63%
  • yellow value is 71.19%
  • key color value is 53.73%
CMYK:
(0,8,71,54)
C0M8Y71K54 
(0%,8%,71%,54%)
(0.00/0.08/0.71/0.54)	

CMYK percentages

%0
%7.63
%71.19
%53.73

Codes

Color #766D22 in popluar color models

766D22
RGB11810934
HSL54°55.26%29.80%
HSB/HSV54°71.19%46.27%
CMYK0.00%7.63%71.19%
53.73%

Color #766D22 in popluar number systems.

HEX766D22
Decimal11810934
Binary11101101101101100010
Octal16615542

Shades and tints

Shades of #766D22

#766D22
(118,109,34)
#6C641F
(108,100,31)
#625B1C
(98,91,28)
#585219
(88,82,25)
#4E4916
(78,73,22)
#444013
(68,64,19)
#3A3710
(58,55,16)
#302E0D
(48,46,13)
#26250A
(38,37,10)
#1C1C07
(28,28,7)
#121304
(18,19,4)
#000000
(0,0,0)

Tints of #766D22

#766D22
(118,109,34)
#827A36
(130,122,54)
#8E874A
(142,135,74)
#9A945E
(154,148,94)
#A6A172
(166,161,114)
#B2AE86
(178,174,134)
#BEBB9A
(190,187,154)
#CAC8AE
(202,200,174)
#D6D5C2
(214,213,194)
#E2E2D6
(226,226,214)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766D22; }

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

This text font color is #766D22.


Background Color

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

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

This div background color is #766D22.


Border color

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

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

This div border color is #766D22.


Opacity

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

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

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

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

This text has shadow with #766D22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766D22 on black background.


Color preview on white background

This text has color #766D22 on white background.



Black color preview on #766D22 background

This text has black color on #766D22 background.


White color preview on #766D22 background

This text has white color on #766D22 background.