COLOR #75685F

HEX: #75685F
RGB: (117,104,95)

Color info

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

RGB color model

#75685F color RGB value is (117,104,95).

  • red value is 117;
  • green value is 104;
  • blue value is 95.
RGB:
(117,104,95)
(46%,41%,37%)

RGB channels and saturation

R 117 of 255 = 46%
G 104 of 255 = 41%
B 95 of 255 = 37%

117
104
95

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

Portions of RGB colors in percentages

R + G + B =
117 + 104 + 95 = 316 (100%)
R 117 of 316 ~ 37.03%
G 104 of 316 ~ 32.91%
B 95 of 316 ~ 30.06%

%37.03
%32.91
%30.06

CMYK color model

#75685F color CMYK value is (0,11,19,54).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 18.80%
  • key color value is 54.12%
CMYK:
(0,11,19,54)
C0M11Y19K54 
(0%,11%,19%,54%)
(0.00/0.11/0.19/0.54)	

CMYK percentages

%0
%11.11
%18.8
%54.12

Codes

Color #75685F in popluar color models

75685F
RGB11710495
HSL25°10.38%41.57%
HSB/HSV25°18.80%45.88%
CMYK0.00%11.11%18.80%
54.12%

Color #75685F in popluar number systems.

HEX75685F
Decimal11710495
Binary111010111010001011111
Octal165150137

Shades and tints

Shades of #75685F

#75685F
(117,104,95)
#6B5F57
(107,95,87)
#61564F
(97,86,79)
#574D47
(87,77,71)
#4D443F
(77,68,63)
#433B37
(67,59,55)
#39322F
(57,50,47)
#2F2927
(47,41,39)
#25201F
(37,32,31)
#1B1717
(27,23,23)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #75685F

#75685F
(117,104,95)
#81756D
(129,117,109)
#8D827B
(141,130,123)
#998F89
(153,143,137)
#A59C97
(165,156,151)
#B1A9A5
(177,169,165)
#BDB6B3
(189,182,179)
#C9C3C1
(201,195,193)
#D5D0CF
(213,208,207)
#E1DDDD
(225,221,221)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75685F; }

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

This text font color is #75685F.


Background Color

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

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

This div background color is #75685F.


Border color

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

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

This div border color is #75685F.


Opacity

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

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

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

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

This text has shadow with #75685F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75685F on black background.


Color preview on white background

This text has color #75685F on white background.



Black color preview on #75685F background

This text has black color on #75685F background.


White color preview on #75685F background

This text has white color on #75685F background.