COLOR #762D7A

HEX: #762D7A
RGB: (118,45,122)

Color info

#762D7A contains mainly red and blue colors. Web safe color of #762D7A is #663366 (or #636).

RGB color model

#762D7A color RGB value is (118,45,122).

  • red value is 118;
  • green value is 45;
  • blue value is 122.
RGB:
(118,45,122)
(46%,18%,48%)

RGB channels and saturation

R 118 of 255 = 46%
G 45 of 255 = 18%
B 122 of 255 = 48%

118
45
122

R + G + B ~ 37%. #762D7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 45 + 122 = 285 (100%)
R 118 of 285 ~ 41.4%
G 45 of 285 ~ 15.79%
B 122 of 285 ~ 42.81%

%41.4
%15.79
%42.81

CMYK color model

#762D7A color CMYK value is (3,63,0,52).

  • cyan value is 3.28%
  • magenta value is 63.11%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(3,63,0,52)
C3M63Y0K52 
(3%,63%,0%,52%)
(0.03/0.63/0.00/0.52)	

CMYK percentages

%3.28
%63.11
%0
%52.16

Codes

Color #762D7A in popluar color models

762D7A
RGB11845122
HSL297°46.11%32.75%
HSB/HSV297°63.11%47.84%
CMYK3.28%63.11%0.00%
52.16%

Color #762D7A in popluar number systems.

HEX762D7A
Decimal11845122
Binary11101101011011111010
Octal16655172

Shades and tints

Shades of #762D7A

#762D7A
(118,45,122)
#6C296F
(108,41,111)
#622564
(98,37,100)
#582159
(88,33,89)
#4E1D4E
(78,29,78)
#441943
(68,25,67)
#3A1538
(58,21,56)
#30112D
(48,17,45)
#260D22
(38,13,34)
#1C0917
(28,9,23)
#12050C
(18,5,12)
#000000
(0,0,0)

Tints of #762D7A

#762D7A
(118,45,122)
#824086
(130,64,134)
#8E5392
(142,83,146)
#9A669E
(154,102,158)
#A679AA
(166,121,170)
#B28CB6
(178,140,182)
#BE9FC2
(190,159,194)
#CAB2CE
(202,178,206)
#D6C5DA
(214,197,218)
#E2D8E6
(226,216,230)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #762D7A color. Also use rgb(118,45,122) instead hex code.

Text Font Color

.myTextColor { color: #762D7A; }

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

This text font color is #762D7A.


Background Color

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

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

This div background color is #762D7A.


Border color

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

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

This div border color is #762D7A.


Opacity

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

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

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

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

This text has shadow with #762D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762D7A on black background.


Color preview on white background

This text has color #762D7A on white background.



Black color preview on #762D7A background

This text has black color on #762D7A background.


White color preview on #762D7A background

This text has white color on #762D7A background.