COLOR #75749B

HEX: #75749B
RGB: (117,116,155)

Color info

#75749B contains red, green and blue colors in about the same proportion. Web safe color of #75749B is #666699 (or #669).

RGB color model

#75749B color RGB value is (117,116,155).

  • red value is 117;
  • green value is 116;
  • blue value is 155.
RGB:
(117,116,155)
(46%,45%,61%)

RGB channels and saturation

R 117 of 255 = 46%
G 116 of 255 = 45%
B 155 of 255 = 61%

117
116
155

R + G + B ~ 51%. #75749B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 116 + 155 = 388 (100%)
R 117 of 388 ~ 30.15%
G 116 of 388 ~ 29.9%
B 155 of 388 ~ 39.95%

%30.15
%29.9
%39.95

CMYK color model

#75749B color CMYK value is (25,25,0,39).

  • cyan value is 24.52%
  • magenta value is 25.16%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(25,25,0,39)
C25M25Y0K39 
(25%,25%,0%,39%)
(0.25/0.25/0.00/0.39)	

CMYK percentages

%24.52
%25.16
%0
%39.22

Codes

Color #75749B in popluar color models

75749B
RGB117116155
HSL242°16.32%53.14%
HSB/HSV242°25.16%60.78%
CMYK24.52%25.16%0.00%
39.22%

Color #75749B in popluar number systems.

HEX75749B
Decimal117116155
Binary1110101111010010011011
Octal165164233

Shades and tints

Shades of #75749B

#75749B
(117,116,155)
#6B6A8D
(107,106,141)
#61607F
(97,96,127)
#575671
(87,86,113)
#4D4C63
(77,76,99)
#434255
(67,66,85)
#393847
(57,56,71)
#2F2E39
(47,46,57)
#25242B
(37,36,43)
#1B1A1D
(27,26,29)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #75749B

#75749B
(117,116,155)
#8180A4
(129,128,164)
#8D8CAD
(141,140,173)
#9998B6
(153,152,182)
#A5A4BF
(165,164,191)
#B1B0C8
(177,176,200)
#BDBCD1
(189,188,209)
#C9C8DA
(201,200,218)
#D5D4E3
(213,212,227)
#E1E0EC
(225,224,236)
#EDECF5
(237,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75749B color. Also use rgb(117,116,155) instead hex code.

Text Font Color

.myTextColor { color: #75749B; }

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

This text font color is #75749B.


Background Color

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

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

This div background color is #75749B.


Border color

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

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

This div border color is #75749B.


Opacity

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

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

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

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

This text has shadow with #75749B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75749B on black background.


Color preview on white background

This text has color #75749B on white background.



Black color preview on #75749B background

This text has black color on #75749B background.


White color preview on #75749B background

This text has white color on #75749B background.