COLOR #761073

HEX: #761073
RGB: (118,16,115)

Color info

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

RGB color model

#761073 color RGB value is (118,16,115).

  • red value is 118;
  • green value is 16;
  • blue value is 115.
RGB:
(118,16,115)
(46%,6%,45%)

RGB channels and saturation

R 118 of 255 = 46%
G 16 of 255 = 6%
B 115 of 255 = 45%

118
16
115

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

Portions of RGB colors in percentages

R + G + B =
118 + 16 + 115 = 249 (100%)
R 118 of 249 ~ 47.39%
G 16 of 249 ~ 6.43%
B 115 of 249 ~ 46.18%

%47.39
%46.18

CMYK color model

#761073 color CMYK value is (0,86,3,54).

  • cyan value is 0.00%
  • magenta value is 86.44%
  • yellow value is 2.54%
  • key color value is 53.73%
CMYK:
(0,86,3,54)
C0M86Y3K54 
(0%,86%,3%,54%)
(0.00/0.86/0.03/0.54)	

CMYK percentages

%0
%86.44
%2.54
%53.73

Codes

Color #761073 in popluar color models

761073
RGB11816115
HSL302°76.12%26.27%
HSB/HSV302°86.44%46.27%
CMYK0.00%86.44%2.54%
53.73%

Color #761073 in popluar number systems.

HEX761073
Decimal11816115
Binary1110110100001110011
Octal16620163

Shades and tints

Shades of #761073

#761073
(118,16,115)
#6C0F69
(108,15,105)
#620E5F
(98,14,95)
#580D55
(88,13,85)
#4E0C4B
(78,12,75)
#440B41
(68,11,65)
#3A0A37
(58,10,55)
#30092D
(48,9,45)
#260823
(38,8,35)
#1C0719
(28,7,25)
#12060F
(18,6,15)
#000000
(0,0,0)

Tints of #761073

#761073
(118,16,115)
#82257F
(130,37,127)
#8E3A8B
(142,58,139)
#9A4F97
(154,79,151)
#A664A3
(166,100,163)
#B279AF
(178,121,175)
#BE8EBB
(190,142,187)
#CAA3C7
(202,163,199)
#D6B8D3
(214,184,211)
#E2CDDF
(226,205,223)
#EEE2EB
(238,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761073 color. Also use rgb(118,16,115) instead hex code.

Text Font Color

.myTextColor { color: #761073; }

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

This text font color is #761073.


Background Color

.myBgColor { background-color: #761073; }

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

This div background color is #761073.


Border color

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

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

This div border color is #761073.


Opacity

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

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

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

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

This text has shadow with #761073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761073 on black background.


Color preview on white background

This text has color #761073 on white background.



Black color preview on #761073 background

This text has black color on #761073 background.


White color preview on #761073 background

This text has white color on #761073 background.