COLOR #752758

HEX: #752758
RGB: (117,39,88)

Color info

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

RGB color model

#752758 color RGB value is (117,39,88).

  • red value is 117;
  • green value is 39;
  • blue value is 88.
RGB:
(117,39,88)
(46%,15%,35%)

RGB channels and saturation

R 117 of 255 = 46%
G 39 of 255 = 15%
B 88 of 255 = 35%

117
39
88

R + G + B ~ 32%. #752758 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 39 + 88 = 244 (100%)
R 117 of 244 ~ 47.95%
G 39 of 244 ~ 15.98%
B 88 of 244 ~ 36.07%

%47.95
%15.98
%36.07

CMYK color model

#752758 color CMYK value is (0,67,25,54).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 24.79%
  • key color value is 54.12%
CMYK:
(0,67,25,54)
C0M67Y25K54 
(0%,67%,25%,54%)
(0.00/0.67/0.25/0.54)	

CMYK percentages

%0
%66.67
%24.79
%54.12

Codes

Color #752758 in popluar color models

752758
RGB1173988
HSL322°50.00%30.59%
HSB/HSV322°66.67%45.88%
CMYK0.00%66.67%24.79%
54.12%

Color #752758 in popluar number systems.

HEX752758
Decimal1173988
Binary11101011001111011000
Octal16547130

Shades and tints

Shades of #752758

#752758
(117,39,88)
#6B2450
(107,36,80)
#612148
(97,33,72)
#571E40
(87,30,64)
#4D1B38
(77,27,56)
#431830
(67,24,48)
#391528
(57,21,40)
#2F1220
(47,18,32)
#250F18
(37,15,24)
#1B0C10
(27,12,16)
#110908
(17,9,8)
#000000
(0,0,0)

Tints of #752758

#752758
(117,39,88)
#813A67
(129,58,103)
#8D4D76
(141,77,118)
#996085
(153,96,133)
#A57394
(165,115,148)
#B186A3
(177,134,163)
#BD99B2
(189,153,178)
#C9ACC1
(201,172,193)
#D5BFD0
(213,191,208)
#E1D2DF
(225,210,223)
#EDE5EE
(237,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752758 color. Also use rgb(117,39,88) instead hex code.

Text Font Color

.myTextColor { color: #752758; }

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

This text font color is #752758.


Background Color

.myBgColor { background-color: #752758; }

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

This div background color is #752758.


Border color

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

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

This div border color is #752758.


Opacity

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

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

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

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

This text has shadow with #752758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752758 on black background.


Color preview on white background

This text has color #752758 on white background.



Black color preview on #752758 background

This text has black color on #752758 background.


White color preview on #752758 background

This text has white color on #752758 background.