COLOR #761363

HEX: #761363
RGB: (118,19,99)

Color info

#761363 contains mainly red and blue colors. Web safe color of #761363 is #660066 (or #606).

RGB color model

#761363 color RGB value is (118,19,99).

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

RGB channels and saturation

R 118 of 255 = 46%
G 19 of 255 = 7%
B 99 of 255 = 39%

118
19
99

R + G + B ~ 31%. #761363 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 19 + 99 = 236 (100%)
R 118 of 236 ~ 50%
G 19 of 236 ~ 8.05%
B 99 of 236 ~ 41.95%

%50
%41.95

CMYK color model

#761363 color CMYK value is (0,84,16,54).

  • cyan value is 0.00%
  • magenta value is 83.90%
  • yellow value is 16.10%
  • key color value is 53.73%
CMYK:
(0,84,16,54)
C0M84Y16K54 
(0%,84%,16%,54%)
(0.00/0.84/0.16/0.54)	

CMYK percentages

%0
%83.9
%16.1
%53.73

Codes

Color #761363 in popluar color models

761363
RGB1181999
HSL312°72.26%26.86%
HSB/HSV312°83.90%46.27%
CMYK0.00%83.90%16.10%
53.73%

Color #761363 in popluar number systems.

HEX761363
Decimal1181999
Binary1110110100111100011
Octal16623143

Shades and tints

Shades of #761363

#761363
(118,19,99)
#6C125A
(108,18,90)
#621151
(98,17,81)
#581048
(88,16,72)
#4E0F3F
(78,15,63)
#440E36
(68,14,54)
#3A0D2D
(58,13,45)
#300C24
(48,12,36)
#260B1B
(38,11,27)
#1C0A12
(28,10,18)
#120909
(18,9,9)
#000000
(0,0,0)

Tints of #761363

#761363
(118,19,99)
#822871
(130,40,113)
#8E3D7F
(142,61,127)
#9A528D
(154,82,141)
#A6679B
(166,103,155)
#B27CA9
(178,124,169)
#BE91B7
(190,145,183)
#CAA6C5
(202,166,197)
#D6BBD3
(214,187,211)
#E2D0E1
(226,208,225)
#EEE5EF
(238,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #761363; }

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

This text font color is #761363.


Background Color

.myBgColor { background-color: #761363; }

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

This div background color is #761363.


Border color

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

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

This div border color is #761363.


Opacity

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

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

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

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

This text has shadow with #761363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761363 on black background.


Color preview on white background

This text has color #761363 on white background.



Black color preview on #761363 background

This text has black color on #761363 background.


White color preview on #761363 background

This text has white color on #761363 background.