COLOR #766442

HEX: #766442
RGB: (118,100,66)

Color info

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

RGB color model

#766442 color RGB value is (118,100,66).

  • red value is 118;
  • green value is 100;
  • blue value is 66.
RGB:
(118,100,66)
(46%,39%,26%)

RGB channels and saturation

R 118 of 255 = 46%
G 100 of 255 = 39%
B 66 of 255 = 26%

118
100
66

R + G + B ~ 37%. #766442 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 100 + 66 = 284 (100%)
R 118 of 284 ~ 41.55%
G 100 of 284 ~ 35.21%
B 66 of 284 ~ 23.24%

%41.55
%35.21
%23.24

CMYK color model

#766442 color CMYK value is (0,15,44,54).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 44.07%
  • key color value is 53.73%
CMYK:
(0,15,44,54)
C0M15Y44K54 
(0%,15%,44%,54%)
(0.00/0.15/0.44/0.54)	

CMYK percentages

%0
%15.25
%44.07
%53.73

Codes

Color #766442 in popluar color models

766442
RGB11810066
HSL39°28.26%36.08%
HSB/HSV39°44.07%46.27%
CMYK0.00%15.25%44.07%
53.73%

Color #766442 in popluar number systems.

HEX766442
Decimal11810066
Binary111011011001001000010
Octal166144102

Shades and tints

Shades of #766442

#766442
(118,100,66)
#6C5B3C
(108,91,60)
#625236
(98,82,54)
#584930
(88,73,48)
#4E402A
(78,64,42)
#443724
(68,55,36)
#3A2E1E
(58,46,30)
#302518
(48,37,24)
#261C12
(38,28,18)
#1C130C
(28,19,12)
#120A06
(18,10,6)
#000000
(0,0,0)

Tints of #766442

#766442
(118,100,66)
#827253
(130,114,83)
#8E8064
(142,128,100)
#9A8E75
(154,142,117)
#A69C86
(166,156,134)
#B2AA97
(178,170,151)
#BEB8A8
(190,184,168)
#CAC6B9
(202,198,185)
#D6D4CA
(214,212,202)
#E2E2DB
(226,226,219)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766442 color. Also use rgb(118,100,66) instead hex code.

Text Font Color

.myTextColor { color: #766442; }

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

This text font color is #766442.


Background Color

.myBgColor { background-color: #766442; }

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

This div background color is #766442.


Border color

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

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

This div border color is #766442.


Opacity

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

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

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

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

This text has shadow with #766442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766442 on black background.


Color preview on white background

This text has color #766442 on white background.



Black color preview on #766442 background

This text has black color on #766442 background.


White color preview on #766442 background

This text has white color on #766442 background.