COLOR #764084

HEX: #764084
RGB: (118,64,132)

Color info

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

RGB color model

#764084 color RGB value is (118,64,132).

  • red value is 118;
  • green value is 64;
  • blue value is 132.
RGB:
(118,64,132)
(46%,25%,52%)

RGB channels and saturation

R 118 of 255 = 46%
G 64 of 255 = 25%
B 132 of 255 = 52%

118
64
132

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

Portions of RGB colors in percentages

R + G + B =
118 + 64 + 132 = 314 (100%)
R 118 of 314 ~ 37.58%
G 64 of 314 ~ 20.38%
B 132 of 314 ~ 42.04%

%37.58
%20.38
%42.04

CMYK color model

#764084 color CMYK value is (11,52,0,48).

  • cyan value is 10.61%
  • magenta value is 51.52%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(11,52,0,48)
C11M52Y0K48 
(11%,52%,0%,48%)
(0.11/0.52/0.00/0.48)	

CMYK percentages

%10.61
%51.52
%0
%48.24

Codes

Color #764084 in popluar color models

764084
RGB11864132
HSL288°34.69%38.43%
HSB/HSV288°51.52%51.76%
CMYK10.61%51.52%0.00%
48.24%

Color #764084 in popluar number systems.

HEX764084
Decimal11864132
Binary1110110100000010000100
Octal166100204

Shades and tints

Shades of #764084

#764084
(118,64,132)
#6C3B78
(108,59,120)
#62366C
(98,54,108)
#583160
(88,49,96)
#4E2C54
(78,44,84)
#442748
(68,39,72)
#3A223C
(58,34,60)
#301D30
(48,29,48)
#261824
(38,24,36)
#1C1318
(28,19,24)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #764084

#764084
(118,64,132)
#82518F
(130,81,143)
#8E629A
(142,98,154)
#9A73A5
(154,115,165)
#A684B0
(166,132,176)
#B295BB
(178,149,187)
#BEA6C6
(190,166,198)
#CAB7D1
(202,183,209)
#D6C8DC
(214,200,220)
#E2D9E7
(226,217,231)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764084 color. Also use rgb(118,64,132) instead hex code.

Text Font Color

.myTextColor { color: #764084; }

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

This text font color is #764084.


Background Color

.myBgColor { background-color: #764084; }

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

This div background color is #764084.


Border color

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

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

This div border color is #764084.


Opacity

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

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

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

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

This text has shadow with #764084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764084 on black background.


Color preview on white background

This text has color #764084 on white background.



Black color preview on #764084 background

This text has black color on #764084 background.


White color preview on #764084 background

This text has white color on #764084 background.