COLOR #752D62

HEX: #752D62
RGB: (117,45,98)

Color info

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

RGB color model

#752D62 color RGB value is (117,45,98).

  • red value is 117;
  • green value is 45;
  • blue value is 98.
RGB:
(117,45,98)
(46%,18%,38%)

RGB channels and saturation

R 117 of 255 = 46%
G 45 of 255 = 18%
B 98 of 255 = 38%

117
45
98

R + G + B ~ 34%. #752D62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 45 + 98 = 260 (100%)
R 117 of 260 ~ 45%
G 45 of 260 ~ 17.31%
B 98 of 260 ~ 37.69%

%45
%17.31
%37.69

CMYK color model

#752D62 color CMYK value is (0,62,16,54).

  • cyan value is 0.00%
  • magenta value is 61.54%
  • yellow value is 16.24%
  • key color value is 54.12%
CMYK:
(0,62,16,54)
C0M62Y16K54 
(0%,62%,16%,54%)
(0.00/0.62/0.16/0.54)	

CMYK percentages

%0
%61.54
%16.24
%54.12

Codes

Color #752D62 in popluar color models

752D62
RGB1174598
HSL316°44.44%31.76%
HSB/HSV316°61.54%45.88%
CMYK0.00%61.54%16.24%
54.12%

Color #752D62 in popluar number systems.

HEX752D62
Decimal1174598
Binary11101011011011100010
Octal16555142

Shades and tints

Shades of #752D62

#752D62
(117,45,98)
#6B295A
(107,41,90)
#612552
(97,37,82)
#57214A
(87,33,74)
#4D1D42
(77,29,66)
#43193A
(67,25,58)
#391532
(57,21,50)
#2F112A
(47,17,42)
#250D22
(37,13,34)
#1B091A
(27,9,26)
#110512
(17,5,18)
#000000
(0,0,0)

Tints of #752D62

#752D62
(117,45,98)
#814070
(129,64,112)
#8D537E
(141,83,126)
#99668C
(153,102,140)
#A5799A
(165,121,154)
#B18CA8
(177,140,168)
#BD9FB6
(189,159,182)
#C9B2C4
(201,178,196)
#D5C5D2
(213,197,210)
#E1D8E0
(225,216,224)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752D62; }

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

This text font color is #752D62.


Background Color

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

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

This div background color is #752D62.


Border color

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

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

This div border color is #752D62.


Opacity

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

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

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

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

This text has shadow with #752D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752D62 on black background.


Color preview on white background

This text has color #752D62 on white background.



Black color preview on #752D62 background

This text has black color on #752D62 background.


White color preview on #752D62 background

This text has white color on #752D62 background.