COLOR #752F74

HEX: #752F74
RGB: (117,47,116)

Color info

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

RGB color model

#752F74 color RGB value is (117,47,116).

  • red value is 117;
  • green value is 47;
  • blue value is 116.
RGB:
(117,47,116)
(46%,18%,45%)

RGB channels and saturation

R 117 of 255 = 46%
G 47 of 255 = 18%
B 116 of 255 = 45%

117
47
116

R + G + B ~ 36%. #752F74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 47 + 116 = 280 (100%)
R 117 of 280 ~ 41.79%
G 47 of 280 ~ 16.79%
B 116 of 280 ~ 41.43%

%41.79
%16.79
%41.43

CMYK color model

#752F74 color CMYK value is (0,60,1,54).

  • cyan value is 0.00%
  • magenta value is 59.83%
  • yellow value is 0.85%
  • key color value is 54.12%
CMYK:
(0,60,1,54)
C0M60Y1K54 
(0%,60%,1%,54%)
(0.00/0.60/0.01/0.54)	

CMYK percentages

%0
%59.83
%0.85
%54.12

Codes

Color #752F74 in popluar color models

752F74
RGB11747116
HSL301°42.68%32.16%
HSB/HSV301°59.83%45.88%
CMYK0.00%59.83%0.85%
54.12%

Color #752F74 in popluar number systems.

HEX752F74
Decimal11747116
Binary11101011011111110100
Octal16557164

Shades and tints

Shades of #752F74

#752F74
(117,47,116)
#6B2B6A
(107,43,106)
#612760
(97,39,96)
#572356
(87,35,86)
#4D1F4C
(77,31,76)
#431B42
(67,27,66)
#391738
(57,23,56)
#2F132E
(47,19,46)
#250F24
(37,15,36)
#1B0B1A
(27,11,26)
#110710
(17,7,16)
#000000
(0,0,0)

Tints of #752F74

#752F74
(117,47,116)
#814180
(129,65,128)
#8D538C
(141,83,140)
#996598
(153,101,152)
#A577A4
(165,119,164)
#B189B0
(177,137,176)
#BD9BBC
(189,155,188)
#C9ADC8
(201,173,200)
#D5BFD4
(213,191,212)
#E1D1E0
(225,209,224)
#EDE3EC
(237,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752F74 color. Also use rgb(117,47,116) instead hex code.

Text Font Color

.myTextColor { color: #752F74; }

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

This text font color is #752F74.


Background Color

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

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

This div background color is #752F74.


Border color

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

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

This div border color is #752F74.


Opacity

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

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

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

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

This text has shadow with #752F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752F74 on black background.


Color preview on white background

This text has color #752F74 on white background.



Black color preview on #752F74 background

This text has black color on #752F74 background.


White color preview on #752F74 background

This text has white color on #752F74 background.