COLOR #75496F

HEX: #75496F RGB: (117,73,111)

Color info

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

RGB color model

#75496F color RGB value is (117,73,111).

RGB: (117,73,111) (46%, 29%, 44%)

RGB channels and saturation

R 117 of 255 = 46%
G 73 of 255 = 29%
B 111 of 255 = 44%

117
73
111

R + G + B ~ 40%. #75496F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 73 + 111 = 301 (100%)
R 117 of 301 ~ 38.87%
G 73 of 301 ~ 24.25%
B 111 of 301 ~ 36.88'%

%38.87
%24.25
%36.88

CMYK color model

#75496F color CMYK value is (0,38,5,54).

  • cyan value is 0.00%
  • magenta value is 37.61%
  • yellow value is 5.13%
  • key color value is 54.12%

CMYK: (0,38,5,54)
C0M38Y5K54 (0%, 38%, 5%, 54%)
(0.00 / 0.38 / 0.05 / 0.54)

CMYK percentages

%0
%37.61
%5.13
%54.12

Codes

Color #75496F in popluar color models

75 49 6F
RGB 117 73 111
HSL 308° 23.16% 37.25%
HSB/HSV 308° 37.61% 45.88%
CMYK 0.00% 37.61% 5.13%
54.12%

Color #75496F in popluar number systems.

HEX 75 49 6F
Decimal 117 73 111
Binary 1110101 1001001 1101111
Octal 165 111 157

Shades and tints

Shades of #75496F

#75496F
(117,73,111)
#6B4365
(107,67,101)
#613D5B
(97,61,91)
#573751
(87,55,81)
#4D3147
(77,49,71)
#432B3D
(67,43,61)
#392533
(57,37,51)
#2F1F29
(47,31,41)
#25191F
(37,25,31)
#1B1315
(27,19,21)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #75496F

#75496F
(117,73,111)
#81597C
(129,89,124)
#8D6989
(141,105,137)
#997996
(153,121,150)
#A589A3
(165,137,163)
#B199B0
(177,153,176)
#BDA9BD
(189,169,189)
#C9B9CA
(201,185,202)
#D5C9D7
(213,201,215)
#E1D9E4
(225,217,228)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75496F; }

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

This text font color is #75496F.

Background Color

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

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

This div background color is #75496F.

Border color

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

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

This div border color is #75496F.

Opacity

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

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

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

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

This text has shadow with #75496F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75496F.

Preview

Color preview on black background

This text has color #75496F on black background.


Color preview on white background

This text has color #75496F on white background.


Black color preview on #75496F background

This text has black color on #75496F background.


White color preview on #75496F background

This text has white color on #75496F background.


Related colors

Complementary color

Complementary color for #hex is #8AB690.


I love getcolorcode.com

Triadic colors

1 #6F7549 and #496F75 with #75496F are triadic colors.

2 #6F4975 and #49756F with #75496F are triadic colors.