COLOR #760C84

HEX: #760C84
RGB: (118,12,132)

Color info

#760C84 contains mainly red and blue colors. Web safe color of #760C84 is #660099 (or #609).

RGB color model

#760C84 color RGB value is (118,12,132).

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

RGB channels and saturation

R 118 of 255 = 46%
G 12 of 255 = 5%
B 132 of 255 = 52%

118
12
132

R + G + B ~ 34%. #760C84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 12 + 132 = 262 (100%)
R 118 of 262 ~ 45.04%
G 12 of 262 ~ 4.58%
B 132 of 262 ~ 50.38%

%45.04
%50.38

CMYK color model

#760C84 color CMYK value is (11,91,0,48).

  • cyan value is 10.61%
  • magenta value is 90.91%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(11,91,0,48)
C11M91Y0K48 
(11%,91%,0%,48%)
(0.11/0.91/0.00/0.48)	

CMYK percentages

%10.61
%90.91
%0
%48.24

Codes

Color #760C84 in popluar color models

760C84
RGB11812132
HSL293°83.33%28.24%
HSB/HSV293°90.91%51.76%
CMYK10.61%90.91%0.00%
48.24%

Color #760C84 in popluar number systems.

HEX760C84
Decimal11812132
Binary1110110110010000100
Octal16614204

Shades and tints

Shades of #760C84

#760C84
(118,12,132)
#6C0B78
(108,11,120)
#620A6C
(98,10,108)
#580960
(88,9,96)
#4E0854
(78,8,84)
#440748
(68,7,72)
#3A063C
(58,6,60)
#300530
(48,5,48)
#260424
(38,4,36)
#1C0318
(28,3,24)
#12020C
(18,2,12)
#000000
(0,0,0)

Tints of #760C84

#760C84
(118,12,132)
#82228F
(130,34,143)
#8E389A
(142,56,154)
#9A4EA5
(154,78,165)
#A664B0
(166,100,176)
#B27ABB
(178,122,187)
#BE90C6
(190,144,198)
#CAA6D1
(202,166,209)
#D6BCDC
(214,188,220)
#E2D2E7
(226,210,231)
#EEE8F2
(238,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #760C84; }

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

This text font color is #760C84.


Background Color

.myBgColor { background-color: #760C84; }

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

This div background color is #760C84.


Border color

.myBorderColor { border: 1px solid #760C84; }

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

This div border color is #760C84.


Opacity

.myOpacity80 { color: #760C84; opacity: 0.8; }

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

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

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

This text has shadow with #760C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #760C84 on black background.


Color preview on white background

This text has color #760C84 on white background.



Black color preview on #760C84 background

This text has black color on #760C84 background.


White color preview on #760C84 background

This text has white color on #760C84 background.