COLOR #752B6B

HEX: #752B6B
RGB: (117,43,107)

Color info

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

RGB color model

#752B6B color RGB value is (117,43,107).

  • red value is 117;
  • green value is 43;
  • blue value is 107.
RGB:
(117,43,107)
(46%,17%,42%)

RGB channels and saturation

R 117 of 255 = 46%
G 43 of 255 = 17%
B 107 of 255 = 42%

117
43
107

R + G + B ~ 35%. #752B6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 43 + 107 = 267 (100%)
R 117 of 267 ~ 43.82%
G 43 of 267 ~ 16.1%
B 107 of 267 ~ 40.07%

%43.82
%16.1
%40.07

CMYK color model

#752B6B color CMYK value is (0,63,9,54).

  • cyan value is 0.00%
  • magenta value is 63.25%
  • yellow value is 8.55%
  • key color value is 54.12%
CMYK:
(0,63,9,54)
C0M63Y9K54 
(0%,63%,9%,54%)
(0.00/0.63/0.09/0.54)	

CMYK percentages

%0
%63.25
%8.55
%54.12

Codes

Color #752B6B in popluar color models

752B6B
RGB11743107
HSL308°46.25%31.37%
HSB/HSV308°63.25%45.88%
CMYK0.00%63.25%8.55%
54.12%

Color #752B6B in popluar number systems.

HEX752B6B
Decimal11743107
Binary11101011010111101011
Octal16553153

Shades and tints

Shades of #752B6B

#752B6B
(117,43,107)
#6B2862
(107,40,98)
#612559
(97,37,89)
#572250
(87,34,80)
#4D1F47
(77,31,71)
#431C3E
(67,28,62)
#391935
(57,25,53)
#2F162C
(47,22,44)
#251323
(37,19,35)
#1B101A
(27,16,26)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #752B6B

#752B6B
(117,43,107)
#813E78
(129,62,120)
#8D5185
(141,81,133)
#996492
(153,100,146)
#A5779F
(165,119,159)
#B18AAC
(177,138,172)
#BD9DB9
(189,157,185)
#C9B0C6
(201,176,198)
#D5C3D3
(213,195,211)
#E1D6E0
(225,214,224)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752B6B color. Also use rgb(117,43,107) instead hex code.

Text Font Color

.myTextColor { color: #752B6B; }

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

This text font color is #752B6B.


Background Color

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

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

This div background color is #752B6B.


Border color

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

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

This div border color is #752B6B.


Opacity

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

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

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

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

This text has shadow with #752B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752B6B on black background.


Color preview on white background

This text has color #752B6B on white background.



Black color preview on #752B6B background

This text has black color on #752B6B background.


White color preview on #752B6B background

This text has white color on #752B6B background.