COLOR #75738B

HEX: #75738B
RGB: (117,115,139)

Color info

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

RGB color model

#75738B color RGB value is (117,115,139).

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

RGB channels and saturation

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

117
115
139

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

Portions of RGB colors in percentages

R + G + B =
117 + 115 + 139 = 371 (100%)
R 117 of 371 ~ 31.54%
G 115 of 371 ~ 31%
B 139 of 371 ~ 37.47%

%31.54
%31
%37.47

CMYK color model

#75738B color CMYK value is (16,17,0,45).

  • cyan value is 15.83%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(16,17,0,45)
C16M17Y0K45 
(16%,17%,0%,45%)
(0.16/0.17/0.00/0.45)	

CMYK percentages

%15.83
%17.27
%0
%45.49

Codes

Color #75738B in popluar color models

75738B
RGB117115139
HSL245°9.45%49.80%
HSB/HSV245°17.27%54.51%
CMYK15.83%17.27%0.00%
45.49%

Color #75738B in popluar number systems.

HEX75738B
Decimal117115139
Binary1110101111001110001011
Octal165163213

Shades and tints

Shades of #75738B

#75738B
(117,115,139)
#6B697F
(107,105,127)
#615F73
(97,95,115)
#575567
(87,85,103)
#4D4B5B
(77,75,91)
#43414F
(67,65,79)
#393743
(57,55,67)
#2F2D37
(47,45,55)
#25232B
(37,35,43)
#1B191F
(27,25,31)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #75738B

#75738B
(117,115,139)
#817F95
(129,127,149)
#8D8B9F
(141,139,159)
#9997A9
(153,151,169)
#A5A3B3
(165,163,179)
#B1AFBD
(177,175,189)
#BDBBC7
(189,187,199)
#C9C7D1
(201,199,209)
#D5D3DB
(213,211,219)
#E1DFE5
(225,223,229)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75738B; }

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

This text font color is #75738B.


Background Color

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

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

This div background color is #75738B.


Border color

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

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

This div border color is #75738B.


Opacity

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

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

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

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

This text has shadow with #75738B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75738B on black background.


Color preview on white background

This text has color #75738B on white background.



Black color preview on #75738B background

This text has black color on #75738B background.


White color preview on #75738B background

This text has white color on #75738B background.