COLOR #753756

HEX: #753756
RGB: (117,55,86)

Color info

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

RGB color model

#753756 color RGB value is (117,55,86).

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

RGB channels and saturation

R 117 of 255 = 46%
G 55 of 255 = 22%
B 86 of 255 = 34%

117
55
86

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

Portions of RGB colors in percentages

R + G + B =
117 + 55 + 86 = 258 (100%)
R 117 of 258 ~ 45.35%
G 55 of 258 ~ 21.32%
B 86 of 258 ~ 33.33%

%45.35
%21.32
%33.33

CMYK color model

#753756 color CMYK value is (0,53,26,54).

  • cyan value is 0.00%
  • magenta value is 52.99%
  • yellow value is 26.50%
  • key color value is 54.12%
CMYK:
(0,53,26,54)
C0M53Y26K54 
(0%,53%,26%,54%)
(0.00/0.53/0.26/0.54)	

CMYK percentages

%0
%52.99
%26.5
%54.12

Codes

Color #753756 in popluar color models

753756
RGB1175586
HSL330°36.05%33.73%
HSB/HSV330°52.99%45.88%
CMYK0.00%52.99%26.50%
54.12%

Color #753756 in popluar number systems.

HEX753756
Decimal1175586
Binary11101011101111010110
Octal16567126

Shades and tints

Shades of #753756

#753756
(117,55,86)
#6B324F
(107,50,79)
#612D48
(97,45,72)
#572841
(87,40,65)
#4D233A
(77,35,58)
#431E33
(67,30,51)
#39192C
(57,25,44)
#2F1425
(47,20,37)
#250F1E
(37,15,30)
#1B0A17
(27,10,23)
#110510
(17,5,16)
#000000
(0,0,0)

Tints of #753756

#753756
(117,55,86)
#814965
(129,73,101)
#8D5B74
(141,91,116)
#996D83
(153,109,131)
#A57F92
(165,127,146)
#B191A1
(177,145,161)
#BDA3B0
(189,163,176)
#C9B5BF
(201,181,191)
#D5C7CE
(213,199,206)
#E1D9DD
(225,217,221)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753756; }

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

This text font color is #753756.


Background Color

.myBgColor { background-color: #753756; }

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

This div background color is #753756.


Border color

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

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

This div border color is #753756.


Opacity

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

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

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

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

This text has shadow with #753756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753756 on black background.


Color preview on white background

This text has color #753756 on white background.



Black color preview on #753756 background

This text has black color on #753756 background.


White color preview on #753756 background

This text has white color on #753756 background.