COLOR #753760

HEX: #753760
RGB: (117,55,96)

Color info

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

RGB color model

#753760 color RGB value is (117,55,96).

  • red value is 117;
  • green value is 55;
  • blue value is 96.
RGB:
(117,55,96)
(46%,22%,38%)

RGB channels and saturation

R 117 of 255 = 46%
G 55 of 255 = 22%
B 96 of 255 = 38%

117
55
96

R + G + B ~ 35%. #753760 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 55 + 96 = 268 (100%)
R 117 of 268 ~ 43.66%
G 55 of 268 ~ 20.52%
B 96 of 268 ~ 35.82%

%43.66
%20.52
%35.82

CMYK color model

#753760 color CMYK value is (0,53,18,54).

  • cyan value is 0.00%
  • magenta value is 52.99%
  • yellow value is 17.95%
  • key color value is 54.12%
CMYK:
(0,53,18,54)
C0M53Y18K54 
(0%,53%,18%,54%)
(0.00/0.53/0.18/0.54)	

CMYK percentages

%0
%52.99
%17.95
%54.12

Codes

Color #753760 in popluar color models

753760
RGB1175596
HSL320°36.05%33.73%
HSB/HSV320°52.99%45.88%
CMYK0.00%52.99%17.95%
54.12%

Color #753760 in popluar number systems.

HEX753760
Decimal1175596
Binary11101011101111100000
Octal16567140

Shades and tints

Shades of #753760

#753760
(117,55,96)
#6B3258
(107,50,88)
#612D50
(97,45,80)
#572848
(87,40,72)
#4D2340
(77,35,64)
#431E38
(67,30,56)
#391930
(57,25,48)
#2F1428
(47,20,40)
#250F20
(37,15,32)
#1B0A18
(27,10,24)
#110510
(17,5,16)
#000000
(0,0,0)

Tints of #753760

#753760
(117,55,96)
#81496E
(129,73,110)
#8D5B7C
(141,91,124)
#996D8A
(153,109,138)
#A57F98
(165,127,152)
#B191A6
(177,145,166)
#BDA3B4
(189,163,180)
#C9B5C2
(201,181,194)
#D5C7D0
(213,199,208)
#E1D9DE
(225,217,222)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753760 color. Also use rgb(117,55,96) instead hex code.

Text Font Color

.myTextColor { color: #753760; }

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

This text font color is #753760.


Background Color

.myBgColor { background-color: #753760; }

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

This div background color is #753760.


Border color

.myBorderColor { border: 1px solid #753760; }

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

This div border color is #753760.


Opacity

.myOpacity80 { color: #753760; opacity: 0.8; }

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

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

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

This text has shadow with #753760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753760 on black background.


Color preview on white background

This text has color #753760 on white background.



Black color preview on #753760 background

This text has black color on #753760 background.


White color preview on #753760 background

This text has white color on #753760 background.