COLOR #764F40

HEX: #764F40
RGB: (118,79,64)

Color info

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

RGB color model

#764F40 color RGB value is (118,79,64).

  • red value is 118;
  • green value is 79;
  • blue value is 64.
RGB:
(118,79,64)
(46%,31%,25%)

RGB channels and saturation

R 118 of 255 = 46%
G 79 of 255 = 31%
B 64 of 255 = 25%

118
79
64

R + G + B ~ 34%. #764F40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 79 + 64 = 261 (100%)
R 118 of 261 ~ 45.21%
G 79 of 261 ~ 30.27%
B 64 of 261 ~ 24.52%

%45.21
%30.27
%24.52

CMYK color model

#764F40 color CMYK value is (0,33,46,54).

  • cyan value is 0.00%
  • magenta value is 33.05%
  • yellow value is 45.76%
  • key color value is 53.73%
CMYK:
(0,33,46,54)
C0M33Y46K54 
(0%,33%,46%,54%)
(0.00/0.33/0.46/0.54)	

CMYK percentages

%0
%33.05
%45.76
%53.73

Codes

Color #764F40 in popluar color models

764F40
RGB1187964
HSL17°29.67%35.69%
HSB/HSV17°45.76%46.27%
CMYK0.00%33.05%45.76%
53.73%

Color #764F40 in popluar number systems.

HEX764F40
Decimal1187964
Binary111011010011111000000
Octal166117100

Shades and tints

Shades of #764F40

#764F40
(118,79,64)
#6C483B
(108,72,59)
#624136
(98,65,54)
#583A31
(88,58,49)
#4E332C
(78,51,44)
#442C27
(68,44,39)
#3A2522
(58,37,34)
#301E1D
(48,30,29)
#261718
(38,23,24)
#1C1013
(28,16,19)
#12090E
(18,9,14)
#000000
(0,0,0)

Tints of #764F40

#764F40
(118,79,64)
#825F51
(130,95,81)
#8E6F62
(142,111,98)
#9A7F73
(154,127,115)
#A68F84
(166,143,132)
#B29F95
(178,159,149)
#BEAFA6
(190,175,166)
#CABFB7
(202,191,183)
#D6CFC8
(214,207,200)
#E2DFD9
(226,223,217)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764F40 color. Also use rgb(118,79,64) instead hex code.

Text Font Color

.myTextColor { color: #764F40; }

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

This text font color is #764F40.


Background Color

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

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

This div background color is #764F40.


Border color

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

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

This div border color is #764F40.


Opacity

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

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

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

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

This text has shadow with #764F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764F40 on black background.


Color preview on white background

This text has color #764F40 on white background.



Black color preview on #764F40 background

This text has black color on #764F40 background.


White color preview on #764F40 background

This text has white color on #764F40 background.