COLOR #75176B

HEX: #75176B
RGB: (117,23,107)

Color info

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

RGB color model

#75176B color RGB value is (117,23,107).

  • red value is 117;
  • green value is 23;
  • blue value is 107.
RGB:
(117,23,107)
(46%,9%,42%)

RGB channels and saturation

R 117 of 255 = 46%
G 23 of 255 = 9%
B 107 of 255 = 42%

117
23
107

R + G + B ~ 32%. #75176B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 23 + 107 = 247 (100%)
R 117 of 247 ~ 47.37%
G 23 of 247 ~ 9.31%
B 107 of 247 ~ 43.32%

%47.37
%43.32

CMYK color model

#75176B color CMYK value is (0,80,9,54).

  • cyan value is 0.00%
  • magenta value is 80.34%
  • yellow value is 8.55%
  • key color value is 54.12%
CMYK:
(0,80,9,54)
C0M80Y9K54 
(0%,80%,9%,54%)
(0.00/0.80/0.09/0.54)	

CMYK percentages

%0
%80.34
%8.55
%54.12

Codes

Color #75176B in popluar color models

75176B
RGB11723107
HSL306°67.14%27.45%
HSB/HSV306°80.34%45.88%
CMYK0.00%80.34%8.55%
54.12%

Color #75176B in popluar number systems.

HEX75176B
Decimal11723107
Binary1110101101111101011
Octal16527153

Shades and tints

Shades of #75176B

#75176B
(117,23,107)
#6B1562
(107,21,98)
#611359
(97,19,89)
#571150
(87,17,80)
#4D0F47
(77,15,71)
#430D3E
(67,13,62)
#390B35
(57,11,53)
#2F092C
(47,9,44)
#250723
(37,7,35)
#1B051A
(27,5,26)
#110311
(17,3,17)
#000000
(0,0,0)

Tints of #75176B

#75176B
(117,23,107)
#812C78
(129,44,120)
#8D4185
(141,65,133)
#995692
(153,86,146)
#A56B9F
(165,107,159)
#B180AC
(177,128,172)
#BD95B9
(189,149,185)
#C9AAC6
(201,170,198)
#D5BFD3
(213,191,211)
#E1D4E0
(225,212,224)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75176B color. Also use rgb(117,23,107) instead hex code.

Text Font Color

.myTextColor { color: #75176B; }

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

This text font color is #75176B.


Background Color

.myBgColor { background-color: #75176B; }

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

This div background color is #75176B.


Border color

.myBorderColor { border: 1px solid #75176B; }

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

This div border color is #75176B.


Opacity

.myOpacity80 { color: #75176B; opacity: 0.8; }

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

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

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

This text has shadow with #75176B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75176B on black background.


Color preview on white background

This text has color #75176B on white background.



Black color preview on #75176B background

This text has black color on #75176B background.


White color preview on #75176B background

This text has white color on #75176B background.