COLOR #760D5C

HEX: #760D5C
RGB: (118,13,92)

Color info

#760D5C contains mainly red and blue colors. Web safe color of #760D5C is #660066 (or #606).

RGB color model

#760D5C color RGB value is (118,13,92).

  • red value is 118;
  • green value is 13;
  • blue value is 92.
RGB:
(118,13,92)
(46%,5%,36%)

RGB channels and saturation

R 118 of 255 = 46%
G 13 of 255 = 5%
B 92 of 255 = 36%

118
13
92

R + G + B ~ 29%. #760D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 13 + 92 = 223 (100%)
R 118 of 223 ~ 52.91%
G 13 of 223 ~ 5.83%
B 92 of 223 ~ 41.26%

%52.91
%41.26

CMYK color model

#760D5C color CMYK value is (0,89,22,54).

  • cyan value is 0.00%
  • magenta value is 88.98%
  • yellow value is 22.03%
  • key color value is 53.73%
CMYK:
(0,89,22,54)
C0M89Y22K54 
(0%,89%,22%,54%)
(0.00/0.89/0.22/0.54)	

CMYK percentages

%0
%88.98
%22.03
%53.73

Codes

Color #760D5C in popluar color models

760D5C
RGB1181392
HSL315°80.15%25.69%
HSB/HSV315°88.98%46.27%
CMYK0.00%88.98%22.03%
53.73%

Color #760D5C in popluar number systems.

HEX760D5C
Decimal1181392
Binary111011011011011100
Octal16615134

Shades and tints

Shades of #760D5C

#760D5C
(118,13,92)
#6C0C54
(108,12,84)
#620B4C
(98,11,76)
#580A44
(88,10,68)
#4E093C
(78,9,60)
#440834
(68,8,52)
#3A072C
(58,7,44)
#300624
(48,6,36)
#26051C
(38,5,28)
#1C0414
(28,4,20)
#12030C
(18,3,12)
#000000
(0,0,0)

Tints of #760D5C

#760D5C
(118,13,92)
#82236A
(130,35,106)
#8E3978
(142,57,120)
#9A4F86
(154,79,134)
#A66594
(166,101,148)
#B27BA2
(178,123,162)
#BE91B0
(190,145,176)
#CAA7BE
(202,167,190)
#D6BDCC
(214,189,204)
#E2D3DA
(226,211,218)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #760D5C color. Also use rgb(118,13,92) instead hex code.

Text Font Color

.myTextColor { color: #760D5C; }

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

This text font color is #760D5C.


Background Color

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

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

This div background color is #760D5C.


Border color

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

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

This div border color is #760D5C.


Opacity

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

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

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

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

This text has shadow with #760D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #760D5C on black background.


Color preview on white background

This text has color #760D5C on white background.



Black color preview on #760D5C background

This text has black color on #760D5C background.


White color preview on #760D5C background

This text has white color on #760D5C background.