COLOR #764D5F

HEX: #764D5F
RGB: (118,77,95)

Color info

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

RGB color model

#764D5F color RGB value is (118,77,95).

  • red value is 118;
  • green value is 77;
  • blue value is 95.
RGB:
(118,77,95)
(46%,30%,37%)

RGB channels and saturation

R 118 of 255 = 46%
G 77 of 255 = 30%
B 95 of 255 = 37%

118
77
95

R + G + B ~ 38%. #764D5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 77 + 95 = 290 (100%)
R 118 of 290 ~ 40.69%
G 77 of 290 ~ 26.55%
B 95 of 290 ~ 32.76%

%40.69
%26.55
%32.76

CMYK color model

#764D5F color CMYK value is (0,35,19,54).

  • cyan value is 0.00%
  • magenta value is 34.75%
  • yellow value is 19.49%
  • key color value is 53.73%
CMYK:
(0,35,19,54)
C0M35Y19K54 
(0%,35%,19%,54%)
(0.00/0.35/0.19/0.54)	

CMYK percentages

%0
%34.75
%19.49
%53.73

Codes

Color #764D5F in popluar color models

764D5F
RGB1187795
HSL334°21.03%38.24%
HSB/HSV334°34.75%46.27%
CMYK0.00%34.75%19.49%
53.73%

Color #764D5F in popluar number systems.

HEX764D5F
Decimal1187795
Binary111011010011011011111
Octal166115137

Shades and tints

Shades of #764D5F

#764D5F
(118,77,95)
#6C4657
(108,70,87)
#623F4F
(98,63,79)
#583847
(88,56,71)
#4E313F
(78,49,63)
#442A37
(68,42,55)
#3A232F
(58,35,47)
#301C27
(48,28,39)
#26151F
(38,21,31)
#1C0E17
(28,14,23)
#12070F
(18,7,15)
#000000
(0,0,0)

Tints of #764D5F

#764D5F
(118,77,95)
#825D6D
(130,93,109)
#8E6D7B
(142,109,123)
#9A7D89
(154,125,137)
#A68D97
(166,141,151)
#B29DA5
(178,157,165)
#BEADB3
(190,173,179)
#CABDC1
(202,189,193)
#D6CDCF
(214,205,207)
#E2DDDD
(226,221,221)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764D5F color. Also use rgb(118,77,95) instead hex code.

Text Font Color

.myTextColor { color: #764D5F; }

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

This text font color is #764D5F.


Background Color

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

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

This div background color is #764D5F.


Border color

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

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

This div border color is #764D5F.


Opacity

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

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

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

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

This text has shadow with #764D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764D5F on black background.


Color preview on white background

This text has color #764D5F on white background.



Black color preview on #764D5F background

This text has black color on #764D5F background.


White color preview on #764D5F background

This text has white color on #764D5F background.