COLOR #752F61

HEX: #752F61
RGB: (117,47,97)

Color info

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

RGB color model

#752F61 color RGB value is (117,47,97).

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

RGB channels and saturation

R 117 of 255 = 46%
G 47 of 255 = 18%
B 97 of 255 = 38%

117
47
97

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

Portions of RGB colors in percentages

R + G + B =
117 + 47 + 97 = 261 (100%)
R 117 of 261 ~ 44.83%
G 47 of 261 ~ 18.01%
B 97 of 261 ~ 37.16%

%44.83
%18.01
%37.16

CMYK color model

#752F61 color CMYK value is (0,60,17,54).

  • cyan value is 0.00%
  • magenta value is 59.83%
  • yellow value is 17.09%
  • key color value is 54.12%
CMYK:
(0,60,17,54)
C0M60Y17K54 
(0%,60%,17%,54%)
(0.00/0.60/0.17/0.54)	

CMYK percentages

%0
%59.83
%17.09
%54.12

Codes

Color #752F61 in popluar color models

752F61
RGB1174797
HSL317°42.68%32.16%
HSB/HSV317°59.83%45.88%
CMYK0.00%59.83%17.09%
54.12%

Color #752F61 in popluar number systems.

HEX752F61
Decimal1174797
Binary11101011011111100001
Octal16557141

Shades and tints

Shades of #752F61

#752F61
(117,47,97)
#6B2B59
(107,43,89)
#612751
(97,39,81)
#572349
(87,35,73)
#4D1F41
(77,31,65)
#431B39
(67,27,57)
#391731
(57,23,49)
#2F1329
(47,19,41)
#250F21
(37,15,33)
#1B0B19
(27,11,25)
#110711
(17,7,17)
#000000
(0,0,0)

Tints of #752F61

#752F61
(117,47,97)
#81416F
(129,65,111)
#8D537D
(141,83,125)
#99658B
(153,101,139)
#A57799
(165,119,153)
#B189A7
(177,137,167)
#BD9BB5
(189,155,181)
#C9ADC3
(201,173,195)
#D5BFD1
(213,191,209)
#E1D1DF
(225,209,223)
#EDE3ED
(237,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752F61; }

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

This text font color is #752F61.


Background Color

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

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

This div background color is #752F61.


Border color

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

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

This div border color is #752F61.


Opacity

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

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

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

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

This text has shadow with #752F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752F61 on black background.


Color preview on white background

This text has color #752F61 on white background.



Black color preview on #752F61 background

This text has black color on #752F61 background.


White color preview on #752F61 background

This text has white color on #752F61 background.