COLOR #752C60

HEX: #752C60
RGB: (117,44,96)

Color info

#752C60 contains mainly red and blue colors. Web safe color of #752C60 is #663366 (or #636).

RGB color model

#752C60 color RGB value is (117,44,96).

  • red value is 117;
  • green value is 44;
  • blue value is 96.
RGB:
(117,44,96)
(46%,17%,38%)

RGB channels and saturation

R 117 of 255 = 46%
G 44 of 255 = 17%
B 96 of 255 = 38%

117
44
96

R + G + B ~ 34%. #752C60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 44 + 96 = 257 (100%)
R 117 of 257 ~ 45.53%
G 44 of 257 ~ 17.12%
B 96 of 257 ~ 37.35%

%45.53
%17.12
%37.35

CMYK color model

#752C60 color CMYK value is (0,62,18,54).

  • cyan value is 0.00%
  • magenta value is 62.39%
  • yellow value is 17.95%
  • key color value is 54.12%
CMYK:
(0,62,18,54)
C0M62Y18K54 
(0%,62%,18%,54%)
(0.00/0.62/0.18/0.54)	

CMYK percentages

%0
%62.39
%17.95
%54.12

Codes

Color #752C60 in popluar color models

752C60
RGB1174496
HSL317°45.34%31.57%
HSB/HSV317°62.39%45.88%
CMYK0.00%62.39%17.95%
54.12%

Color #752C60 in popluar number systems.

HEX752C60
Decimal1174496
Binary11101011011001100000
Octal16554140

Shades and tints

Shades of #752C60

#752C60
(117,44,96)
#6B2858
(107,40,88)
#612450
(97,36,80)
#572048
(87,32,72)
#4D1C40
(77,28,64)
#431838
(67,24,56)
#391430
(57,20,48)
#2F1028
(47,16,40)
#250C20
(37,12,32)
#1B0818
(27,8,24)
#110410
(17,4,16)
#000000
(0,0,0)

Tints of #752C60

#752C60
(117,44,96)
#813F6E
(129,63,110)
#8D527C
(141,82,124)
#99658A
(153,101,138)
#A57898
(165,120,152)
#B18BA6
(177,139,166)
#BD9EB4
(189,158,180)
#C9B1C2
(201,177,194)
#D5C4D0
(213,196,208)
#E1D7DE
(225,215,222)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752C60 color. Also use rgb(117,44,96) instead hex code.

Text Font Color

.myTextColor { color: #752C60; }

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

This text font color is #752C60.


Background Color

.myBgColor { background-color: #752C60; }

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

This div background color is #752C60.


Border color

.myBorderColor { border: 1px solid #752C60; }

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

This div border color is #752C60.


Opacity

.myOpacity80 { color: #752C60; opacity: 0.8; }

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

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

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

This text has shadow with #752C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752C60 on black background.


Color preview on white background

This text has color #752C60 on white background.



Black color preview on #752C60 background

This text has black color on #752C60 background.


White color preview on #752C60 background

This text has white color on #752C60 background.