COLOR #75695F

HEX: #75695F
RGB: (117,105,95)

Color info

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

RGB color model

#75695F color RGB value is (117,105,95).

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

RGB channels and saturation

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

117
105
95

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

Portions of RGB colors in percentages

R + G + B =
117 + 105 + 95 = 317 (100%)
R 117 of 317 ~ 36.91%
G 105 of 317 ~ 33.12%
B 95 of 317 ~ 29.97%

%36.91
%33.12
%29.97

CMYK color model

#75695F color CMYK value is (0,10,19,54).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 18.80%
  • key color value is 54.12%
CMYK:
(0,10,19,54)
C0M10Y19K54 
(0%,10%,19%,54%)
(0.00/0.10/0.19/0.54)	

CMYK percentages

%0
%10.26
%18.8
%54.12

Codes

Color #75695F in popluar color models

75695F
RGB11710595
HSL27°10.38%41.57%
HSB/HSV27°18.80%45.88%
CMYK0.00%10.26%18.80%
54.12%

Color #75695F in popluar number systems.

HEX75695F
Decimal11710595
Binary111010111010011011111
Octal165151137

Shades and tints

Shades of #75695F

#75695F
(117,105,95)
#6B6057
(107,96,87)
#61574F
(97,87,79)
#574E47
(87,78,71)
#4D453F
(77,69,63)
#433C37
(67,60,55)
#39332F
(57,51,47)
#2F2A27
(47,42,39)
#25211F
(37,33,31)
#1B1817
(27,24,23)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #75695F

#75695F
(117,105,95)
#81766D
(129,118,109)
#8D837B
(141,131,123)
#999089
(153,144,137)
#A59D97
(165,157,151)
#B1AAA5
(177,170,165)
#BDB7B3
(189,183,179)
#C9C4C1
(201,196,193)
#D5D1CF
(213,209,207)
#E1DEDD
(225,222,221)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75695F; }

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

This text font color is #75695F.


Background Color

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

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

This div background color is #75695F.


Border color

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

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

This div border color is #75695F.


Opacity

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

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

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

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

This text has shadow with #75695F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75695F on black background.


Color preview on white background

This text has color #75695F on white background.



Black color preview on #75695F background

This text has black color on #75695F background.


White color preview on #75695F background

This text has white color on #75695F background.