COLOR #761D62

HEX: #761D62
RGB: (118,29,98)

Color info

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

RGB color model

#761D62 color RGB value is (118,29,98).

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

RGB channels and saturation

R 118 of 255 = 46%
G 29 of 255 = 11%
B 98 of 255 = 38%

118
29
98

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

Portions of RGB colors in percentages

R + G + B =
118 + 29 + 98 = 245 (100%)
R 118 of 245 ~ 48.16%
G 29 of 245 ~ 11.84%
B 98 of 245 ~ 40%

%48.16
%11.84
%40

CMYK color model

#761D62 color CMYK value is (0,75,17,54).

  • cyan value is 0.00%
  • magenta value is 75.42%
  • yellow value is 16.95%
  • key color value is 53.73%
CMYK:
(0,75,17,54)
C0M75Y17K54 
(0%,75%,17%,54%)
(0.00/0.75/0.17/0.54)	

CMYK percentages

%0
%75.42
%16.95
%53.73

Codes

Color #761D62 in popluar color models

761D62
RGB1182998
HSL313°60.54%28.82%
HSB/HSV313°75.42%46.27%
CMYK0.00%75.42%16.95%
53.73%

Color #761D62 in popluar number systems.

HEX761D62
Decimal1182998
Binary1110110111011100010
Octal16635142

Shades and tints

Shades of #761D62

#761D62
(118,29,98)
#6C1B5A
(108,27,90)
#621952
(98,25,82)
#58174A
(88,23,74)
#4E1542
(78,21,66)
#44133A
(68,19,58)
#3A1132
(58,17,50)
#300F2A
(48,15,42)
#260D22
(38,13,34)
#1C0B1A
(28,11,26)
#120912
(18,9,18)
#000000
(0,0,0)

Tints of #761D62

#761D62
(118,29,98)
#823170
(130,49,112)
#8E457E
(142,69,126)
#9A598C
(154,89,140)
#A66D9A
(166,109,154)
#B281A8
(178,129,168)
#BE95B6
(190,149,182)
#CAA9C4
(202,169,196)
#D6BDD2
(214,189,210)
#E2D1E0
(226,209,224)
#EEE5EE
(238,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #761D62; }

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

This text font color is #761D62.


Background Color

.myBgColor { background-color: #761D62; }

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

This div background color is #761D62.


Border color

.myBorderColor { border: 1px solid #761D62; }

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

This div border color is #761D62.


Opacity

.myOpacity80 { color: #761D62; opacity: 0.8; }

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

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

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

This text has shadow with #761D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761D62 on black background.


Color preview on white background

This text has color #761D62 on white background.



Black color preview on #761D62 background

This text has black color on #761D62 background.


White color preview on #761D62 background

This text has white color on #761D62 background.