COLOR #762C62

HEX: #762C62
RGB: (118,44,98)

Color info

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

RGB color model

#762C62 color RGB value is (118,44,98).

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

RGB channels and saturation

R 118 of 255 = 46%
G 44 of 255 = 17%
B 98 of 255 = 38%

118
44
98

R + G + B ~ 34%. #762C62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 44 + 98 = 260 (100%)
R 118 of 260 ~ 45.38%
G 44 of 260 ~ 16.92%
B 98 of 260 ~ 37.69%

%45.38
%16.92
%37.69

CMYK color model

#762C62 color CMYK value is (0,63,17,54).

  • cyan value is 0.00%
  • magenta value is 62.71%
  • yellow value is 16.95%
  • key color value is 53.73%
CMYK:
(0,63,17,54)
C0M63Y17K54 
(0%,63%,17%,54%)
(0.00/0.63/0.17/0.54)	

CMYK percentages

%0
%62.71
%16.95
%53.73

Codes

Color #762C62 in popluar color models

762C62
RGB1184498
HSL316°45.68%31.76%
HSB/HSV316°62.71%46.27%
CMYK0.00%62.71%16.95%
53.73%

Color #762C62 in popluar number systems.

HEX762C62
Decimal1184498
Binary11101101011001100010
Octal16654142

Shades and tints

Shades of #762C62

#762C62
(118,44,98)
#6C285A
(108,40,90)
#622452
(98,36,82)
#58204A
(88,32,74)
#4E1C42
(78,28,66)
#44183A
(68,24,58)
#3A1432
(58,20,50)
#30102A
(48,16,42)
#260C22
(38,12,34)
#1C081A
(28,8,26)
#120412
(18,4,18)
#000000
(0,0,0)

Tints of #762C62

#762C62
(118,44,98)
#823F70
(130,63,112)
#8E527E
(142,82,126)
#9A658C
(154,101,140)
#A6789A
(166,120,154)
#B28BA8
(178,139,168)
#BE9EB6
(190,158,182)
#CAB1C4
(202,177,196)
#D6C4D2
(214,196,210)
#E2D7E0
(226,215,224)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #762C62; }

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

This text font color is #762C62.


Background Color

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

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

This div background color is #762C62.


Border color

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

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

This div border color is #762C62.


Opacity

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

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

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

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

This text has shadow with #762C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762C62 on black background.


Color preview on white background

This text has color #762C62 on white background.



Black color preview on #762C62 background

This text has black color on #762C62 background.


White color preview on #762C62 background

This text has white color on #762C62 background.