COLOR #762EB6

HEX: #762EB6
RGB: (118,46,182)

Color info

#762EB6 contains mainly blue color. Web safe color of #762EB6 is #6633CC (or #63C).

RGB color model

#762EB6 color RGB value is (118,46,182).

  • red value is 118;
  • green value is 46;
  • blue value is 182.
RGB:
(118,46,182)
(46%,18%,71%)

RGB channels and saturation

R 118 of 255 = 46%
G 46 of 255 = 18%
B 182 of 255 = 71%

118
46
182

R + G + B ~ 45%. #762EB6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 46 + 182 = 346 (100%)
R 118 of 346 ~ 34.1%
G 46 of 346 ~ 13.29%
B 182 of 346 ~ 52.6%

%34.1
%13.29
%52.6

CMYK color model

#762EB6 color CMYK value is (35,75,0,29).

  • cyan value is 35.16%
  • magenta value is 74.73%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(35,75,0,29)
C35M75Y0K29 
(35%,75%,0%,29%)
(0.35/0.75/0.00/0.29)	

CMYK percentages

%35.16
%74.73
%0
%28.63

Codes

Color #762EB6 in popluar color models

762EB6
RGB11846182
HSL272°59.65%44.71%
HSB/HSV272°74.73%71.37%
CMYK35.16%74.73%0.00%
28.63%

Color #762EB6 in popluar number systems.

HEX762EB6
Decimal11846182
Binary111011010111010110110
Octal16656266

Shades and tints

Shades of #762EB6

#762EB6
(118,46,182)
#6C2AA6
(108,42,166)
#622696
(98,38,150)
#582286
(88,34,134)
#4E1E76
(78,30,118)
#441A66
(68,26,102)
#3A1656
(58,22,86)
#301246
(48,18,70)
#260E36
(38,14,54)
#1C0A26
(28,10,38)
#120616
(18,6,22)
#000000
(0,0,0)

Tints of #762EB6

#762EB6
(118,46,182)
#8241BC
(130,65,188)
#8E54C2
(142,84,194)
#9A67C8
(154,103,200)
#A67ACE
(166,122,206)
#B28DD4
(178,141,212)
#BEA0DA
(190,160,218)
#CAB3E0
(202,179,224)
#D6C6E6
(214,198,230)
#E2D9EC
(226,217,236)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #762EB6 color. Also use rgb(118,46,182) instead hex code.

Text Font Color

.myTextColor { color: #762EB6; }

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

This text font color is #762EB6.


Background Color

.myBgColor { background-color: #762EB6; }

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

This div background color is #762EB6.


Border color

.myBorderColor { border: 1px solid #762EB6; }

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

This div border color is #762EB6.


Opacity

.myOpacity80 { color: #762EB6; opacity: 0.8; }

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

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

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

This text has shadow with #762EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762EB6 on black background.


Color preview on white background

This text has color #762EB6 on white background.



Black color preview on #762EB6 background

This text has black color on #762EB6 background.


White color preview on #762EB6 background

This text has white color on #762EB6 background.