COLOR #752455

HEX: #752455
RGB: (117,36,85)

Color info

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

RGB color model

#752455 color RGB value is (117,36,85).

  • red value is 117;
  • green value is 36;
  • blue value is 85.
RGB:
(117,36,85)
(46%,14%,33%)

RGB channels and saturation

R 117 of 255 = 46%
G 36 of 255 = 14%
B 85 of 255 = 33%

117
36
85

R + G + B ~ 31%. #752455 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 36 + 85 = 238 (100%)
R 117 of 238 ~ 49.16%
G 36 of 238 ~ 15.13%
B 85 of 238 ~ 35.71%

%49.16
%15.13
%35.71

CMYK color model

#752455 color CMYK value is (0,69,27,54).

  • cyan value is 0.00%
  • magenta value is 69.23%
  • yellow value is 27.35%
  • key color value is 54.12%
CMYK:
(0,69,27,54)
C0M69Y27K54 
(0%,69%,27%,54%)
(0.00/0.69/0.27/0.54)	

CMYK percentages

%0
%69.23
%27.35
%54.12

Codes

Color #752455 in popluar color models

752455
RGB1173685
HSL324°52.94%30.00%
HSB/HSV324°69.23%45.88%
CMYK0.00%69.23%27.35%
54.12%

Color #752455 in popluar number systems.

HEX752455
Decimal1173685
Binary11101011001001010101
Octal16544125

Shades and tints

Shades of #752455

#752455
(117,36,85)
#6B214E
(107,33,78)
#611E47
(97,30,71)
#571B40
(87,27,64)
#4D1839
(77,24,57)
#431532
(67,21,50)
#39122B
(57,18,43)
#2F0F24
(47,15,36)
#250C1D
(37,12,29)
#1B0916
(27,9,22)
#11060F
(17,6,15)
#000000
(0,0,0)

Tints of #752455

#752455
(117,36,85)
#813764
(129,55,100)
#8D4A73
(141,74,115)
#995D82
(153,93,130)
#A57091
(165,112,145)
#B183A0
(177,131,160)
#BD96AF
(189,150,175)
#C9A9BE
(201,169,190)
#D5BCCD
(213,188,205)
#E1CFDC
(225,207,220)
#EDE2EB
(237,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752455 color. Also use rgb(117,36,85) instead hex code.

Text Font Color

.myTextColor { color: #752455; }

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

This text font color is #752455.


Background Color

.myBgColor { background-color: #752455; }

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

This div background color is #752455.


Border color

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

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

This div border color is #752455.


Opacity

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

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

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

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

This text has shadow with #752455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752455 on black background.


Color preview on white background

This text has color #752455 on white background.



Black color preview on #752455 background

This text has black color on #752455 background.


White color preview on #752455 background

This text has white color on #752455 background.