COLOR #75695D

HEX: #75695D
RGB: (117,105,93)

Color info

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

RGB color model

#75695D color RGB value is (117,105,93).

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

RGB channels and saturation

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

117
105
93

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

Portions of RGB colors in percentages

R + G + B =
117 + 105 + 93 = 315 (100%)
R 117 of 315 ~ 37.14%
G 105 of 315 ~ 33.33%
B 93 of 315 ~ 29.52%

%37.14
%33.33
%29.52

CMYK color model

#75695D color CMYK value is (0,10,21,54).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 20.51%
  • key color value is 54.12%
CMYK:
(0,10,21,54)
C0M10Y21K54 
(0%,10%,21%,54%)
(0.00/0.10/0.21/0.54)	

CMYK percentages

%0
%10.26
%20.51
%54.12

Codes

Color #75695D in popluar color models

75695D
RGB11710593
HSL30°11.43%41.18%
HSB/HSV30°20.51%45.88%
CMYK0.00%10.26%20.51%
54.12%

Color #75695D in popluar number systems.

HEX75695D
Decimal11710593
Binary111010111010011011101
Octal165151135

Shades and tints

Shades of #75695D

#75695D
(117,105,93)
#6B6055
(107,96,85)
#61574D
(97,87,77)
#574E45
(87,78,69)
#4D453D
(77,69,61)
#433C35
(67,60,53)
#39332D
(57,51,45)
#2F2A25
(47,42,37)
#25211D
(37,33,29)
#1B1815
(27,24,21)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #75695D

#75695D
(117,105,93)
#81766B
(129,118,107)
#8D8379
(141,131,121)
#999087
(153,144,135)
#A59D95
(165,157,149)
#B1AAA3
(177,170,163)
#BDB7B1
(189,183,177)
#C9C4BF
(201,196,191)
#D5D1CD
(213,209,205)
#E1DEDB
(225,222,219)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75695D; }

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

This text font color is #75695D.


Background Color

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

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

This div background color is #75695D.


Border color

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

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

This div border color is #75695D.


Opacity

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

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

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

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

This text has shadow with #75695D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75695D on black background.


Color preview on white background

This text has color #75695D on white background.



Black color preview on #75695D background

This text has black color on #75695D background.


White color preview on #75695D background

This text has white color on #75695D background.