COLOR #752C69

HEX: #752C69
RGB: (117,44,105)

Color info

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

RGB color model

#752C69 color RGB value is (117,44,105).

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

RGB channels and saturation

R 117 of 255 = 46%
G 44 of 255 = 17%
B 105 of 255 = 41%

117
44
105

R + G + B ~ 35%. #752C69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 44 + 105 = 266 (100%)
R 117 of 266 ~ 43.98%
G 44 of 266 ~ 16.54%
B 105 of 266 ~ 39.47%

%43.98
%16.54
%39.47

CMYK color model

#752C69 color CMYK value is (0,62,10,54).

  • cyan value is 0.00%
  • magenta value is 62.39%
  • yellow value is 10.26%
  • key color value is 54.12%
CMYK:
(0,62,10,54)
C0M62Y10K54 
(0%,62%,10%,54%)
(0.00/0.62/0.10/0.54)	

CMYK percentages

%0
%62.39
%10.26
%54.12

Codes

Color #752C69 in popluar color models

752C69
RGB11744105
HSL310°45.34%31.57%
HSB/HSV310°62.39%45.88%
CMYK0.00%62.39%10.26%
54.12%

Color #752C69 in popluar number systems.

HEX752C69
Decimal11744105
Binary11101011011001101001
Octal16554151

Shades and tints

Shades of #752C69

#752C69
(117,44,105)
#6B2860
(107,40,96)
#612457
(97,36,87)
#57204E
(87,32,78)
#4D1C45
(77,28,69)
#43183C
(67,24,60)
#391433
(57,20,51)
#2F102A
(47,16,42)
#250C21
(37,12,33)
#1B0818
(27,8,24)
#11040F
(17,4,15)
#000000
(0,0,0)

Tints of #752C69

#752C69
(117,44,105)
#813F76
(129,63,118)
#8D5283
(141,82,131)
#996590
(153,101,144)
#A5789D
(165,120,157)
#B18BAA
(177,139,170)
#BD9EB7
(189,158,183)
#C9B1C4
(201,177,196)
#D5C4D1
(213,196,209)
#E1D7DE
(225,215,222)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752C69; }

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

This text font color is #752C69.


Background Color

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

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

This div background color is #752C69.


Border color

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

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

This div border color is #752C69.


Opacity

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

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

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

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

This text has shadow with #752C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752C69 on black background.


Color preview on white background

This text has color #752C69 on white background.



Black color preview on #752C69 background

This text has black color on #752C69 background.


White color preview on #752C69 background

This text has white color on #752C69 background.