COLOR #75738F

HEX: #75738F
RGB: (117,115,143)

Color info

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

RGB color model

#75738F color RGB value is (117,115,143).

  • red value is 117;
  • green value is 115;
  • blue value is 143.
RGB:
(117,115,143)
(46%,45%,56%)

RGB channels and saturation

R 117 of 255 = 46%
G 115 of 255 = 45%
B 143 of 255 = 56%

117
115
143

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

Portions of RGB colors in percentages

R + G + B =
117 + 115 + 143 = 375 (100%)
R 117 of 375 ~ 31.2%
G 115 of 375 ~ 30.67%
B 143 of 375 ~ 38.13%

%31.2
%30.67
%38.13

CMYK color model

#75738F color CMYK value is (18,20,0,44).

  • cyan value is 18.18%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(18,20,0,44)
C18M20Y0K44 
(18%,20%,0%,44%)
(0.18/0.20/0.00/0.44)	

CMYK percentages

%18.18
%19.58
%0
%43.92

Codes

Color #75738F in popluar color models

75738F
RGB117115143
HSL244°11.11%50.59%
HSB/HSV244°19.58%56.08%
CMYK18.18%19.58%0.00%
43.92%

Color #75738F in popluar number systems.

HEX75738F
Decimal117115143
Binary1110101111001110001111
Octal165163217

Shades and tints

Shades of #75738F

#75738F
(117,115,143)
#6B6982
(107,105,130)
#615F75
(97,95,117)
#575568
(87,85,104)
#4D4B5B
(77,75,91)
#43414E
(67,65,78)
#393741
(57,55,65)
#2F2D34
(47,45,52)
#252327
(37,35,39)
#1B191A
(27,25,26)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #75738F

#75738F
(117,115,143)
#817F99
(129,127,153)
#8D8BA3
(141,139,163)
#9997AD
(153,151,173)
#A5A3B7
(165,163,183)
#B1AFC1
(177,175,193)
#BDBBCB
(189,187,203)
#C9C7D5
(201,199,213)
#D5D3DF
(213,211,223)
#E1DFE9
(225,223,233)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75738F color. Also use rgb(117,115,143) instead hex code.

Text Font Color

.myTextColor { color: #75738F; }

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

This text font color is #75738F.


Background Color

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

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

This div background color is #75738F.


Border color

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

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

This div border color is #75738F.


Opacity

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

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

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

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

This text has shadow with #75738F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75738F on black background.


Color preview on white background

This text has color #75738F on white background.



Black color preview on #75738F background

This text has black color on #75738F background.


White color preview on #75738F background

This text has white color on #75738F background.