COLOR #764A47

HEX: #764A47
RGB: (118,74,71)

Color info

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

RGB color model

#764A47 color RGB value is (118,74,71).

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

RGB channels and saturation

R 118 of 255 = 46%
G 74 of 255 = 29%
B 71 of 255 = 28%

118
74
71

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

Portions of RGB colors in percentages

R + G + B =
118 + 74 + 71 = 263 (100%)
R 118 of 263 ~ 44.87%
G 74 of 263 ~ 28.14%
B 71 of 263 ~ 27%

%44.87
%28.14
%27

CMYK color model

#764A47 color CMYK value is (0,37,40,54).

  • cyan value is 0.00%
  • magenta value is 37.29%
  • yellow value is 39.83%
  • key color value is 53.73%
CMYK:
(0,37,40,54)
C0M37Y40K54 
(0%,37%,40%,54%)
(0.00/0.37/0.40/0.54)	

CMYK percentages

%0
%37.29
%39.83
%53.73

Codes

Color #764A47 in popluar color models

764A47
RGB1187471
HSL24.87%37.06%
HSB/HSV39.83%46.27%
CMYK0.00%37.29%39.83%
53.73%

Color #764A47 in popluar number systems.

HEX764A47
Decimal1187471
Binary111011010010101000111
Octal166112107

Shades and tints

Shades of #764A47

#764A47
(118,74,71)
#6C4441
(108,68,65)
#623E3B
(98,62,59)
#583835
(88,56,53)
#4E322F
(78,50,47)
#442C29
(68,44,41)
#3A2623
(58,38,35)
#30201D
(48,32,29)
#261A17
(38,26,23)
#1C1411
(28,20,17)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #764A47

#764A47
(118,74,71)
#825A57
(130,90,87)
#8E6A67
(142,106,103)
#9A7A77
(154,122,119)
#A68A87
(166,138,135)
#B29A97
(178,154,151)
#BEAAA7
(190,170,167)
#CABAB7
(202,186,183)
#D6CAC7
(214,202,199)
#E2DAD7
(226,218,215)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764A47; }

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

This text font color is #764A47.


Background Color

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

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

This div background color is #764A47.


Border color

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

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

This div border color is #764A47.


Opacity

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

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

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

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

This text has shadow with #764A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764A47 on black background.


Color preview on white background

This text has color #764A47 on white background.



Black color preview on #764A47 background

This text has black color on #764A47 background.


White color preview on #764A47 background

This text has white color on #764A47 background.