COLOR #764B4E

HEX: #764B4E
RGB: (118,75,78)

Color info

#764B4E contains red, green and blue colors in about the same proportion. Web safe color of #764B4E is #663366 (or #636).

RGB color model

#764B4E color RGB value is (118,75,78).

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

RGB channels and saturation

R 118 of 255 = 46%
G 75 of 255 = 29%
B 78 of 255 = 31%

118
75
78

R + G + B ~ 35%. #764B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 75 + 78 = 271 (100%)
R 118 of 271 ~ 43.54%
G 75 of 271 ~ 27.68%
B 78 of 271 ~ 28.78%

%43.54
%27.68
%28.78

CMYK color model

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

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

CMYK percentages

%0
%36.44
%33.9
%53.73

Codes

Color #764B4E in popluar color models

764B4E
RGB1187578
HSL356°22.28%37.84%
HSB/HSV356°36.44%46.27%
CMYK0.00%36.44%33.90%
53.73%

Color #764B4E in popluar number systems.

HEX764B4E
Decimal1187578
Binary111011010010111001110
Octal166113116

Shades and tints

Shades of #764B4E

#764B4E
(118,75,78)
#6C4547
(108,69,71)
#623F40
(98,63,64)
#583939
(88,57,57)
#4E3332
(78,51,50)
#442D2B
(68,45,43)
#3A2724
(58,39,36)
#30211D
(48,33,29)
#261B16
(38,27,22)
#1C150F
(28,21,15)
#120F08
(18,15,8)
#000000
(0,0,0)

Tints of #764B4E

#764B4E
(118,75,78)
#825B5E
(130,91,94)
#8E6B6E
(142,107,110)
#9A7B7E
(154,123,126)
#A68B8E
(166,139,142)
#B29B9E
(178,155,158)
#BEABAE
(190,171,174)
#CABBBE
(202,187,190)
#D6CBCE
(214,203,206)
#E2DBDE
(226,219,222)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764B4E; }

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

This text font color is #764B4E.


Background Color

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

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

This div background color is #764B4E.


Border color

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

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

This div border color is #764B4E.


Opacity

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

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

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

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

This text has shadow with #764B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764B4E on black background.


Color preview on white background

This text has color #764B4E on white background.



Black color preview on #764B4E background

This text has black color on #764B4E background.


White color preview on #764B4E background

This text has white color on #764B4E background.