COLOR #764A40

HEX: #764A40
RGB: (118,74,64)

Color info

#764A40 contains red, green and blue colors in about the same proportion. Web safe color of #764A40 is #663333 (or #633).

RGB color model

#764A40 color RGB value is (118,74,64).

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

RGB channels and saturation

R 118 of 255 = 46%
G 74 of 255 = 29%
B 64 of 255 = 25%

118
74
64

R + G + B ~ 33%. #764A40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 74 + 64 = 256 (100%)
R 118 of 256 ~ 46.09%
G 74 of 256 ~ 28.91%
B 64 of 256 ~ 25%

%46.09
%28.91
%25

CMYK color model

#764A40 color CMYK value is (0,37,46,54).

  • cyan value is 0.00%
  • magenta value is 37.29%
  • yellow value is 45.76%
  • key color value is 53.73%
CMYK:
(0,37,46,54)
C0M37Y46K54 
(0%,37%,46%,54%)
(0.00/0.37/0.46/0.54)	

CMYK percentages

%0
%37.29
%45.76
%53.73

Codes

Color #764A40 in popluar color models

764A40
RGB1187464
HSL11°29.67%35.69%
HSB/HSV11°45.76%46.27%
CMYK0.00%37.29%45.76%
53.73%

Color #764A40 in popluar number systems.

HEX764A40
Decimal1187464
Binary111011010010101000000
Octal166112100

Shades and tints

Shades of #764A40

#764A40
(118,74,64)
#6C443B
(108,68,59)
#623E36
(98,62,54)
#583831
(88,56,49)
#4E322C
(78,50,44)
#442C27
(68,44,39)
#3A2622
(58,38,34)
#30201D
(48,32,29)
#261A18
(38,26,24)
#1C1413
(28,20,19)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #764A40

#764A40
(118,74,64)
#825A51
(130,90,81)
#8E6A62
(142,106,98)
#9A7A73
(154,122,115)
#A68A84
(166,138,132)
#B29A95
(178,154,149)
#BEAAA6
(190,170,166)
#CABAB7
(202,186,183)
#D6CAC8
(214,202,200)
#E2DAD9
(226,218,217)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764A40; }

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

This text font color is #764A40.


Background Color

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

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

This div background color is #764A40.


Border color

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

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

This div border color is #764A40.


Opacity

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

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

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

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

This text has shadow with #764A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764A40 on black background.


Color preview on white background

This text has color #764A40 on white background.



Black color preview on #764A40 background

This text has black color on #764A40 background.


White color preview on #764A40 background

This text has white color on #764A40 background.