COLOR #752D5D

HEX: #752D5D RGB: (117,45,93)

Color info

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

RGB color model

#752D5D color RGB value is (117,45,93).

RGB: (117,45,93) (46%, 18%, 36%)

RGB channels and saturation

R 117 of 255 = 46%
G 45 of 255 = 18%
B 93 of 255 = 36%

117
45
93

R + G + B ~ 33%. #752D5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 45 + 93 = 255 (100%)
R 117 of 255 ~ 45.88%
G 45 of 255 ~ 17.65%
B 93 of 255 ~ 36.47'%

%45.88
%17.65
%36.47

CMYK color model

#752D5D color CMYK value is (0,62,21,54).

  • cyan value is 0.00%
  • magenta value is 61.54%
  • yellow value is 20.51%
  • key color value is 54.12%
CMYK: (0,62,21,54) C0M62Y21K54 (0%,62%,21%,54%) (0.00/0.62/0.21/0.54) 

CMYK percentages

%0
%61.54
%20.51
%54.12

Codes

Color #752D5D in popluar color models

75 2D 5D
RGB 117 45 93
HSL 320° 44.44% 31.76%
HSB/HSV 320° 61.54% 45.88%
CMYK 0.00% 61.54% 20.51%
54.12%

Color #752D5D in popluar number systems.

HEX 75 2D 5D
Decimal 117 45 93
Binary 1110101 101101 1011101
Octal 165 55 135

Shades and tints

Shades of #752D5D

#752D5D
(117,45,93)
#6B2955
(107,41,85)
#61254D
(97,37,77)
#572145
(87,33,69)
#4D1D3D
(77,29,61)
#431935
(67,25,53)
#39152D
(57,21,45)
#2F1125
(47,17,37)
#250D1D
(37,13,29)
#1B0915
(27,9,21)
#11050D
(17,5,13)
#000000
(0,0,0)

Tints of #752D5D

#752D5D
(117,45,93)
#81406B
(129,64,107)
#8D5379
(141,83,121)
#996687
(153,102,135)
#A57995
(165,121,149)
#B18CA3
(177,140,163)
#BD9FB1
(189,159,177)
#C9B2BF
(201,178,191)
#D5C5CD
(213,197,205)
#E1D8DB
(225,216,219)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752D5D color. Also use rgb(117,45,93) instead hex code.

Text Font Color

.myTextColor { color: #752D5D; }

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

This text font color is #752D5D.

Background Color

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

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

This div background color is #752D5D.

Border color

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

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

This div border color is #752D5D.

Opacity

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

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

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

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

This text has shadow with #752D5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #752D5D.

Preview

Color preview on black background

This text has color #752D5D on black background.


Color preview on white background

This text has color #752D5D on white background.


Black color preview on #752D5D background

This text has black color on #752D5D background.


White color preview on #752D5D background

This text has white color on #752D5D background.


Related colors

Complementary color

Complementary color for #hex is #8AD2A2.


I love getcolorcode.com

Triadic colors

1 #5D752D and #2D5D75 with #752D5D are triadic colors.

2 #5D2D75 and #2D755D with #752D5D are triadic colors.