COLOR #761C63

HEX: #761C63
RGB: (118,28,99)

Color info

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

RGB color model

#761C63 color RGB value is (118,28,99).

  • red value is 118;
  • green value is 28;
  • blue value is 99.
RGB:
(118,28,99)
(46%,11%,39%)

RGB channels and saturation

R 118 of 255 = 46%
G 28 of 255 = 11%
B 99 of 255 = 39%

118
28
99

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

Portions of RGB colors in percentages

R + G + B =
118 + 28 + 99 = 245 (100%)
R 118 of 245 ~ 48.16%
G 28 of 245 ~ 11.43%
B 99 of 245 ~ 40.41%

%48.16
%11.43
%40.41

CMYK color model

#761C63 color CMYK value is (0,76,16,54).

  • cyan value is 0.00%
  • magenta value is 76.27%
  • yellow value is 16.10%
  • key color value is 53.73%
CMYK:
(0,76,16,54)
C0M76Y16K54 
(0%,76%,16%,54%)
(0.00/0.76/0.16/0.54)	

CMYK percentages

%0
%76.27
%16.1
%53.73

Codes

Color #761C63 in popluar color models

761C63
RGB1182899
HSL313°61.64%28.63%
HSB/HSV313°76.27%46.27%
CMYK0.00%76.27%16.10%
53.73%

Color #761C63 in popluar number systems.

HEX761C63
Decimal1182899
Binary1110110111001100011
Octal16634143

Shades and tints

Shades of #761C63

#761C63
(118,28,99)
#6C1A5A
(108,26,90)
#621851
(98,24,81)
#581648
(88,22,72)
#4E143F
(78,20,63)
#441236
(68,18,54)
#3A102D
(58,16,45)
#300E24
(48,14,36)
#260C1B
(38,12,27)
#1C0A12
(28,10,18)
#120809
(18,8,9)
#000000
(0,0,0)

Tints of #761C63

#761C63
(118,28,99)
#823071
(130,48,113)
#8E447F
(142,68,127)
#9A588D
(154,88,141)
#A66C9B
(166,108,155)
#B280A9
(178,128,169)
#BE94B7
(190,148,183)
#CAA8C5
(202,168,197)
#D6BCD3
(214,188,211)
#E2D0E1
(226,208,225)
#EEE4EF
(238,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761C63 color. Also use rgb(118,28,99) instead hex code.

Text Font Color

.myTextColor { color: #761C63; }

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

This text font color is #761C63.


Background Color

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

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

This div background color is #761C63.


Border color

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

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

This div border color is #761C63.


Opacity

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

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

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

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

This text has shadow with #761C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761C63 on black background.


Color preview on white background

This text has color #761C63 on white background.



Black color preview on #761C63 background

This text has black color on #761C63 background.


White color preview on #761C63 background

This text has white color on #761C63 background.