COLOR #753F6E

HEX: #753F6E
RGB: (117,63,110)

Color info

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

RGB color model

#753F6E color RGB value is (117,63,110).

  • red value is 117;
  • green value is 63;
  • blue value is 110.
RGB:
(117,63,110)
(46%,25%,43%)

RGB channels and saturation

R 117 of 255 = 46%
G 63 of 255 = 25%
B 110 of 255 = 43%

117
63
110

R + G + B ~ 38%. #753F6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 63 + 110 = 290 (100%)
R 117 of 290 ~ 40.34%
G 63 of 290 ~ 21.72%
B 110 of 290 ~ 37.93%

%40.34
%21.72
%37.93

CMYK color model

#753F6E color CMYK value is (0,46,6,54).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 5.98%
  • key color value is 54.12%
CMYK:
(0,46,6,54)
C0M46Y6K54 
(0%,46%,6%,54%)
(0.00/0.46/0.06/0.54)	

CMYK percentages

%0
%46.15
%5.98
%54.12

Codes

Color #753F6E in popluar color models

753F6E
RGB11763110
HSL308°30.00%35.29%
HSB/HSV308°46.15%45.88%
CMYK0.00%46.15%5.98%
54.12%

Color #753F6E in popluar number systems.

HEX753F6E
Decimal11763110
Binary11101011111111101110
Octal16577156

Shades and tints

Shades of #753F6E

#753F6E
(117,63,110)
#6B3A64
(107,58,100)
#61355A
(97,53,90)
#573050
(87,48,80)
#4D2B46
(77,43,70)
#43263C
(67,38,60)
#392132
(57,33,50)
#2F1C28
(47,28,40)
#25171E
(37,23,30)
#1B1214
(27,18,20)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #753F6E

#753F6E
(117,63,110)
#81507B
(129,80,123)
#8D6188
(141,97,136)
#997295
(153,114,149)
#A583A2
(165,131,162)
#B194AF
(177,148,175)
#BDA5BC
(189,165,188)
#C9B6C9
(201,182,201)
#D5C7D6
(213,199,214)
#E1D8E3
(225,216,227)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753F6E color. Also use rgb(117,63,110) instead hex code.

Text Font Color

.myTextColor { color: #753F6E; }

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

This text font color is #753F6E.


Background Color

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

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

This div background color is #753F6E.


Border color

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

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

This div border color is #753F6E.


Opacity

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

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

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

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

This text has shadow with #753F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753F6E on black background.


Color preview on white background

This text has color #753F6E on white background.



Black color preview on #753F6E background

This text has black color on #753F6E background.


White color preview on #753F6E background

This text has white color on #753F6E background.