COLOR #75745E

HEX: #75745E
RGB: (117,116,94)

Color info

#75745E contains red, green and blue colors in about the same proportion. Web safe color of #75745E is #666666 (or #666).

RGB color model

#75745E color RGB value is (117,116,94).

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

RGB channels and saturation

R 117 of 255 = 46%
G 116 of 255 = 45%
B 94 of 255 = 37%

117
116
94

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

Portions of RGB colors in percentages

R + G + B =
117 + 116 + 94 = 327 (100%)
R 117 of 327 ~ 35.78%
G 116 of 327 ~ 35.47%
B 94 of 327 ~ 28.75%

%35.78
%35.47
%28.75

CMYK color model

#75745E color CMYK value is (0,1,20,54).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 19.66%
  • key color value is 54.12%
CMYK:
(0,1,20,54)
C0M1Y20K54 
(0%,1%,20%,54%)
(0.00/0.01/0.20/0.54)	

CMYK percentages

%0
%0.85
%19.66
%54.12

Codes

Color #75745E in popluar color models

75745E
RGB11711694
HSL57°10.90%41.37%
HSB/HSV57°19.66%45.88%
CMYK0.00%0.85%19.66%
54.12%

Color #75745E in popluar number systems.

HEX75745E
Decimal11711694
Binary111010111101001011110
Octal165164136

Shades and tints

Shades of #75745E

#75745E
(117,116,94)
#6B6A56
(107,106,86)
#61604E
(97,96,78)
#575646
(87,86,70)
#4D4C3E
(77,76,62)
#434236
(67,66,54)
#39382E
(57,56,46)
#2F2E26
(47,46,38)
#25241E
(37,36,30)
#1B1A16
(27,26,22)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #75745E

#75745E
(117,116,94)
#81806C
(129,128,108)
#8D8C7A
(141,140,122)
#999888
(153,152,136)
#A5A496
(165,164,150)
#B1B0A4
(177,176,164)
#BDBCB2
(189,188,178)
#C9C8C0
(201,200,192)
#D5D4CE
(213,212,206)
#E1E0DC
(225,224,220)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75745E; }

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

This text font color is #75745E.


Background Color

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

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

This div background color is #75745E.


Border color

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

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

This div border color is #75745E.


Opacity

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

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

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

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

This text has shadow with #75745E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75745E on black background.


Color preview on white background

This text has color #75745E on white background.



Black color preview on #75745E background

This text has black color on #75745E background.


White color preview on #75745E background

This text has white color on #75745E background.