COLOR #75655F

HEX: #75655F
RGB: (117,101,95)

Color info

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

RGB color model

#75655F color RGB value is (117,101,95).

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

RGB channels and saturation

R 117 of 255 = 46%
G 101 of 255 = 40%
B 95 of 255 = 37%

117
101
95

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

Portions of RGB colors in percentages

R + G + B =
117 + 101 + 95 = 313 (100%)
R 117 of 313 ~ 37.38%
G 101 of 313 ~ 32.27%
B 95 of 313 ~ 30.35%

%37.38
%32.27
%30.35

CMYK color model

#75655F color CMYK value is (0,14,19,54).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 18.80%
  • key color value is 54.12%
CMYK:
(0,14,19,54)
C0M14Y19K54 
(0%,14%,19%,54%)
(0.00/0.14/0.19/0.54)	

CMYK percentages

%0
%13.68
%18.8
%54.12

Codes

Color #75655F in popluar color models

75655F
RGB11710195
HSL16°10.38%41.57%
HSB/HSV16°18.80%45.88%
CMYK0.00%13.68%18.80%
54.12%

Color #75655F in popluar number systems.

HEX75655F
Decimal11710195
Binary111010111001011011111
Octal165145137

Shades and tints

Shades of #75655F

#75655F
(117,101,95)
#6B5C57
(107,92,87)
#61534F
(97,83,79)
#574A47
(87,74,71)
#4D413F
(77,65,63)
#433837
(67,56,55)
#392F2F
(57,47,47)
#2F2627
(47,38,39)
#251D1F
(37,29,31)
#1B1417
(27,20,23)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #75655F

#75655F
(117,101,95)
#81736D
(129,115,109)
#8D817B
(141,129,123)
#998F89
(153,143,137)
#A59D97
(165,157,151)
#B1ABA5
(177,171,165)
#BDB9B3
(189,185,179)
#C9C7C1
(201,199,193)
#D5D5CF
(213,213,207)
#E1E3DD
(225,227,221)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75655F; }

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

This text font color is #75655F.


Background Color

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

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

This div background color is #75655F.


Border color

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

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

This div border color is #75655F.


Opacity

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

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

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

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

This text has shadow with #75655F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75655F on black background.


Color preview on white background

This text has color #75655F on white background.



Black color preview on #75655F background

This text has black color on #75655F background.


White color preview on #75655F background

This text has white color on #75655F background.