COLOR #75695E

HEX: #75695E
RGB: (117,105,94)

Color info

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

RGB color model

#75695E color RGB value is (117,105,94).

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

RGB channels and saturation

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

117
105
94

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

Portions of RGB colors in percentages

R + G + B =
117 + 105 + 94 = 316 (100%)
R 117 of 316 ~ 37.03%
G 105 of 316 ~ 33.23%
B 94 of 316 ~ 29.75%

%37.03
%33.23
%29.75

CMYK color model

#75695E color CMYK value is (0,10,20,54).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 19.66%
  • key color value is 54.12%
CMYK:
(0,10,20,54)
C0M10Y20K54 
(0%,10%,20%,54%)
(0.00/0.10/0.20/0.54)	

CMYK percentages

%0
%10.26
%19.66
%54.12

Codes

Color #75695E in popluar color models

75695E
RGB11710594
HSL29°10.90%41.37%
HSB/HSV29°19.66%45.88%
CMYK0.00%10.26%19.66%
54.12%

Color #75695E in popluar number systems.

HEX75695E
Decimal11710594
Binary111010111010011011110
Octal165151136

Shades and tints

Shades of #75695E

#75695E
(117,105,94)
#6B6056
(107,96,86)
#61574E
(97,87,78)
#574E46
(87,78,70)
#4D453E
(77,69,62)
#433C36
(67,60,54)
#39332E
(57,51,46)
#2F2A26
(47,42,38)
#25211E
(37,33,30)
#1B1816
(27,24,22)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #75695E

#75695E
(117,105,94)
#81766C
(129,118,108)
#8D837A
(141,131,122)
#999088
(153,144,136)
#A59D96
(165,157,150)
#B1AAA4
(177,170,164)
#BDB7B2
(189,183,178)
#C9C4C0
(201,196,192)
#D5D1CE
(213,209,206)
#E1DEDC
(225,222,220)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75695E; }

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

This text font color is #75695E.


Background Color

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

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

This div background color is #75695E.


Border color

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

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

This div border color is #75695E.


Opacity

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

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

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

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

This text has shadow with #75695E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75695E on black background.


Color preview on white background

This text has color #75695E on white background.



Black color preview on #75695E background

This text has black color on #75695E background.


White color preview on #75695E background

This text has white color on #75695E background.