COLOR #752E6E

HEX: #752E6E
RGB: (117,46,110)

Color info

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

RGB color model

#752E6E color RGB value is (117,46,110).

  • red value is 117;
  • green value is 46;
  • blue value is 110.
RGB:
(117,46,110)
(46%,18%,43%)

RGB channels and saturation

R 117 of 255 = 46%
G 46 of 255 = 18%
B 110 of 255 = 43%

117
46
110

R + G + B ~ 36%. #752E6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 46 + 110 = 273 (100%)
R 117 of 273 ~ 42.86%
G 46 of 273 ~ 16.85%
B 110 of 273 ~ 40.29%

%42.86
%16.85
%40.29

CMYK color model

#752E6E color CMYK value is (0,61,6,54).

  • cyan value is 0.00%
  • magenta value is 60.68%
  • yellow value is 5.98%
  • key color value is 54.12%
CMYK:
(0,61,6,54)
C0M61Y6K54 
(0%,61%,6%,54%)
(0.00/0.61/0.06/0.54)	

CMYK percentages

%0
%60.68
%5.98
%54.12

Codes

Color #752E6E in popluar color models

752E6E
RGB11746110
HSL306°43.56%31.96%
HSB/HSV306°60.68%45.88%
CMYK0.00%60.68%5.98%
54.12%

Color #752E6E in popluar number systems.

HEX752E6E
Decimal11746110
Binary11101011011101101110
Octal16556156

Shades and tints

Shades of #752E6E

#752E6E
(117,46,110)
#6B2A64
(107,42,100)
#61265A
(97,38,90)
#572250
(87,34,80)
#4D1E46
(77,30,70)
#431A3C
(67,26,60)
#391632
(57,22,50)
#2F1228
(47,18,40)
#250E1E
(37,14,30)
#1B0A14
(27,10,20)
#11060A
(17,6,10)
#000000
(0,0,0)

Tints of #752E6E

#752E6E
(117,46,110)
#81417B
(129,65,123)
#8D5488
(141,84,136)
#996795
(153,103,149)
#A57AA2
(165,122,162)
#B18DAF
(177,141,175)
#BDA0BC
(189,160,188)
#C9B3C9
(201,179,201)
#D5C6D6
(213,198,214)
#E1D9E3
(225,217,227)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752E6E color. Also use rgb(117,46,110) instead hex code.

Text Font Color

.myTextColor { color: #752E6E; }

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

This text font color is #752E6E.


Background Color

.myBgColor { background-color: #752E6E; }

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

This div background color is #752E6E.


Border color

.myBorderColor { border: 1px solid #752E6E; }

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

This div border color is #752E6E.


Opacity

.myOpacity80 { color: #752E6E; opacity: 0.8; }

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

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

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

This text has shadow with #752E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752E6E on black background.


Color preview on white background

This text has color #752E6E on white background.



Black color preview on #752E6E background

This text has black color on #752E6E background.


White color preview on #752E6E background

This text has white color on #752E6E background.