COLOR #750177

HEX: #750177
RGB: (117,1,119)

Color info

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

RGB color model

#750177 color RGB value is (117,1,119).

  • red value is 117;
  • green value is 1;
  • blue value is 119.
RGB:
(117,1,119)
(46%,0%,47%)

RGB channels and saturation

R 117 of 255 = 46%
G 1 of 255 = 0%
B 119 of 255 = 47%

117
1
119

R + G + B ~ 31%. #750177 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 1 + 119 = 237 (100%)
R 117 of 237 ~ 49.37%
G 1 of 237 ~ 0.42%
B 119 of 237 ~ 50.21%

%49.37
%50.21

CMYK color model

#750177 color CMYK value is (2,99,0,53).

  • cyan value is 1.68%
  • magenta value is 99.16%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(2,99,0,53)
C2M99Y0K53 
(2%,99%,0%,53%)
(0.02/0.99/0.00/0.53)	

CMYK percentages

%1.68
%99.16
%0
%53.33

Codes

Color #750177 in popluar color models

750177
RGB1171119
HSL299°98.33%23.53%
HSB/HSV299°99.16%46.67%
CMYK1.68%99.16%0.00%
53.33%

Color #750177 in popluar number systems.

HEX750177
Decimal1171119
Binary111010111110111
Octal1651167

Shades and tints

Shades of #750177

#750177
(117,1,119)
#6B016D
(107,1,109)
#610163
(97,1,99)
#570159
(87,1,89)
#4D014F
(77,1,79)
#430145
(67,1,69)
#39013B
(57,1,59)
#2F0131
(47,1,49)
#250127
(37,1,39)
#1B011D
(27,1,29)
#110113
(17,1,19)
#000000
(0,0,0)

Tints of #750177

#750177
(117,1,119)
#811883
(129,24,131)
#8D2F8F
(141,47,143)
#99469B
(153,70,155)
#A55DA7
(165,93,167)
#B174B3
(177,116,179)
#BD8BBF
(189,139,191)
#C9A2CB
(201,162,203)
#D5B9D7
(213,185,215)
#E1D0E3
(225,208,227)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #750177 color. Also use rgb(117,1,119) instead hex code.

Text Font Color

.myTextColor { color: #750177; }

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

This text font color is #750177.


Background Color

.myBgColor { background-color: #750177; }

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

This div background color is #750177.


Border color

.myBorderColor { border: 1px solid #750177; }

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

This div border color is #750177.


Opacity

.myOpacity80 { color: #750177; opacity: 0.8; }

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

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

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

This text has shadow with #750177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750177 on black background.


Color preview on white background

This text has color #750177 on white background.



Black color preview on #750177 background

This text has black color on #750177 background.


White color preview on #750177 background

This text has white color on #750177 background.