COLOR #761E40

HEX: #761E40
RGB: (118,30,64)

Color info

#761E40 contains mainly red and blue colors. Web safe color of #761E40 is #663333 (or #633).

RGB color model

#761E40 color RGB value is (118,30,64).

  • red value is 118;
  • green value is 30;
  • blue value is 64.
RGB:
(118,30,64)
(46%,12%,25%)

RGB channels and saturation

R 118 of 255 = 46%
G 30 of 255 = 12%
B 64 of 255 = 25%

118
30
64

R + G + B ~ 28%. #761E40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 30 + 64 = 212 (100%)
R 118 of 212 ~ 55.66%
G 30 of 212 ~ 14.15%
B 64 of 212 ~ 30.19%

%55.66
%14.15
%30.19

CMYK color model

#761E40 color CMYK value is (0,75,46,54).

  • cyan value is 0.00%
  • magenta value is 74.58%
  • yellow value is 45.76%
  • key color value is 53.73%
CMYK:
(0,75,46,54)
C0M75Y46K54 
(0%,75%,46%,54%)
(0.00/0.75/0.46/0.54)	

CMYK percentages

%0
%74.58
%45.76
%53.73

Codes

Color #761E40 in popluar color models

761E40
RGB1183064
HSL337°59.46%29.02%
HSB/HSV337°74.58%46.27%
CMYK0.00%74.58%45.76%
53.73%

Color #761E40 in popluar number systems.

HEX761E40
Decimal1183064
Binary1110110111101000000
Octal16636100

Shades and tints

Shades of #761E40

#761E40
(118,30,64)
#6C1C3B
(108,28,59)
#621A36
(98,26,54)
#581831
(88,24,49)
#4E162C
(78,22,44)
#441427
(68,20,39)
#3A1222
(58,18,34)
#30101D
(48,16,29)
#260E18
(38,14,24)
#1C0C13
(28,12,19)
#120A0E
(18,10,14)
#000000
(0,0,0)

Tints of #761E40

#761E40
(118,30,64)
#823251
(130,50,81)
#8E4662
(142,70,98)
#9A5A73
(154,90,115)
#A66E84
(166,110,132)
#B28295
(178,130,149)
#BE96A6
(190,150,166)
#CAAAB7
(202,170,183)
#D6BEC8
(214,190,200)
#E2D2D9
(226,210,217)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761E40 color. Also use rgb(118,30,64) instead hex code.

Text Font Color

.myTextColor { color: #761E40; }

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

This text font color is #761E40.


Background Color

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

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

This div background color is #761E40.


Border color

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

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

This div border color is #761E40.


Opacity

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

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

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

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

This text has shadow with #761E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761E40 on black background.


Color preview on white background

This text has color #761E40 on white background.



Black color preview on #761E40 background

This text has black color on #761E40 background.


White color preview on #761E40 background

This text has white color on #761E40 background.