COLOR #764C61

HEX: #764C61
RGB: (118,76,97)

Color info

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

RGB color model

#764C61 color RGB value is (118,76,97).

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

RGB channels and saturation

R 118 of 255 = 46%
G 76 of 255 = 30%
B 97 of 255 = 38%

118
76
97

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

Portions of RGB colors in percentages

R + G + B =
118 + 76 + 97 = 291 (100%)
R 118 of 291 ~ 40.55%
G 76 of 291 ~ 26.12%
B 97 of 291 ~ 33.33%

%40.55
%26.12
%33.33

CMYK color model

#764C61 color CMYK value is (0,36,18,54).

  • cyan value is 0.00%
  • magenta value is 35.59%
  • yellow value is 17.80%
  • key color value is 53.73%
CMYK:
(0,36,18,54)
C0M36Y18K54 
(0%,36%,18%,54%)
(0.00/0.36/0.18/0.54)	

CMYK percentages

%0
%35.59
%17.8
%53.73

Codes

Color #764C61 in popluar color models

764C61
RGB1187697
HSL330°21.65%38.04%
HSB/HSV330°35.59%46.27%
CMYK0.00%35.59%17.80%
53.73%

Color #764C61 in popluar number systems.

HEX764C61
Decimal1187697
Binary111011010011001100001
Octal166114141

Shades and tints

Shades of #764C61

#764C61
(118,76,97)
#6C4659
(108,70,89)
#624051
(98,64,81)
#583A49
(88,58,73)
#4E3441
(78,52,65)
#442E39
(68,46,57)
#3A2831
(58,40,49)
#302229
(48,34,41)
#261C21
(38,28,33)
#1C1619
(28,22,25)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #764C61

#764C61
(118,76,97)
#825C6F
(130,92,111)
#8E6C7D
(142,108,125)
#9A7C8B
(154,124,139)
#A68C99
(166,140,153)
#B29CA7
(178,156,167)
#BEACB5
(190,172,181)
#CABCC3
(202,188,195)
#D6CCD1
(214,204,209)
#E2DCDF
(226,220,223)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764C61; }

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

This text font color is #764C61.


Background Color

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

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

This div background color is #764C61.


Border color

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

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

This div border color is #764C61.


Opacity

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

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

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

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

This text has shadow with #764C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764C61 on black background.


Color preview on white background

This text has color #764C61 on white background.



Black color preview on #764C61 background

This text has black color on #764C61 background.


White color preview on #764C61 background

This text has white color on #764C61 background.