COLOR #75729E

HEX: #75729E
RGB: (117,114,158)

Color info

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

RGB color model

#75729E color RGB value is (117,114,158).

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

RGB channels and saturation

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

117
114
158

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

Portions of RGB colors in percentages

R + G + B =
117 + 114 + 158 = 389 (100%)
R 117 of 389 ~ 30.08%
G 114 of 389 ~ 29.31%
B 158 of 389 ~ 40.62%

%30.08
%29.31
%40.62

CMYK color model

#75729E color CMYK value is (26,28,0,38).

  • cyan value is 25.95%
  • magenta value is 27.85%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(26,28,0,38)
C26M28Y0K38 
(26%,28%,0%,38%)
(0.26/0.28/0.00/0.38)	

CMYK percentages

%25.95
%27.85
%0
%38.04

Codes

Color #75729E in popluar color models

75729E
RGB117114158
HSL244°18.49%53.33%
HSB/HSV244°27.85%61.96%
CMYK25.95%27.85%0.00%
38.04%

Color #75729E in popluar number systems.

HEX75729E
Decimal117114158
Binary1110101111001010011110
Octal165162236

Shades and tints

Shades of #75729E

#75729E
(117,114,158)
#6B6890
(107,104,144)
#615E82
(97,94,130)
#575474
(87,84,116)
#4D4A66
(77,74,102)
#434058
(67,64,88)
#39364A
(57,54,74)
#2F2C3C
(47,44,60)
#25222E
(37,34,46)
#1B1820
(27,24,32)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #75729E

#75729E
(117,114,158)
#817EA6
(129,126,166)
#8D8AAE
(141,138,174)
#9996B6
(153,150,182)
#A5A2BE
(165,162,190)
#B1AEC6
(177,174,198)
#BDBACE
(189,186,206)
#C9C6D6
(201,198,214)
#D5D2DE
(213,210,222)
#E1DEE6
(225,222,230)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75729E; }

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

This text font color is #75729E.


Background Color

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

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

This div background color is #75729E.


Border color

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

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

This div border color is #75729E.


Opacity

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

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

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

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

This text has shadow with #75729E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75729E on black background.


Color preview on white background

This text has color #75729E on white background.



Black color preview on #75729E background

This text has black color on #75729E background.


White color preview on #75729E background

This text has white color on #75729E background.