COLOR #764644

HEX: #764644
RGB: (118,70,68)

Color info

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

RGB color model

#764644 color RGB value is (118,70,68).

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

RGB channels and saturation

R 118 of 255 = 46%
G 70 of 255 = 27%
B 68 of 255 = 27%

118
70
68

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

Portions of RGB colors in percentages

R + G + B =
118 + 70 + 68 = 256 (100%)
R 118 of 256 ~ 46.09%
G 70 of 256 ~ 27.34%
B 68 of 256 ~ 26.56%

%46.09
%27.34
%26.56

CMYK color model

#764644 color CMYK value is (0,41,42,54).

  • cyan value is 0.00%
  • magenta value is 40.68%
  • yellow value is 42.37%
  • key color value is 53.73%
CMYK:
(0,41,42,54)
C0M41Y42K54 
(0%,41%,42%,54%)
(0.00/0.41/0.42/0.54)	

CMYK percentages

%0
%40.68
%42.37
%53.73

Codes

Color #764644 in popluar color models

764644
RGB1187068
HSL26.88%36.47%
HSB/HSV42.37%46.27%
CMYK0.00%40.68%42.37%
53.73%

Color #764644 in popluar number systems.

HEX764644
Decimal1187068
Binary111011010001101000100
Octal166106104

Shades and tints

Shades of #764644

#764644
(118,70,68)
#6C403E
(108,64,62)
#623A38
(98,58,56)
#583432
(88,52,50)
#4E2E2C
(78,46,44)
#442826
(68,40,38)
#3A2220
(58,34,32)
#301C1A
(48,28,26)
#261614
(38,22,20)
#1C100E
(28,16,14)
#120A08
(18,10,8)
#000000
(0,0,0)

Tints of #764644

#764644
(118,70,68)
#825655
(130,86,85)
#8E6666
(142,102,102)
#9A7677
(154,118,119)
#A68688
(166,134,136)
#B29699
(178,150,153)
#BEA6AA
(190,166,170)
#CAB6BB
(202,182,187)
#D6C6CC
(214,198,204)
#E2D6DD
(226,214,221)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764644; }

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

This text font color is #764644.


Background Color

.myBgColor { background-color: #764644; }

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

This div background color is #764644.


Border color

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

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

This div border color is #764644.


Opacity

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

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

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

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

This text has shadow with #764644 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764644 on black background.


Color preview on white background

This text has color #764644 on white background.



Black color preview on #764644 background

This text has black color on #764644 background.


White color preview on #764644 background

This text has white color on #764644 background.