COLOR #750F4C

HEX: #750F4C
RGB: (117,15,76)

Color info

#750F4C contains mainly red and blue colors. Web safe color of #750F4C is #660033 (or #603).

RGB color model

#750F4C color RGB value is (117,15,76).

  • red value is 117;
  • green value is 15;
  • blue value is 76.
RGB:
(117,15,76)
(46%,6%,30%)

RGB channels and saturation

R 117 of 255 = 46%
G 15 of 255 = 6%
B 76 of 255 = 30%

117
15
76

R + G + B ~ 27%. #750F4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 15 + 76 = 208 (100%)
R 117 of 208 ~ 56.25%
G 15 of 208 ~ 7.21%
B 76 of 208 ~ 36.54%

%56.25
%36.54

CMYK color model

#750F4C color CMYK value is (0,87,35,54).

  • cyan value is 0.00%
  • magenta value is 87.18%
  • yellow value is 35.04%
  • key color value is 54.12%
CMYK:
(0,87,35,54)
C0M87Y35K54 
(0%,87%,35%,54%)
(0.00/0.87/0.35/0.54)	

CMYK percentages

%0
%87.18
%35.04
%54.12

Codes

Color #750F4C in popluar color models

750F4C
RGB1171576
HSL324°77.27%25.88%
HSB/HSV324°87.18%45.88%
CMYK0.00%87.18%35.04%
54.12%

Color #750F4C in popluar number systems.

HEX750F4C
Decimal1171576
Binary111010111111001100
Octal16517114

Shades and tints

Shades of #750F4C

#750F4C
(117,15,76)
#6B0E46
(107,14,70)
#610D40
(97,13,64)
#570C3A
(87,12,58)
#4D0B34
(77,11,52)
#430A2E
(67,10,46)
#390928
(57,9,40)
#2F0822
(47,8,34)
#25071C
(37,7,28)
#1B0616
(27,6,22)
#110510
(17,5,16)
#000000
(0,0,0)

Tints of #750F4C

#750F4C
(117,15,76)
#81245C
(129,36,92)
#8D396C
(141,57,108)
#994E7C
(153,78,124)
#A5638C
(165,99,140)
#B1789C
(177,120,156)
#BD8DAC
(189,141,172)
#C9A2BC
(201,162,188)
#D5B7CC
(213,183,204)
#E1CCDC
(225,204,220)
#EDE1EC
(237,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #750F4C color. Also use rgb(117,15,76) instead hex code.

Text Font Color

.myTextColor { color: #750F4C; }

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

This text font color is #750F4C.


Background Color

.myBgColor { background-color: #750F4C; }

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

This div background color is #750F4C.


Border color

.myBorderColor { border: 1px solid #750F4C; }

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

This div border color is #750F4C.


Opacity

.myOpacity80 { color: #750F4C; opacity: 0.8; }

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

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

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

This text has shadow with #750F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750F4C on black background.


Color preview on white background

This text has color #750F4C on white background.



Black color preview on #750F4C background

This text has black color on #750F4C background.


White color preview on #750F4C background

This text has white color on #750F4C background.