COLOR #753754

HEX: #753754
RGB: (117,55,84)

Color info

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

RGB color model

#753754 color RGB value is (117,55,84).

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

RGB channels and saturation

R 117 of 255 = 46%
G 55 of 255 = 22%
B 84 of 255 = 33%

117
55
84

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

Portions of RGB colors in percentages

R + G + B =
117 + 55 + 84 = 256 (100%)
R 117 of 256 ~ 45.7%
G 55 of 256 ~ 21.48%
B 84 of 256 ~ 32.81%

%45.7
%21.48
%32.81

CMYK color model

#753754 color CMYK value is (0,53,28,54).

  • cyan value is 0.00%
  • magenta value is 52.99%
  • yellow value is 28.21%
  • key color value is 54.12%
CMYK:
(0,53,28,54)
C0M53Y28K54 
(0%,53%,28%,54%)
(0.00/0.53/0.28/0.54)	

CMYK percentages

%0
%52.99
%28.21
%54.12

Codes

Color #753754 in popluar color models

753754
RGB1175584
HSL332°36.05%33.73%
HSB/HSV332°52.99%45.88%
CMYK0.00%52.99%28.21%
54.12%

Color #753754 in popluar number systems.

HEX753754
Decimal1175584
Binary11101011101111010100
Octal16567124

Shades and tints

Shades of #753754

#753754
(117,55,84)
#6B324D
(107,50,77)
#612D46
(97,45,70)
#57283F
(87,40,63)
#4D2338
(77,35,56)
#431E31
(67,30,49)
#39192A
(57,25,42)
#2F1423
(47,20,35)
#250F1C
(37,15,28)
#1B0A15
(27,10,21)
#11050E
(17,5,14)
#000000
(0,0,0)

Tints of #753754

#753754
(117,55,84)
#814963
(129,73,99)
#8D5B72
(141,91,114)
#996D81
(153,109,129)
#A57F90
(165,127,144)
#B1919F
(177,145,159)
#BDA3AE
(189,163,174)
#C9B5BD
(201,181,189)
#D5C7CC
(213,199,204)
#E1D9DB
(225,217,219)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753754; }

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

This text font color is #753754.


Background Color

.myBgColor { background-color: #753754; }

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

This div background color is #753754.


Border color

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

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

This div border color is #753754.


Opacity

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

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

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

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

This text has shadow with #753754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753754 on black background.


Color preview on white background

This text has color #753754 on white background.



Black color preview on #753754 background

This text has black color on #753754 background.


White color preview on #753754 background

This text has white color on #753754 background.