COLOR #76644E

HEX: #76644E
RGB: (118,100,78)

Color info

#76644E contains red, green and blue colors in about the same proportion. Web safe color of #76644E is #666666 (or #666).

RGB color model

#76644E color RGB value is (118,100,78).

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

RGB channels and saturation

R 118 of 255 = 46%
G 100 of 255 = 39%
B 78 of 255 = 31%

118
100
78

R + G + B ~ 39%. #76644E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 100 + 78 = 296 (100%)
R 118 of 296 ~ 39.86%
G 100 of 296 ~ 33.78%
B 78 of 296 ~ 26.35%

%39.86
%33.78
%26.35

CMYK color model

#76644E color CMYK value is (0,15,34,54).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 33.90%
  • key color value is 53.73%
CMYK:
(0,15,34,54)
C0M15Y34K54 
(0%,15%,34%,54%)
(0.00/0.15/0.34/0.54)	

CMYK percentages

%0
%15.25
%33.9
%53.73

Codes

Color #76644E in popluar color models

76644E
RGB11810078
HSL33°20.41%38.43%
HSB/HSV33°33.90%46.27%
CMYK0.00%15.25%33.90%
53.73%

Color #76644E in popluar number systems.

HEX76644E
Decimal11810078
Binary111011011001001001110
Octal166144116

Shades and tints

Shades of #76644E

#76644E
(118,100,78)
#6C5B47
(108,91,71)
#625240
(98,82,64)
#584939
(88,73,57)
#4E4032
(78,64,50)
#44372B
(68,55,43)
#3A2E24
(58,46,36)
#30251D
(48,37,29)
#261C16
(38,28,22)
#1C130F
(28,19,15)
#120A08
(18,10,8)
#000000
(0,0,0)

Tints of #76644E

#76644E
(118,100,78)
#82725E
(130,114,94)
#8E806E
(142,128,110)
#9A8E7E
(154,142,126)
#A69C8E
(166,156,142)
#B2AA9E
(178,170,158)
#BEB8AE
(190,184,174)
#CAC6BE
(202,198,190)
#D6D4CE
(214,212,206)
#E2E2DE
(226,226,222)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76644E color. Also use rgb(118,100,78) instead hex code.

Text Font Color

.myTextColor { color: #76644E; }

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

This text font color is #76644E.


Background Color

.myBgColor { background-color: #76644E; }

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

This div background color is #76644E.


Border color

.myBorderColor { border: 1px solid #76644E; }

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

This div border color is #76644E.


Opacity

.myOpacity80 { color: #76644E; opacity: 0.8; }

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

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

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

This text has shadow with #76644E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76644E on black background.


Color preview on white background

This text has color #76644E on white background.



Black color preview on #76644E background

This text has black color on #76644E background.


White color preview on #76644E background

This text has white color on #76644E background.