COLOR #762062

HEX: #762062
RGB: (118,32,98)

Color info

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

RGB color model

#762062 color RGB value is (118,32,98).

  • red value is 118;
  • green value is 32;
  • blue value is 98.
RGB:
(118,32,98)
(46%,13%,38%)

RGB channels and saturation

R 118 of 255 = 46%
G 32 of 255 = 13%
B 98 of 255 = 38%

118
32
98

R + G + B ~ 32%. #762062 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 32 + 98 = 248 (100%)
R 118 of 248 ~ 47.58%
G 32 of 248 ~ 12.9%
B 98 of 248 ~ 39.52%

%47.58
%12.9
%39.52

CMYK color model

#762062 color CMYK value is (0,73,17,54).

  • cyan value is 0.00%
  • magenta value is 72.88%
  • yellow value is 16.95%
  • key color value is 53.73%
CMYK:
(0,73,17,54)
C0M73Y17K54 
(0%,73%,17%,54%)
(0.00/0.73/0.17/0.54)	

CMYK percentages

%0
%72.88
%16.95
%53.73

Codes

Color #762062 in popluar color models

762062
RGB1183298
HSL314°57.33%29.41%
HSB/HSV314°72.88%46.27%
CMYK0.00%72.88%16.95%
53.73%

Color #762062 in popluar number systems.

HEX762062
Decimal1183298
Binary11101101000001100010
Octal16640142

Shades and tints

Shades of #762062

#762062
(118,32,98)
#6C1E5A
(108,30,90)
#621C52
(98,28,82)
#581A4A
(88,26,74)
#4E1842
(78,24,66)
#44163A
(68,22,58)
#3A1432
(58,20,50)
#30122A
(48,18,42)
#261022
(38,16,34)
#1C0E1A
(28,14,26)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #762062

#762062
(118,32,98)
#823470
(130,52,112)
#8E487E
(142,72,126)
#9A5C8C
(154,92,140)
#A6709A
(166,112,154)
#B284A8
(178,132,168)
#BE98B6
(190,152,182)
#CAACC4
(202,172,196)
#D6C0D2
(214,192,210)
#E2D4E0
(226,212,224)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #762062 color. Also use rgb(118,32,98) instead hex code.

Text Font Color

.myTextColor { color: #762062; }

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

This text font color is #762062.


Background Color

.myBgColor { background-color: #762062; }

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

This div background color is #762062.


Border color

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

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

This div border color is #762062.


Opacity

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

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

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

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

This text has shadow with #762062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762062 on black background.


Color preview on white background

This text has color #762062 on white background.



Black color preview on #762062 background

This text has black color on #762062 background.


White color preview on #762062 background

This text has white color on #762062 background.