COLOR #766645

HEX: #766645
RGB: (118,102,69)

Color info

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

RGB color model

#766645 color RGB value is (118,102,69).

  • red value is 118;
  • green value is 102;
  • blue value is 69.
RGB:
(118,102,69)
(46%,40%,27%)

RGB channels and saturation

R 118 of 255 = 46%
G 102 of 255 = 40%
B 69 of 255 = 27%

118
102
69

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

Portions of RGB colors in percentages

R + G + B =
118 + 102 + 69 = 289 (100%)
R 118 of 289 ~ 40.83%
G 102 of 289 ~ 35.29%
B 69 of 289 ~ 23.88%

%40.83
%35.29
%23.88

CMYK color model

#766645 color CMYK value is (0,14,42,54).

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 41.53%
  • key color value is 53.73%
CMYK:
(0,14,42,54)
C0M14Y42K54 
(0%,14%,42%,54%)
(0.00/0.14/0.42/0.54)	

CMYK percentages

%0
%13.56
%41.53
%53.73

Codes

Color #766645 in popluar color models

766645
RGB11810269
HSL40°26.20%36.67%
HSB/HSV40°41.53%46.27%
CMYK0.00%13.56%41.53%
53.73%

Color #766645 in popluar number systems.

HEX766645
Decimal11810269
Binary111011011001101000101
Octal166146105

Shades and tints

Shades of #766645

#766645
(118,102,69)
#6C5D3F
(108,93,63)
#625439
(98,84,57)
#584B33
(88,75,51)
#4E422D
(78,66,45)
#443927
(68,57,39)
#3A3021
(58,48,33)
#30271B
(48,39,27)
#261E15
(38,30,21)
#1C150F
(28,21,15)
#120C09
(18,12,9)
#000000
(0,0,0)

Tints of #766645

#766645
(118,102,69)
#827355
(130,115,85)
#8E8065
(142,128,101)
#9A8D75
(154,141,117)
#A69A85
(166,154,133)
#B2A795
(178,167,149)
#BEB4A5
(190,180,165)
#CAC1B5
(202,193,181)
#D6CEC5
(214,206,197)
#E2DBD5
(226,219,213)
#EEE8E5
(238,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766645 color. Also use rgb(118,102,69) instead hex code.

Text Font Color

.myTextColor { color: #766645; }

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

This text font color is #766645.


Background Color

.myBgColor { background-color: #766645; }

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

This div background color is #766645.


Border color

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

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

This div border color is #766645.


Opacity

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

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

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

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

This text has shadow with #766645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766645 on black background.


Color preview on white background

This text has color #766645 on white background.



Black color preview on #766645 background

This text has black color on #766645 background.


White color preview on #766645 background

This text has white color on #766645 background.