COLOR #764E4C

HEX: #764E4C
RGB: (118,78,76)

Color info

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

RGB color model

#764E4C color RGB value is (118,78,76).

  • red value is 118;
  • green value is 78;
  • blue value is 76.
RGB:
(118,78,76)
(46%,31%,30%)

RGB channels and saturation

R 118 of 255 = 46%
G 78 of 255 = 31%
B 76 of 255 = 30%

118
78
76

R + G + B ~ 36%. #764E4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 78 + 76 = 272 (100%)
R 118 of 272 ~ 43.38%
G 78 of 272 ~ 28.68%
B 76 of 272 ~ 27.94%

%43.38
%28.68
%27.94

CMYK color model

#764E4C color CMYK value is (0,34,36,54).

  • cyan value is 0.00%
  • magenta value is 33.90%
  • yellow value is 35.59%
  • key color value is 53.73%
CMYK:
(0,34,36,54)
C0M34Y36K54 
(0%,34%,36%,54%)
(0.00/0.34/0.36/0.54)	

CMYK percentages

%0
%33.9
%35.59
%53.73

Codes

Color #764E4C in popluar color models

764E4C
RGB1187876
HSL21.65%38.04%
HSB/HSV35.59%46.27%
CMYK0.00%33.90%35.59%
53.73%

Color #764E4C in popluar number systems.

HEX764E4C
Decimal1187876
Binary111011010011101001100
Octal166116114

Shades and tints

Shades of #764E4C

#764E4C
(118,78,76)
#6C4746
(108,71,70)
#624040
(98,64,64)
#58393A
(88,57,58)
#4E3234
(78,50,52)
#442B2E
(68,43,46)
#3A2428
(58,36,40)
#301D22
(48,29,34)
#26161C
(38,22,28)
#1C0F16
(28,15,22)
#120810
(18,8,16)
#000000
(0,0,0)

Tints of #764E4C

#764E4C
(118,78,76)
#825E5C
(130,94,92)
#8E6E6C
(142,110,108)
#9A7E7C
(154,126,124)
#A68E8C
(166,142,140)
#B29E9C
(178,158,156)
#BEAEAC
(190,174,172)
#CABEBC
(202,190,188)
#D6CECC
(214,206,204)
#E2DEDC
(226,222,220)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764E4C color. Also use rgb(118,78,76) instead hex code.

Text Font Color

.myTextColor { color: #764E4C; }

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

This text font color is #764E4C.


Background Color

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

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

This div background color is #764E4C.


Border color

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

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

This div border color is #764E4C.


Opacity

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

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

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

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

This text has shadow with #764E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764E4C on black background.


Color preview on white background

This text has color #764E4C on white background.



Black color preview on #764E4C background

This text has black color on #764E4C background.


White color preview on #764E4C background

This text has white color on #764E4C background.