COLOR #75744F

HEX: #75744F
RGB: (117,116,79)

Color info

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

RGB color model

#75744F color RGB value is (117,116,79).

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

RGB channels and saturation

R 117 of 255 = 46%
G 116 of 255 = 45%
B 79 of 255 = 31%

117
116
79

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

Portions of RGB colors in percentages

R + G + B =
117 + 116 + 79 = 312 (100%)
R 117 of 312 ~ 37.5%
G 116 of 312 ~ 37.18%
B 79 of 312 ~ 25.32%

%37.5
%37.18
%25.32

CMYK color model

#75744F color CMYK value is (0,1,32,54).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 32.48%
  • key color value is 54.12%
CMYK:
(0,1,32,54)
C0M1Y32K54 
(0%,1%,32%,54%)
(0.00/0.01/0.32/0.54)	

CMYK percentages

%0
%0.85
%32.48
%54.12

Codes

Color #75744F in popluar color models

75744F
RGB11711679
HSL58°19.39%38.43%
HSB/HSV58°32.48%45.88%
CMYK0.00%0.85%32.48%
54.12%

Color #75744F in popluar number systems.

HEX75744F
Decimal11711679
Binary111010111101001001111
Octal165164117

Shades and tints

Shades of #75744F

#75744F
(117,116,79)
#6B6A48
(107,106,72)
#616041
(97,96,65)
#57563A
(87,86,58)
#4D4C33
(77,76,51)
#43422C
(67,66,44)
#393825
(57,56,37)
#2F2E1E
(47,46,30)
#252417
(37,36,23)
#1B1A10
(27,26,16)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #75744F

#75744F
(117,116,79)
#81805F
(129,128,95)
#8D8C6F
(141,140,111)
#99987F
(153,152,127)
#A5A48F
(165,164,143)
#B1B09F
(177,176,159)
#BDBCAF
(189,188,175)
#C9C8BF
(201,200,191)
#D5D4CF
(213,212,207)
#E1E0DF
(225,224,223)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75744F color. Also use rgb(117,116,79) instead hex code.

Text Font Color

.myTextColor { color: #75744F; }

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

This text font color is #75744F.


Background Color

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

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

This div background color is #75744F.


Border color

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

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

This div border color is #75744F.


Opacity

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

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

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

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

This text has shadow with #75744F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75744F on black background.


Color preview on white background

This text has color #75744F on white background.



Black color preview on #75744F background

This text has black color on #75744F background.


White color preview on #75744F background

This text has white color on #75744F background.