COLOR #75695B

HEX: #75695B
RGB: (117,105,91)

Color info

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

RGB color model

#75695B color RGB value is (117,105,91).

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

RGB channels and saturation

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

117
105
91

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

Portions of RGB colors in percentages

R + G + B =
117 + 105 + 91 = 313 (100%)
R 117 of 313 ~ 37.38%
G 105 of 313 ~ 33.55%
B 91 of 313 ~ 29.07%

%37.38
%33.55
%29.07

CMYK color model

#75695B color CMYK value is (0,10,22,54).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 22.22%
  • key color value is 54.12%
CMYK:
(0,10,22,54)
C0M10Y22K54 
(0%,10%,22%,54%)
(0.00/0.10/0.22/0.54)	

CMYK percentages

%0
%10.26
%22.22
%54.12

Codes

Color #75695B in popluar color models

75695B
RGB11710591
HSL32°12.50%40.78%
HSB/HSV32°22.22%45.88%
CMYK0.00%10.26%22.22%
54.12%

Color #75695B in popluar number systems.

HEX75695B
Decimal11710591
Binary111010111010011011011
Octal165151133

Shades and tints

Shades of #75695B

#75695B
(117,105,91)
#6B6053
(107,96,83)
#61574B
(97,87,75)
#574E43
(87,78,67)
#4D453B
(77,69,59)
#433C33
(67,60,51)
#39332B
(57,51,43)
#2F2A23
(47,42,35)
#25211B
(37,33,27)
#1B1813
(27,24,19)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #75695B

#75695B
(117,105,91)
#817669
(129,118,105)
#8D8377
(141,131,119)
#999085
(153,144,133)
#A59D93
(165,157,147)
#B1AAA1
(177,170,161)
#BDB7AF
(189,183,175)
#C9C4BD
(201,196,189)
#D5D1CB
(213,209,203)
#E1DED9
(225,222,217)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75695B; }

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

This text font color is #75695B.


Background Color

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

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

This div background color is #75695B.


Border color

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

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

This div border color is #75695B.


Opacity

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

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

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

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

This text has shadow with #75695B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75695B on black background.


Color preview on white background

This text has color #75695B on white background.



Black color preview on #75695B background

This text has black color on #75695B background.


White color preview on #75695B background

This text has white color on #75695B background.