COLOR #75685A

HEX: #75685A
RGB: (117,104,90)

Color info

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

RGB color model

#75685A color RGB value is (117,104,90).

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

RGB channels and saturation

R 117 of 255 = 46%
G 104 of 255 = 41%
B 90 of 255 = 35%

117
104
90

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

Portions of RGB colors in percentages

R + G + B =
117 + 104 + 90 = 311 (100%)
R 117 of 311 ~ 37.62%
G 104 of 311 ~ 33.44%
B 90 of 311 ~ 28.94%

%37.62
%33.44
%28.94

CMYK color model

#75685A color CMYK value is (0,11,23,54).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 23.08%
  • key color value is 54.12%
CMYK:
(0,11,23,54)
C0M11Y23K54 
(0%,11%,23%,54%)
(0.00/0.11/0.23/0.54)	

CMYK percentages

%0
%11.11
%23.08
%54.12

Codes

Color #75685A in popluar color models

75685A
RGB11710490
HSL31°13.04%40.59%
HSB/HSV31°23.08%45.88%
CMYK0.00%11.11%23.08%
54.12%

Color #75685A in popluar number systems.

HEX75685A
Decimal11710490
Binary111010111010001011010
Octal165150132

Shades and tints

Shades of #75685A

#75685A
(117,104,90)
#6B5F52
(107,95,82)
#61564A
(97,86,74)
#574D42
(87,77,66)
#4D443A
(77,68,58)
#433B32
(67,59,50)
#39322A
(57,50,42)
#2F2922
(47,41,34)
#25201A
(37,32,26)
#1B1712
(27,23,18)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #75685A

#75685A
(117,104,90)
#817569
(129,117,105)
#8D8278
(141,130,120)
#998F87
(153,143,135)
#A59C96
(165,156,150)
#B1A9A5
(177,169,165)
#BDB6B4
(189,182,180)
#C9C3C3
(201,195,195)
#D5D0D2
(213,208,210)
#E1DDE1
(225,221,225)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75685A; }

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

This text font color is #75685A.


Background Color

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

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

This div background color is #75685A.


Border color

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

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

This div border color is #75685A.


Opacity

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

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

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

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

This text has shadow with #75685A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75685A on black background.


Color preview on white background

This text has color #75685A on white background.



Black color preview on #75685A background

This text has black color on #75685A background.


White color preview on #75685A background

This text has white color on #75685A background.