COLOR #753E77

HEX: #753E77
RGB: (117,62,119)

Color info

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

RGB color model

#753E77 color RGB value is (117,62,119).

  • red value is 117;
  • green value is 62;
  • blue value is 119.
RGB:
(117,62,119)
(46%,24%,47%)

RGB channels and saturation

R 117 of 255 = 46%
G 62 of 255 = 24%
B 119 of 255 = 47%

117
62
119

R + G + B ~ 39%. #753E77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 62 + 119 = 298 (100%)
R 117 of 298 ~ 39.26%
G 62 of 298 ~ 20.81%
B 119 of 298 ~ 39.93%

%39.26
%20.81
%39.93

CMYK color model

#753E77 color CMYK value is (2,48,0,53).

  • cyan value is 1.68%
  • magenta value is 47.90%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(2,48,0,53)
C2M48Y0K53 
(2%,48%,0%,53%)
(0.02/0.48/0.00/0.53)	

CMYK percentages

%1.68
%47.9
%0
%53.33

Codes

Color #753E77 in popluar color models

753E77
RGB11762119
HSL298°31.49%35.49%
HSB/HSV298°47.90%46.67%
CMYK1.68%47.90%0.00%
53.33%

Color #753E77 in popluar number systems.

HEX753E77
Decimal11762119
Binary11101011111101110111
Octal16576167

Shades and tints

Shades of #753E77

#753E77
(117,62,119)
#6B396D
(107,57,109)
#613463
(97,52,99)
#572F59
(87,47,89)
#4D2A4F
(77,42,79)
#432545
(67,37,69)
#39203B
(57,32,59)
#2F1B31
(47,27,49)
#251627
(37,22,39)
#1B111D
(27,17,29)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #753E77

#753E77
(117,62,119)
#814F83
(129,79,131)
#8D608F
(141,96,143)
#99719B
(153,113,155)
#A582A7
(165,130,167)
#B193B3
(177,147,179)
#BDA4BF
(189,164,191)
#C9B5CB
(201,181,203)
#D5C6D7
(213,198,215)
#E1D7E3
(225,215,227)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753E77 color. Also use rgb(117,62,119) instead hex code.

Text Font Color

.myTextColor { color: #753E77; }

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

This text font color is #753E77.


Background Color

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

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

This div background color is #753E77.


Border color

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

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

This div border color is #753E77.


Opacity

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

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

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

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

This text has shadow with #753E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753E77 on black background.


Color preview on white background

This text has color #753E77 on white background.



Black color preview on #753E77 background

This text has black color on #753E77 background.


White color preview on #753E77 background

This text has white color on #753E77 background.