COLOR #752D75

HEX: #752D75
RGB: (117,45,117)

Color info

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

RGB color model

#752D75 color RGB value is (117,45,117).

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

RGB channels and saturation

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

117
45
117

R + G + B ~ 37%. #752D75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 45 + 117 = 279 (100%)
R 117 of 279 ~ 41.94%
G 45 of 279 ~ 16.13%
B 117 of 279 ~ 41.94%

%41.94
%16.13
%41.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 61.54%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(0,62,0,54)
C0M62Y0K54 
(0%,62%,0%,54%)
(0.00/0.62/0.00/0.54)	

CMYK percentages

%0
%61.54
%0
%54.12

Codes

Color #752D75 in popluar color models

752D75
RGB11745117
HSL300°44.44%31.76%
HSB/HSV300°61.54%45.88%
CMYK0.00%61.54%0.00%
54.12%

Color #752D75 in popluar number systems.

HEX752D75
Decimal11745117
Binary11101011011011110101
Octal16555165

Shades and tints

Shades of #752D75

#752D75
(117,45,117)
#6B296B
(107,41,107)
#612561
(97,37,97)
#572157
(87,33,87)
#4D1D4D
(77,29,77)
#431943
(67,25,67)
#391539
(57,21,57)
#2F112F
(47,17,47)
#250D25
(37,13,37)
#1B091B
(27,9,27)
#110511
(17,5,17)
#000000
(0,0,0)

Tints of #752D75

#752D75
(117,45,117)
#814081
(129,64,129)
#8D538D
(141,83,141)
#996699
(153,102,153)
#A579A5
(165,121,165)
#B18CB1
(177,140,177)
#BD9FBD
(189,159,189)
#C9B2C9
(201,178,201)
#D5C5D5
(213,197,213)
#E1D8E1
(225,216,225)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752D75; }

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

This text font color is #752D75.


Background Color

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

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

This div background color is #752D75.


Border color

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

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

This div border color is #752D75.


Opacity

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

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

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

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

This text has shadow with #752D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752D75 on black background.


Color preview on white background

This text has color #752D75 on white background.



Black color preview on #752D75 background

This text has black color on #752D75 background.


White color preview on #752D75 background

This text has white color on #752D75 background.