COLOR #764C56

HEX: #764C56
RGB: (118,76,86)

Color info

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

RGB color model

#764C56 color RGB value is (118,76,86).

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

RGB channels and saturation

R 118 of 255 = 46%
G 76 of 255 = 30%
B 86 of 255 = 34%

118
76
86

R + G + B ~ 37%. #764C56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 76 + 86 = 280 (100%)
R 118 of 280 ~ 42.14%
G 76 of 280 ~ 27.14%
B 86 of 280 ~ 30.71%

%42.14
%27.14
%30.71

CMYK color model

#764C56 color CMYK value is (0,36,27,54).

  • cyan value is 0.00%
  • magenta value is 35.59%
  • yellow value is 27.12%
  • key color value is 53.73%
CMYK: (0,36,27,54) C0M36Y27K54 (0%,36%,27%,54%) (0.00/0.36/0.27/0.54)

CMYK percentages

%0
%35.59
%27.12
%53.73

Codes

Color #764C56 in popluar color models

764C56
RGB1187686
HSL346°21.65%38.04%
HSB/HSV346°35.59%46.27%
CMYK0.00%35.59%27.12%
53.73%

Color #764C56 in popluar number systems.

HEX764C56
Decimal1187686
Binary111011010011001010110
Octal166114126

Shades and tints

Shades of #764C56

#764C56
(118,76,86)
#6C464F
(108,70,79)
#624048
(98,64,72)
#583A41
(88,58,65)
#4E343A
(78,52,58)
#442E33
(68,46,51)
#3A282C
(58,40,44)
#302225
(48,34,37)
#261C1E
(38,28,30)
#1C1617
(28,22,23)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #764C56

#764C56
(118,76,86)
#825C65
(130,92,101)
#8E6C74
(142,108,116)
#9A7C83
(154,124,131)
#A68C92
(166,140,146)
#B29CA1
(178,156,161)
#BEACB0
(190,172,176)
#CABCBF
(202,188,191)
#D6CCCE
(214,204,206)
#E2DCDD
(226,220,221)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764C56; }

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

This text font color is #764C56.


Background Color

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

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

This div background color is #764C56.


Border color

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

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

This div border color is #764C56.


Opacity

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

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

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

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

This text has shadow with #764C56 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #764C56 on black background.


Color preview on white background

This text has color #764C56 on white background.



Black color preview on #764C56 background

This text has black color on #764C56 background.


White color preview on #764C56 background

This text has white color on #764C56 background.