COLOR #764956

HEX: #764956
RGB: (118,73,86)

Color info

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

RGB color model

#764956 color RGB value is (118,73,86).

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

RGB channels and saturation

R 118 of 255 = 46%
G 73 of 255 = 29%
B 86 of 255 = 34%

118
73
86

R + G + B ~ 36%. #764956 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 73 + 86 = 277 (100%)
R 118 of 277 ~ 42.6%
G 73 of 277 ~ 26.35%
B 86 of 277 ~ 31.05%

%42.6
%26.35
%31.05

CMYK color model

#764956 color CMYK value is (0,38,27,54).

  • cyan value is 0.00%
  • magenta value is 38.14%
  • yellow value is 27.12%
  • key color value is 53.73%
CMYK:
(0,38,27,54)
C0M38Y27K54 
(0%,38%,27%,54%)
(0.00/0.38/0.27/0.54)	

CMYK percentages

%0
%38.14
%27.12
%53.73

Codes

Color #764956 in popluar color models

764956
RGB1187386
HSL343°23.56%37.45%
HSB/HSV343°38.14%46.27%
CMYK0.00%38.14%27.12%
53.73%

Color #764956 in popluar number systems.

HEX764956
Decimal1187386
Binary111011010010011010110
Octal166111126

Shades and tints

Shades of #764956

#764956
(118,73,86)
#6C434F
(108,67,79)
#623D48
(98,61,72)
#583741
(88,55,65)
#4E313A
(78,49,58)
#442B33
(68,43,51)
#3A252C
(58,37,44)
#301F25
(48,31,37)
#26191E
(38,25,30)
#1C1317
(28,19,23)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #764956

#764956
(118,73,86)
#825965
(130,89,101)
#8E6974
(142,105,116)
#9A7983
(154,121,131)
#A68992
(166,137,146)
#B299A1
(178,153,161)
#BEA9B0
(190,169,176)
#CAB9BF
(202,185,191)
#D6C9CE
(214,201,206)
#E2D9DD
(226,217,221)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764956; }

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

This text font color is #764956.


Background Color

.myBgColor { background-color: #764956; }

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

This div background color is #764956.


Border color

.myBorderColor { border: 1px solid #764956; }

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

This div border color is #764956.


Opacity

.myOpacity80 { color: #764956; opacity: 0.8; }

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

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

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

This text has shadow with #764956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764956 on black background.


Color preview on white background

This text has color #764956 on white background.



Black color preview on #764956 background

This text has black color on #764956 background.


White color preview on #764956 background

This text has white color on #764956 background.