COLOR #760041

HEX: #760041
RGB: (118,0,65)

Color info

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

RGB color model

#760041 color RGB value is (118,0,65).

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

RGB channels and saturation

R 118 of 255 = 46%
G 0 of 255 = 0%
B 65 of 255 = 25%

118
0
65

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

Portions of RGB colors in percentages

R + G + B =
118 + 0 + 65 = 183 (100%)
R 118 of 183 ~ 64.48%
G 0 of 183 ~ 0%
B 65 of 183 ~ 35.52%

%64.48
%35.52

CMYK color model

#760041 color CMYK value is (0,100,45,54).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 44.92%
  • key color value is 53.73%
CMYK:
(0,100,45,54)
C0M100Y45K54 
(0%,100%,45%,54%)
(0.00/1.00/0.45/0.54)	

CMYK percentages

%0
%100
%44.92
%53.73

Codes

Color #760041 in popluar color models

760041
RGB118065
HSL327°100.00%23.14%
HSB/HSV327°100.00%46.27%
CMYK0.00%100.00%44.92%
53.73%

Color #760041 in popluar number systems.

HEX760041
Decimal118065
Binary111011001000001
Octal1660101

Shades and tints

Shades of #760041

#760041
(118,0,65)
#6C003C
(108,0,60)
#620037
(98,0,55)
#580032
(88,0,50)
#4E002D
(78,0,45)
#440028
(68,0,40)
#3A0023
(58,0,35)
#30001E
(48,0,30)
#260019
(38,0,25)
#1C0014
(28,0,20)
#12000F
(18,0,15)
#000000
(0,0,0)

Tints of #760041

#760041
(118,0,65)
#821752
(130,23,82)
#8E2E63
(142,46,99)
#9A4574
(154,69,116)
#A65C85
(166,92,133)
#B27396
(178,115,150)
#BE8AA7
(190,138,167)
#CAA1B8
(202,161,184)
#D6B8C9
(214,184,201)
#E2CFDA
(226,207,218)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #760041; }

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

This text font color is #760041.


Background Color

.myBgColor { background-color: #760041; }

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

This div background color is #760041.


Border color

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

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

This div border color is #760041.


Opacity

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

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

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

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

This text has shadow with #760041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #760041 on black background.


Color preview on white background

This text has color #760041 on white background.



Black color preview on #760041 background

This text has black color on #760041 background.


White color preview on #760041 background

This text has white color on #760041 background.