COLOR #764460

HEX: #764460
RGB: (118,68,96)

Color info

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

RGB color model

#764460 color RGB value is (118,68,96).

  • red value is 118;
  • green value is 68;
  • blue value is 96.
RGB:
(118,68,96)
(46%,27%,38%)

RGB channels and saturation

R 118 of 255 = 46%
G 68 of 255 = 27%
B 96 of 255 = 38%

118
68
96

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

Portions of RGB colors in percentages

R + G + B =
118 + 68 + 96 = 282 (100%)
R 118 of 282 ~ 41.84%
G 68 of 282 ~ 24.11%
B 96 of 282 ~ 34.04%

%41.84
%24.11
%34.04

CMYK color model

#764460 color CMYK value is (0,42,19,54).

  • cyan value is 0.00%
  • magenta value is 42.37%
  • yellow value is 18.64%
  • key color value is 53.73%
CMYK:
(0,42,19,54)
C0M42Y19K54 
(0%,42%,19%,54%)
(0.00/0.42/0.19/0.54)	

CMYK percentages

%0
%42.37
%18.64
%53.73

Codes

Color #764460 in popluar color models

764460
RGB1186896
HSL326°26.88%36.47%
HSB/HSV326°42.37%46.27%
CMYK0.00%42.37%18.64%
53.73%

Color #764460 in popluar number systems.

HEX764460
Decimal1186896
Binary111011010001001100000
Octal166104140

Shades and tints

Shades of #764460

#764460
(118,68,96)
#6C3E58
(108,62,88)
#623850
(98,56,80)
#583248
(88,50,72)
#4E2C40
(78,44,64)
#442638
(68,38,56)
#3A2030
(58,32,48)
#301A28
(48,26,40)
#261420
(38,20,32)
#1C0E18
(28,14,24)
#120810
(18,8,16)
#000000
(0,0,0)

Tints of #764460

#764460
(118,68,96)
#82556E
(130,85,110)
#8E667C
(142,102,124)
#9A778A
(154,119,138)
#A68898
(166,136,152)
#B299A6
(178,153,166)
#BEAAB4
(190,170,180)
#CABBC2
(202,187,194)
#D6CCD0
(214,204,208)
#E2DDDE
(226,221,222)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764460 color. Also use rgb(118,68,96) instead hex code.

Text Font Color

.myTextColor { color: #764460; }

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

This text font color is #764460.


Background Color

.myBgColor { background-color: #764460; }

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

This div background color is #764460.


Border color

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

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

This div border color is #764460.


Opacity

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

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

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

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

This text has shadow with #764460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764460 on black background.


Color preview on white background

This text has color #764460 on white background.



Black color preview on #764460 background

This text has black color on #764460 background.


White color preview on #764460 background

This text has white color on #764460 background.