COLOR #750C62

HEX: #750C62
RGB: (117,12,98)

Color info

#750C62 contains mainly red and blue colors. Web safe color of #750C62 is #660066 (or #606).

RGB color model

#750C62 color RGB value is (117,12,98).

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

RGB channels and saturation

R 117 of 255 = 46%
G 12 of 255 = 5%
B 98 of 255 = 38%

117
12
98

R + G + B ~ 30%. #750C62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 12 + 98 = 227 (100%)
R 117 of 227 ~ 51.54%
G 12 of 227 ~ 5.29%
B 98 of 227 ~ 43.17%

%51.54
%43.17

CMYK color model

#750C62 color CMYK value is (0,90,16,54).

  • cyan value is 0.00%
  • magenta value is 89.74%
  • yellow value is 16.24%
  • key color value is 54.12%
CMYK:
(0,90,16,54)
C0M90Y16K54 
(0%,90%,16%,54%)
(0.00/0.90/0.16/0.54)	

CMYK percentages

%0
%89.74
%16.24
%54.12

Codes

Color #750C62 in popluar color models

750C62
RGB1171298
HSL311°81.40%25.29%
HSB/HSV311°89.74%45.88%
CMYK0.00%89.74%16.24%
54.12%

Color #750C62 in popluar number systems.

HEX750C62
Decimal1171298
Binary111010111001100010
Octal16514142

Shades and tints

Shades of #750C62

#750C62
(117,12,98)
#6B0B5A
(107,11,90)
#610A52
(97,10,82)
#57094A
(87,9,74)
#4D0842
(77,8,66)
#43073A
(67,7,58)
#390632
(57,6,50)
#2F052A
(47,5,42)
#250422
(37,4,34)
#1B031A
(27,3,26)
#110212
(17,2,18)
#000000
(0,0,0)

Tints of #750C62

#750C62
(117,12,98)
#812270
(129,34,112)
#8D387E
(141,56,126)
#994E8C
(153,78,140)
#A5649A
(165,100,154)
#B17AA8
(177,122,168)
#BD90B6
(189,144,182)
#C9A6C4
(201,166,196)
#D5BCD2
(213,188,210)
#E1D2E0
(225,210,224)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #750C62 color. Also use rgb(117,12,98) instead hex code.

Text Font Color

.myTextColor { color: #750C62; }

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

This text font color is #750C62.


Background Color

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

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

This div background color is #750C62.


Border color

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

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

This div border color is #750C62.


Opacity

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

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

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

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

This text has shadow with #750C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750C62 on black background.


Color preview on white background

This text has color #750C62 on white background.



Black color preview on #750C62 background

This text has black color on #750C62 background.


White color preview on #750C62 background

This text has white color on #750C62 background.