COLOR #75685C

HEX: #75685C
RGB: (117,104,92)

Color info

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

RGB color model

#75685C color RGB value is (117,104,92).

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

RGB channels and saturation

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

117
104
92

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

Portions of RGB colors in percentages

R + G + B =
117 + 104 + 92 = 313 (100%)
R 117 of 313 ~ 37.38%
G 104 of 313 ~ 33.23%
B 92 of 313 ~ 29.39%

%37.38
%33.23
%29.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 21.37%
  • 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
%21.37
%54.12

Codes

Color #75685C in popluar color models

75685C
RGB11710492
HSL29°11.96%40.98%
HSB/HSV29°21.37%45.88%
CMYK0.00%11.11%21.37%
54.12%

Color #75685C in popluar number systems.

HEX75685C
Decimal11710492
Binary111010111010001011100
Octal165150134

Shades and tints

Shades of #75685C

#75685C
(117,104,92)
#6B5F54
(107,95,84)
#61564C
(97,86,76)
#574D44
(87,77,68)
#4D443C
(77,68,60)
#433B34
(67,59,52)
#39322C
(57,50,44)
#2F2924
(47,41,36)
#25201C
(37,32,28)
#1B1714
(27,23,20)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #75685C

#75685C
(117,104,92)
#81756A
(129,117,106)
#8D8278
(141,130,120)
#998F86
(153,143,134)
#A59C94
(165,156,148)
#B1A9A2
(177,169,162)
#BDB6B0
(189,182,176)
#C9C3BE
(201,195,190)
#D5D0CC
(213,208,204)
#E1DDDA
(225,221,218)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75685C; }

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

This text font color is #75685C.


Background Color

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

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

This div background color is #75685C.


Border color

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

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

This div border color is #75685C.


Opacity

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

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

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

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

This text has shadow with #75685C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75685C on black background.


Color preview on white background

This text has color #75685C on white background.



Black color preview on #75685C background

This text has black color on #75685C background.


White color preview on #75685C background

This text has white color on #75685C background.