COLOR #760840

HEX: #760840
RGB: (118,8,64)

Color info

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

RGB color model

#760840 color RGB value is (118,8,64).

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

RGB channels and saturation

R 118 of 255 = 46%
G 8 of 255 = 3%
B 64 of 255 = 25%

118
8
64

R + G + B ~ 25%. #760840 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 8 + 64 = 190 (100%)
R 118 of 190 ~ 62.11%
G 8 of 190 ~ 4.21%
B 64 of 190 ~ 33.68%

%62.11
%33.68

CMYK color model

#760840 color CMYK value is (0,93,46,54).

  • cyan value is 0.00%
  • magenta value is 93.22%
  • yellow value is 45.76%
  • key color value is 53.73%
CMYK:
(0,93,46,54)
C0M93Y46K54 
(0%,93%,46%,54%)
(0.00/0.93/0.46/0.54)	

CMYK percentages

%0
%93.22
%45.76
%53.73

Codes

Color #760840 in popluar color models

760840
RGB118864
HSL329°87.30%24.71%
HSB/HSV329°93.22%46.27%
CMYK0.00%93.22%45.76%
53.73%

Color #760840 in popluar number systems.

HEX760840
Decimal118864
Binary111011010001000000
Octal16610100

Shades and tints

Shades of #760840

#760840
(118,8,64)
#6C083B
(108,8,59)
#620836
(98,8,54)
#580831
(88,8,49)
#4E082C
(78,8,44)
#440827
(68,8,39)
#3A0822
(58,8,34)
#30081D
(48,8,29)
#260818
(38,8,24)
#1C0813
(28,8,19)
#12080E
(18,8,14)
#000000
(0,0,0)

Tints of #760840

#760840
(118,8,64)
#821E51
(130,30,81)
#8E3462
(142,52,98)
#9A4A73
(154,74,115)
#A66084
(166,96,132)
#B27695
(178,118,149)
#BE8CA6
(190,140,166)
#CAA2B7
(202,162,183)
#D6B8C8
(214,184,200)
#E2CED9
(226,206,217)
#EEE4EA
(238,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #760840; }

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

This text font color is #760840.


Background Color

.myBgColor { background-color: #760840; }

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

This div background color is #760840.


Border color

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

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

This div border color is #760840.


Opacity

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

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

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

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

This text has shadow with #760840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #760840 on black background.


Color preview on white background

This text has color #760840 on white background.



Black color preview on #760840 background

This text has black color on #760840 background.


White color preview on #760840 background

This text has white color on #760840 background.