COLOR #753C69

HEX: #753C69
RGB: (117,60,105)

Color info

#753C69 contains red, green and blue colors in about the same proportion. Web safe color of #753C69 is #663366 (or #636).

RGB color model

#753C69 color RGB value is (117,60,105).

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

RGB channels and saturation

R 117 of 255 = 46%
G 60 of 255 = 24%
B 105 of 255 = 41%

117
60
105

R + G + B ~ 37%. #753C69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 60 + 105 = 282 (100%)
R 117 of 282 ~ 41.49%
G 60 of 282 ~ 21.28%
B 105 of 282 ~ 37.23%

%41.49
%21.28
%37.23

CMYK color model

#753C69 color CMYK value is (0,49,10,54).

  • cyan value is 0.00%
  • magenta value is 48.72%
  • yellow value is 10.26%
  • key color value is 54.12%
CMYK:
(0,49,10,54)
C0M49Y10K54 
(0%,49%,10%,54%)
(0.00/0.49/0.10/0.54)	

CMYK percentages

%0
%48.72
%10.26
%54.12

Codes

Color #753C69 in popluar color models

753C69
RGB11760105
HSL313°32.20%34.71%
HSB/HSV313°48.72%45.88%
CMYK0.00%48.72%10.26%
54.12%

Color #753C69 in popluar number systems.

HEX753C69
Decimal11760105
Binary11101011111001101001
Octal16574151

Shades and tints

Shades of #753C69

#753C69
(117,60,105)
#6B3760
(107,55,96)
#613257
(97,50,87)
#572D4E
(87,45,78)
#4D2845
(77,40,69)
#43233C
(67,35,60)
#391E33
(57,30,51)
#2F192A
(47,25,42)
#251421
(37,20,33)
#1B0F18
(27,15,24)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #753C69

#753C69
(117,60,105)
#814D76
(129,77,118)
#8D5E83
(141,94,131)
#996F90
(153,111,144)
#A5809D
(165,128,157)
#B191AA
(177,145,170)
#BDA2B7
(189,162,183)
#C9B3C4
(201,179,196)
#D5C4D1
(213,196,209)
#E1D5DE
(225,213,222)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753C69; }

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

This text font color is #753C69.


Background Color

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

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

This div background color is #753C69.


Border color

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

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

This div border color is #753C69.


Opacity

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

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

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

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

This text has shadow with #753C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753C69 on black background.


Color preview on white background

This text has color #753C69 on white background.



Black color preview on #753C69 background

This text has black color on #753C69 background.


White color preview on #753C69 background

This text has white color on #753C69 background.