COLOR #75496B

HEX: #75496B
RGB: (117,73,107)

Color info

#75496B contains red, green and blue colors in about the same proportion. Web safe color of #75496B is #663366 (or #636).

RGB color model

#75496B color RGB value is (117,73,107).

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

RGB channels and saturation

R 117 of 255 = 46%
G 73 of 255 = 29%
B 107 of 255 = 42%

117
73
107

R + G + B ~ 39%. #75496B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 73 + 107 = 297 (100%)
R 117 of 297 ~ 39.39%
G 73 of 297 ~ 24.58%
B 107 of 297 ~ 36.03%

%39.39
%24.58
%36.03

CMYK color model

#75496B color CMYK value is (0,38,9,54).

  • cyan value is 0.00%
  • magenta value is 37.61%
  • yellow value is 8.55%
  • key color value is 54.12%
CMYK:
(0,38,9,54)
C0M38Y9K54 
(0%,38%,9%,54%)
(0.00/0.38/0.09/0.54)	

CMYK percentages

%0
%37.61
%8.55
%54.12

Codes

Color #75496B in popluar color models

75496B
RGB11773107
HSL314°23.16%37.25%
HSB/HSV314°37.61%45.88%
CMYK0.00%37.61%8.55%
54.12%

Color #75496B in popluar number systems.

HEX75496B
Decimal11773107
Binary111010110010011101011
Octal165111153

Shades and tints

Shades of #75496B

#75496B
(117,73,107)
#6B4362
(107,67,98)
#613D59
(97,61,89)
#573750
(87,55,80)
#4D3147
(77,49,71)
#432B3E
(67,43,62)
#392535
(57,37,53)
#2F1F2C
(47,31,44)
#251923
(37,25,35)
#1B131A
(27,19,26)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #75496B

#75496B
(117,73,107)
#815978
(129,89,120)
#8D6985
(141,105,133)
#997992
(153,121,146)
#A5899F
(165,137,159)
#B199AC
(177,153,172)
#BDA9B9
(189,169,185)
#C9B9C6
(201,185,198)
#D5C9D3
(213,201,211)
#E1D9E0
(225,217,224)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75496B; }

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

This text font color is #75496B.


Background Color

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

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

This div background color is #75496B.


Border color

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

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

This div border color is #75496B.


Opacity

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

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

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

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

This text has shadow with #75496B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75496B on black background.


Color preview on white background

This text has color #75496B on white background.



Black color preview on #75496B background

This text has black color on #75496B background.


White color preview on #75496B background

This text has white color on #75496B background.