COLOR #760E39

HEX: #760E39
RGB: (118,14,57)

Color info

#760E39 contains mainly red color. Web safe color of #760E39 is #660033 (or #603).

RGB color model

#760E39 color RGB value is (118,14,57).

  • red value is 118;
  • green value is 14;
  • blue value is 57.
RGB:
(118,14,57)
(46%,5%,22%)

RGB channels and saturation

R 118 of 255 = 46%
G 14 of 255 = 5%
B 57 of 255 = 22%

118
14
57

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

Portions of RGB colors in percentages

R + G + B =
118 + 14 + 57 = 189 (100%)
R 118 of 189 ~ 62.43%
G 14 of 189 ~ 7.41%
B 57 of 189 ~ 30.16%

%62.43
%30.16

CMYK color model

#760E39 color CMYK value is (0,88,52,54).

  • cyan value is 0.00%
  • magenta value is 88.14%
  • yellow value is 51.69%
  • key color value is 53.73%
CMYK:
(0,88,52,54)
C0M88Y52K54 
(0%,88%,52%,54%)
(0.00/0.88/0.52/0.54)	

CMYK percentages

%0
%88.14
%51.69
%53.73

Codes

Color #760E39 in popluar color models

760E39
RGB1181457
HSL335°78.79%25.88%
HSB/HSV335°88.14%46.27%
CMYK0.00%88.14%51.69%
53.73%

Color #760E39 in popluar number systems.

HEX760E39
Decimal1181457
Binary11101101110111001
Octal1661671

Shades and tints

Shades of #760E39

#760E39
(118,14,57)
#6C0D34
(108,13,52)
#620C2F
(98,12,47)
#580B2A
(88,11,42)
#4E0A25
(78,10,37)
#440920
(68,9,32)
#3A081B
(58,8,27)
#300716
(48,7,22)
#260611
(38,6,17)
#1C050C
(28,5,12)
#120407
(18,4,7)
#000000
(0,0,0)

Tints of #760E39

#760E39
(118,14,57)
#82234B
(130,35,75)
#8E385D
(142,56,93)
#9A4D6F
(154,77,111)
#A66281
(166,98,129)
#B27793
(178,119,147)
#BE8CA5
(190,140,165)
#CAA1B7
(202,161,183)
#D6B6C9
(214,182,201)
#E2CBDB
(226,203,219)
#EEE0ED
(238,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #760E39 color. Also use rgb(118,14,57) instead hex code.

Text Font Color

.myTextColor { color: #760E39; }

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

This text font color is #760E39.


Background Color

.myBgColor { background-color: #760E39; }

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

This div background color is #760E39.


Border color

.myBorderColor { border: 1px solid #760E39; }

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

This div border color is #760E39.


Opacity

.myOpacity80 { color: #760E39; opacity: 0.8; }

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

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

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

This text has shadow with #760E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #760E39 on black background.


Color preview on white background

This text has color #760E39 on white background.



Black color preview on #760E39 background

This text has black color on #760E39 background.


White color preview on #760E39 background

This text has white color on #760E39 background.