COLOR #764582

HEX: #764582
RGB: (118,69,130)

Color info

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

RGB color model

#764582 color RGB value is (118,69,130).

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

RGB channels and saturation

R 118 of 255 = 46%
G 69 of 255 = 27%
B 130 of 255 = 51%

118
69
130

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

Portions of RGB colors in percentages

R + G + B =
118 + 69 + 130 = 317 (100%)
R 118 of 317 ~ 37.22%
G 69 of 317 ~ 21.77%
B 130 of 317 ~ 41.01%

%37.22
%21.77
%41.01

CMYK color model

#764582 color CMYK value is (9,47,0,49).

  • cyan value is 9.23%
  • magenta value is 46.92%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(9,47,0,49)
C9M47Y0K49 
(9%,47%,0%,49%)
(0.09/0.47/0.00/0.49)	

CMYK percentages

%9.23
%46.92
%0
%49.02

Codes

Color #764582 in popluar color models

764582
RGB11869130
HSL288°30.65%39.02%
HSB/HSV288°46.92%50.98%
CMYK9.23%46.92%0.00%
49.02%

Color #764582 in popluar number systems.

HEX764582
Decimal11869130
Binary1110110100010110000010
Octal166105202

Shades and tints

Shades of #764582

#764582
(118,69,130)
#6C3F77
(108,63,119)
#62396C
(98,57,108)
#583361
(88,51,97)
#4E2D56
(78,45,86)
#44274B
(68,39,75)
#3A2140
(58,33,64)
#301B35
(48,27,53)
#26152A
(38,21,42)
#1C0F1F
(28,15,31)
#120914
(18,9,20)
#000000
(0,0,0)

Tints of #764582

#764582
(118,69,130)
#82558D
(130,85,141)
#8E6598
(142,101,152)
#9A75A3
(154,117,163)
#A685AE
(166,133,174)
#B295B9
(178,149,185)
#BEA5C4
(190,165,196)
#CAB5CF
(202,181,207)
#D6C5DA
(214,197,218)
#E2D5E5
(226,213,229)
#EEE5F0
(238,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764582; }

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

This text font color is #764582.


Background Color

.myBgColor { background-color: #764582; }

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

This div background color is #764582.


Border color

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

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

This div border color is #764582.


Opacity

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

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

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

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

This text has shadow with #764582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764582 on black background.


Color preview on white background

This text has color #764582 on white background.



Black color preview on #764582 background

This text has black color on #764582 background.


White color preview on #764582 background

This text has white color on #764582 background.