COLOR #764744

HEX: #764744
RGB: (118,71,68)

Color info

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

RGB color model

#764744 color RGB value is (118,71,68).

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

RGB channels and saturation

R 118 of 255 = 46%
G 71 of 255 = 28%
B 68 of 255 = 27%

118
71
68

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

Portions of RGB colors in percentages

R + G + B =
118 + 71 + 68 = 257 (100%)
R 118 of 257 ~ 45.91%
G 71 of 257 ~ 27.63%
B 68 of 257 ~ 26.46%

%45.91
%27.63
%26.46

CMYK color model

#764744 color CMYK value is (0,40,42,54).

  • cyan value is 0.00%
  • magenta value is 39.83%
  • yellow value is 42.37%
  • key color value is 53.73%
CMYK:
(0,40,42,54)
C0M40Y42K54 
(0%,40%,42%,54%)
(0.00/0.40/0.42/0.54)	

CMYK percentages

%0
%39.83
%42.37
%53.73

Codes

Color #764744 in popluar color models

764744
RGB1187168
HSL26.88%36.47%
HSB/HSV42.37%46.27%
CMYK0.00%39.83%42.37%
53.73%

Color #764744 in popluar number systems.

HEX764744
Decimal1187168
Binary111011010001111000100
Octal166107104

Shades and tints

Shades of #764744

#764744
(118,71,68)
#6C413E
(108,65,62)
#623B38
(98,59,56)
#583532
(88,53,50)
#4E2F2C
(78,47,44)
#442926
(68,41,38)
#3A2320
(58,35,32)
#301D1A
(48,29,26)
#261714
(38,23,20)
#1C110E
(28,17,14)
#120B08
(18,11,8)
#000000
(0,0,0)

Tints of #764744

#764744
(118,71,68)
#825755
(130,87,85)
#8E6766
(142,103,102)
#9A7777
(154,119,119)
#A68788
(166,135,136)
#B29799
(178,151,153)
#BEA7AA
(190,167,170)
#CAB7BB
(202,183,187)
#D6C7CC
(214,199,204)
#E2D7DD
(226,215,221)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764744; }

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

This text font color is #764744.


Background Color

.myBgColor { background-color: #764744; }

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

This div background color is #764744.


Border color

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

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

This div border color is #764744.


Opacity

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

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

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

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

This text has shadow with #764744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764744 on black background.


Color preview on white background

This text has color #764744 on white background.



Black color preview on #764744 background

This text has black color on #764744 background.


White color preview on #764744 background

This text has white color on #764744 background.