COLOR #760042

HEX: #760042
RGB: (118,0,66)

Color info

#760042 contains only red and blue colors. Web safe color of #760042 is #660033 (or #603).

RGB color model

#760042 color RGB value is (118,0,66).

  • red value is 118;
  • green value is 0;
  • blue value is 66.
RGB:
(118,0,66)
(46%,0%,26%)

RGB channels and saturation

R 118 of 255 = 46%
G 0 of 255 = 0%
B 66 of 255 = 26%

118
0
66

R + G + B ~ 24%. #760042 is dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 0 + 66 = 184 (100%)
R 118 of 184 ~ 64.13%
G 0 of 184 ~ 0%
B 66 of 184 ~ 35.87%

%64.13
%35.87

CMYK color model

#760042 color CMYK value is (0,100,44,54).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 44.07%
  • key color value is 53.73%
CMYK:
(0,100,44,54)
C0M100Y44K54 
(0%,100%,44%,54%)
(0.00/1.00/0.44/0.54)	

CMYK percentages

%0
%100
%44.07
%53.73

Codes

Color #760042 in popluar color models

760042
RGB118066
HSL326°100.00%23.14%
HSB/HSV326°100.00%46.27%
CMYK0.00%100.00%44.07%
53.73%

Color #760042 in popluar number systems.

HEX760042
Decimal118066
Binary111011001000010
Octal1660102

Shades and tints

Shades of #760042

#760042
(118,0,66)
#6C003C
(108,0,60)
#620036
(98,0,54)
#580030
(88,0,48)
#4E002A
(78,0,42)
#440024
(68,0,36)
#3A001E
(58,0,30)
#300018
(48,0,24)
#260012
(38,0,18)
#1C000C
(28,0,12)
#120006
(18,0,6)
#000000
(0,0,0)

Tints of #760042

#760042
(118,0,66)
#821753
(130,23,83)
#8E2E64
(142,46,100)
#9A4575
(154,69,117)
#A65C86
(166,92,134)
#B27397
(178,115,151)
#BE8AA8
(190,138,168)
#CAA1B9
(202,161,185)
#D6B8CA
(214,184,202)
#E2CFDB
(226,207,219)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #760042 color. Also use rgb(118,0,66) instead hex code.

Text Font Color

.myTextColor { color: #760042; }

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

This text font color is #760042.


Background Color

.myBgColor { background-color: #760042; }

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

This div background color is #760042.


Border color

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

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

This div border color is #760042.


Opacity

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

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

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

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

This text has shadow with #760042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #760042 on black background.


Color preview on white background

This text has color #760042 on white background.



Black color preview on #760042 background

This text has black color on #760042 background.


White color preview on #760042 background

This text has white color on #760042 background.