COLOR #75738D

HEX: #75738D
RGB: (117,115,141)

Color info

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

RGB color model

#75738D color RGB value is (117,115,141).

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

RGB channels and saturation

R 117 of 255 = 46%
G 115 of 255 = 45%
B 141 of 255 = 55%

117
115
141

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

Portions of RGB colors in percentages

R + G + B =
117 + 115 + 141 = 373 (100%)
R 117 of 373 ~ 31.37%
G 115 of 373 ~ 30.83%
B 141 of 373 ~ 37.8%

%31.37
%30.83
%37.8

CMYK color model

#75738D color CMYK value is (17,18,0,45).

  • cyan value is 17.02%
  • magenta value is 18.44%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(17,18,0,45)
C17M18Y0K45 
(17%,18%,0%,45%)
(0.17/0.18/0.00/0.45)	

CMYK percentages

%17.02
%18.44
%0
%44.71

Codes

Color #75738D in popluar color models

75738D
RGB117115141
HSL245°10.24%50.20%
HSB/HSV245°18.44%55.29%
CMYK17.02%18.44%0.00%
44.71%

Color #75738D in popluar number systems.

HEX75738D
Decimal117115141
Binary1110101111001110001101
Octal165163215

Shades and tints

Shades of #75738D

#75738D
(117,115,141)
#6B6981
(107,105,129)
#615F75
(97,95,117)
#575569
(87,85,105)
#4D4B5D
(77,75,93)
#434151
(67,65,81)
#393745
(57,55,69)
#2F2D39
(47,45,57)
#25232D
(37,35,45)
#1B1921
(27,25,33)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #75738D

#75738D
(117,115,141)
#817F97
(129,127,151)
#8D8BA1
(141,139,161)
#9997AB
(153,151,171)
#A5A3B5
(165,163,181)
#B1AFBF
(177,175,191)
#BDBBC9
(189,187,201)
#C9C7D3
(201,199,211)
#D5D3DD
(213,211,221)
#E1DFE7
(225,223,231)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75738D; }

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

This text font color is #75738D.


Background Color

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

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

This div background color is #75738D.


Border color

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

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

This div border color is #75738D.


Opacity

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

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

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

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

This text has shadow with #75738D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75738D on black background.


Color preview on white background

This text has color #75738D on white background.



Black color preview on #75738D background

This text has black color on #75738D background.


White color preview on #75738D background

This text has white color on #75738D background.