COLOR #750D65

HEX: #750D65
RGB: (117,13,101)

Color info

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

RGB color model

#750D65 color RGB value is (117,13,101).

  • red value is 117;
  • green value is 13;
  • blue value is 101.
RGB:
(117,13,101)
(46%,5%,40%)

RGB channels and saturation

R 117 of 255 = 46%
G 13 of 255 = 5%
B 101 of 255 = 40%

117
13
101

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

Portions of RGB colors in percentages

R + G + B =
117 + 13 + 101 = 231 (100%)
R 117 of 231 ~ 50.65%
G 13 of 231 ~ 5.63%
B 101 of 231 ~ 43.72%

%50.65
%43.72

CMYK color model

#750D65 color CMYK value is (0,89,14,54).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 13.68%
  • key color value is 54.12%
CMYK:
(0,89,14,54)
C0M89Y14K54 
(0%,89%,14%,54%)
(0.00/0.89/0.14/0.54)	

CMYK percentages

%0
%88.89
%13.68
%54.12

Codes

Color #750D65 in popluar color models

750D65
RGB11713101
HSL309°80.00%25.49%
HSB/HSV309°88.89%45.88%
CMYK0.00%88.89%13.68%
54.12%

Color #750D65 in popluar number systems.

HEX750D65
Decimal11713101
Binary111010111011100101
Octal16515145

Shades and tints

Shades of #750D65

#750D65
(117,13,101)
#6B0C5C
(107,12,92)
#610B53
(97,11,83)
#570A4A
(87,10,74)
#4D0941
(77,9,65)
#430838
(67,8,56)
#39072F
(57,7,47)
#2F0626
(47,6,38)
#25051D
(37,5,29)
#1B0414
(27,4,20)
#11030B
(17,3,11)
#000000
(0,0,0)

Tints of #750D65

#750D65
(117,13,101)
#812373
(129,35,115)
#8D3981
(141,57,129)
#994F8F
(153,79,143)
#A5659D
(165,101,157)
#B17BAB
(177,123,171)
#BD91B9
(189,145,185)
#C9A7C7
(201,167,199)
#D5BDD5
(213,189,213)
#E1D3E3
(225,211,227)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #750D65 color. Also use rgb(117,13,101) instead hex code.

Text Font Color

.myTextColor { color: #750D65; }

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

This text font color is #750D65.


Background Color

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

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

This div background color is #750D65.


Border color

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

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

This div border color is #750D65.


Opacity

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

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

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

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

This text has shadow with #750D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750D65 on black background.


Color preview on white background

This text has color #750D65 on white background.



Black color preview on #750D65 background

This text has black color on #750D65 background.


White color preview on #750D65 background

This text has white color on #750D65 background.