COLOR #75685D

HEX: #75685D RGB: (117,104,93)

Color info

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

RGB color model

#75685D color RGB value is (117,104,93).

RGB: (117,104,93) (46%, 41%, 36%)

RGB channels and saturation

R 117 of 255 = 46%
G 104 of 255 = 41%
B 93 of 255 = 36%

117
104
93

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

Portions of RGB colors in percentages

R + G + B = 117 + 104 + 93 = 314 (100%)
R 117 of 314 ~ 37.26%
G 104 of 314 ~ 33.12%
B 93 of 314 ~ 29.62'%

%37.26
%33.12
%29.62

CMYK color model

#75685D color CMYK value is (0,11,21,54).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 20.51%
  • key color value is 54.12%

CMYK: (0,11,21,54)
C0M11Y21K54 (0%, 11%, 21%, 54%)
(0.00 / 0.11 / 0.21 / 0.54)

CMYK percentages

%0
%11.11
%20.51
%54.12

Codes

Color #75685D in popluar color models

75 68 5D
RGB 117 104 93
HSL 28° 11.43% 41.18%
HSB/HSV 28° 20.51% 45.88%
CMYK 0.00% 11.11% 20.51%
54.12%

Color #75685D in popluar number systems.

HEX 75 68 5D
Decimal 117 104 93
Binary 1110101 1101000 1011101
Octal 165 150 135

Shades and tints

Shades of #75685D

#75685D
(117,104,93)
#6B5F55
(107,95,85)
#61564D
(97,86,77)
#574D45
(87,77,69)
#4D443D
(77,68,61)
#433B35
(67,59,53)
#39322D
(57,50,45)
#2F2925
(47,41,37)
#25201D
(37,32,29)
#1B1715
(27,23,21)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #75685D

#75685D
(117,104,93)
#81756B
(129,117,107)
#8D8279
(141,130,121)
#998F87
(153,143,135)
#A59C95
(165,156,149)
#B1A9A3
(177,169,163)
#BDB6B1
(189,182,177)
#C9C3BF
(201,195,191)
#D5D0CD
(213,208,205)
#E1DDDB
(225,221,219)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75685D color. Also use rgb(117,104,93) instead hex code.

Text Font Color

.myTextColor { color: #75685D; }

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

This text font color is #75685D.

Background Color

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

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

This div background color is #75685D.

Border color

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

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

This div border color is #75685D.

Opacity

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

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

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

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

This text has shadow with #75685D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75685D.

Preview

Color preview on black background

This text has color #75685D on black background.


Color preview on white background

This text has color #75685D on white background.


Black color preview on #75685D background

This text has black color on #75685D background.


White color preview on #75685D background

This text has white color on #75685D background.


Related colors

Complementary color

Complementary color for #hex is #8A97A2.


I love getcolorcode.com

Triadic colors

1 #5D7568 and #685D75 with #75685D are triadic colors.

2 #5D6875 and #68755D with #75685D are triadic colors.