COLOR #764970

HEX: #764970
RGB: (118,73,112)

Color info

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

RGB color model

#764970 color RGB value is (118,73,112).

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

RGB channels and saturation

R 118 of 255 = 46%
G 73 of 255 = 29%
B 112 of 255 = 44%

118
73
112

R + G + B ~ 40%. #764970 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 73 + 112 = 303 (100%)
R 118 of 303 ~ 38.94%
G 73 of 303 ~ 24.09%
B 112 of 303 ~ 36.96%

%38.94
%24.09
%36.96

CMYK color model

#764970 color CMYK value is (0,38,5,54).

  • cyan value is 0.00%
  • magenta value is 38.14%
  • yellow value is 5.08%
  • key color value is 53.73%
CMYK:
(0,38,5,54)
C0M38Y5K54 
(0%,38%,5%,54%)
(0.00/0.38/0.05/0.54)	

CMYK percentages

%0
%38.14
%5.08
%53.73

Codes

Color #764970 in popluar color models

764970
RGB11873112
HSL308°23.56%37.45%
HSB/HSV308°38.14%46.27%
CMYK0.00%38.14%5.08%
53.73%

Color #764970 in popluar number systems.

HEX764970
Decimal11873112
Binary111011010010011110000
Octal166111160

Shades and tints

Shades of #764970

#764970
(118,73,112)
#6C4366
(108,67,102)
#623D5C
(98,61,92)
#583752
(88,55,82)
#4E3148
(78,49,72)
#442B3E
(68,43,62)
#3A2534
(58,37,52)
#301F2A
(48,31,42)
#261920
(38,25,32)
#1C1316
(28,19,22)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #764970

#764970
(118,73,112)
#82597D
(130,89,125)
#8E698A
(142,105,138)
#9A7997
(154,121,151)
#A689A4
(166,137,164)
#B299B1
(178,153,177)
#BEA9BE
(190,169,190)
#CAB9CB
(202,185,203)
#D6C9D8
(214,201,216)
#E2D9E5
(226,217,229)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764970; }

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

This text font color is #764970.


Background Color

.myBgColor { background-color: #764970; }

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

This div background color is #764970.


Border color

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

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

This div border color is #764970.


Opacity

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

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

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

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

This text has shadow with #764970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764970 on black background.


Color preview on white background

This text has color #764970 on white background.



Black color preview on #764970 background

This text has black color on #764970 background.


White color preview on #764970 background

This text has white color on #764970 background.