COLOR #764E46

HEX: #764E46
RGB: (118,78,70)

Color info

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

RGB color model

#764E46 color RGB value is (118,78,70).

  • red value is 118;
  • green value is 78;
  • blue value is 70.
RGB:
(118,78,70)
(46%,31%,27%)

RGB channels and saturation

R 118 of 255 = 46%
G 78 of 255 = 31%
B 70 of 255 = 27%

118
78
70

R + G + B ~ 35%. #764E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 78 + 70 = 266 (100%)
R 118 of 266 ~ 44.36%
G 78 of 266 ~ 29.32%
B 70 of 266 ~ 26.32%

%44.36
%29.32
%26.32

CMYK color model

#764E46 color CMYK value is (0,34,41,54).

  • cyan value is 0.00%
  • magenta value is 33.90%
  • yellow value is 40.68%
  • key color value is 53.73%
CMYK:
(0,34,41,54)
C0M34Y41K54 
(0%,34%,41%,54%)
(0.00/0.34/0.41/0.54)	

CMYK percentages

%0
%33.9
%40.68
%53.73

Codes

Color #764E46 in popluar color models

764E46
RGB1187870
HSL10°25.53%36.86%
HSB/HSV10°40.68%46.27%
CMYK0.00%33.90%40.68%
53.73%

Color #764E46 in popluar number systems.

HEX764E46
Decimal1187870
Binary111011010011101000110
Octal166116106

Shades and tints

Shades of #764E46

#764E46
(118,78,70)
#6C4740
(108,71,64)
#62403A
(98,64,58)
#583934
(88,57,52)
#4E322E
(78,50,46)
#442B28
(68,43,40)
#3A2422
(58,36,34)
#301D1C
(48,29,28)
#261616
(38,22,22)
#1C0F10
(28,15,16)
#12080A
(18,8,10)
#000000
(0,0,0)

Tints of #764E46

#764E46
(118,78,70)
#825E56
(130,94,86)
#8E6E66
(142,110,102)
#9A7E76
(154,126,118)
#A68E86
(166,142,134)
#B29E96
(178,158,150)
#BEAEA6
(190,174,166)
#CABEB6
(202,190,182)
#D6CEC6
(214,206,198)
#E2DED6
(226,222,214)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764E46 color. Also use rgb(118,78,70) instead hex code.

Text Font Color

.myTextColor { color: #764E46; }

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

This text font color is #764E46.


Background Color

.myBgColor { background-color: #764E46; }

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

This div background color is #764E46.


Border color

.myBorderColor { border: 1px solid #764E46; }

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

This div border color is #764E46.


Opacity

.myOpacity80 { color: #764E46; opacity: 0.8; }

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

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

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

This text has shadow with #764E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764E46 on black background.


Color preview on white background

This text has color #764E46 on white background.



Black color preview on #764E46 background

This text has black color on #764E46 background.


White color preview on #764E46 background

This text has white color on #764E46 background.