COLOR #764382

HEX: #764382
RGB: (118,67,130)

Color info

#764382 contains mainly red and blue colors. Web safe color of #764382 is #663399 (or #639).

RGB color model

#764382 color RGB value is (118,67,130).

  • red value is 118;
  • green value is 67;
  • blue value is 130.
RGB:
(118,67,130)
(46%,26%,51%)

RGB channels and saturation

R 118 of 255 = 46%
G 67 of 255 = 26%
B 130 of 255 = 51%

118
67
130

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

Portions of RGB colors in percentages

R + G + B =
118 + 67 + 130 = 315 (100%)
R 118 of 315 ~ 37.46%
G 67 of 315 ~ 21.27%
B 130 of 315 ~ 41.27%

%37.46
%21.27
%41.27

CMYK color model

#764382 color CMYK value is (9,48,0,49).

  • cyan value is 9.23%
  • magenta value is 48.46%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(9,48,0,49)
C9M48Y0K49 
(9%,48%,0%,49%)
(0.09/0.48/0.00/0.49)	

CMYK percentages

%9.23
%48.46
%0
%49.02

Codes

Color #764382 in popluar color models

764382
RGB11867130
HSL289°31.98%38.63%
HSB/HSV289°48.46%50.98%
CMYK9.23%48.46%0.00%
49.02%

Color #764382 in popluar number systems.

HEX764382
Decimal11867130
Binary1110110100001110000010
Octal166103202

Shades and tints

Shades of #764382

#764382
(118,67,130)
#6C3D77
(108,61,119)
#62376C
(98,55,108)
#583161
(88,49,97)
#4E2B56
(78,43,86)
#44254B
(68,37,75)
#3A1F40
(58,31,64)
#301935
(48,25,53)
#26132A
(38,19,42)
#1C0D1F
(28,13,31)
#120714
(18,7,20)
#000000
(0,0,0)

Tints of #764382

#764382
(118,67,130)
#82548D
(130,84,141)
#8E6598
(142,101,152)
#9A76A3
(154,118,163)
#A687AE
(166,135,174)
#B298B9
(178,152,185)
#BEA9C4
(190,169,196)
#CABACF
(202,186,207)
#D6CBDA
(214,203,218)
#E2DCE5
(226,220,229)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764382 color. Also use rgb(118,67,130) instead hex code.

Text Font Color

.myTextColor { color: #764382; }

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

This text font color is #764382.


Background Color

.myBgColor { background-color: #764382; }

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

This div background color is #764382.


Border color

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

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

This div border color is #764382.


Opacity

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

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

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

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

This text has shadow with #764382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764382 on black background.


Color preview on white background

This text has color #764382 on white background.



Black color preview on #764382 background

This text has black color on #764382 background.


White color preview on #764382 background

This text has white color on #764382 background.