COLOR #75749E

HEX: #75749E
RGB: (117,116,158)

Color info

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

RGB color model

#75749E color RGB value is (117,116,158).

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

RGB channels and saturation

R 117 of 255 = 46%
G 116 of 255 = 45%
B 158 of 255 = 62%

117
116
158

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

Portions of RGB colors in percentages

R + G + B =
117 + 116 + 158 = 391 (100%)
R 117 of 391 ~ 29.92%
G 116 of 391 ~ 29.67%
B 158 of 391 ~ 40.41%

%29.92
%29.67
%40.41

CMYK color model

#75749E color CMYK value is (26,27,0,38).

  • cyan value is 25.95%
  • magenta value is 26.58%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(26,27,0,38)
C26M27Y0K38 
(26%,27%,0%,38%)
(0.26/0.27/0.00/0.38)	

CMYK percentages

%25.95
%26.58
%0
%38.04

Codes

Color #75749E in popluar color models

75749E
RGB117116158
HSL241°17.80%53.73%
HSB/HSV241°26.58%61.96%
CMYK25.95%26.58%0.00%
38.04%

Color #75749E in popluar number systems.

HEX75749E
Decimal117116158
Binary1110101111010010011110
Octal165164236

Shades and tints

Shades of #75749E

#75749E
(117,116,158)
#6B6A90
(107,106,144)
#616082
(97,96,130)
#575674
(87,86,116)
#4D4C66
(77,76,102)
#434258
(67,66,88)
#39384A
(57,56,74)
#2F2E3C
(47,46,60)
#25242E
(37,36,46)
#1B1A20
(27,26,32)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #75749E

#75749E
(117,116,158)
#8180A6
(129,128,166)
#8D8CAE
(141,140,174)
#9998B6
(153,152,182)
#A5A4BE
(165,164,190)
#B1B0C6
(177,176,198)
#BDBCCE
(189,188,206)
#C9C8D6
(201,200,214)
#D5D4DE
(213,212,222)
#E1E0E6
(225,224,230)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75749E; }

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

This text font color is #75749E.


Background Color

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

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

This div background color is #75749E.


Border color

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

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

This div border color is #75749E.


Opacity

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

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

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

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

This text has shadow with #75749E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75749E on black background.


Color preview on white background

This text has color #75749E on white background.



Black color preview on #75749E background

This text has black color on #75749E background.


White color preview on #75749E background

This text has white color on #75749E background.