COLOR #75655B

HEX: #75655B
RGB: (117,101,91)

Color info

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

RGB color model

#75655B color RGB value is (117,101,91).

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

RGB channels and saturation

R 117 of 255 = 46%
G 101 of 255 = 40%
B 91 of 255 = 36%

117
101
91

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

Portions of RGB colors in percentages

R + G + B =
117 + 101 + 91 = 309 (100%)
R 117 of 309 ~ 37.86%
G 101 of 309 ~ 32.69%
B 91 of 309 ~ 29.45%

%37.86
%32.69
%29.45

CMYK color model

#75655B color CMYK value is (0,14,22,54).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 22.22%
  • key color value is 54.12%
CMYK:
(0,14,22,54)
C0M14Y22K54 
(0%,14%,22%,54%)
(0.00/0.14/0.22/0.54)	

CMYK percentages

%0
%13.68
%22.22
%54.12

Codes

Color #75655B in popluar color models

75655B
RGB11710191
HSL23°12.50%40.78%
HSB/HSV23°22.22%45.88%
CMYK0.00%13.68%22.22%
54.12%

Color #75655B in popluar number systems.

HEX75655B
Decimal11710191
Binary111010111001011011011
Octal165145133

Shades and tints

Shades of #75655B

#75655B
(117,101,91)
#6B5C53
(107,92,83)
#61534B
(97,83,75)
#574A43
(87,74,67)
#4D413B
(77,65,59)
#433833
(67,56,51)
#392F2B
(57,47,43)
#2F2623
(47,38,35)
#251D1B
(37,29,27)
#1B1413
(27,20,19)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #75655B

#75655B
(117,101,91)
#817369
(129,115,105)
#8D8177
(141,129,119)
#998F85
(153,143,133)
#A59D93
(165,157,147)
#B1ABA1
(177,171,161)
#BDB9AF
(189,185,175)
#C9C7BD
(201,199,189)
#D5D5CB
(213,213,203)
#E1E3D9
(225,227,217)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75655B; }

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

This text font color is #75655B.


Background Color

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

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

This div background color is #75655B.


Border color

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

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

This div border color is #75655B.


Opacity

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

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

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

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

This text has shadow with #75655B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75655B on black background.


Color preview on white background

This text has color #75655B on white background.



Black color preview on #75655B background

This text has black color on #75655B background.


White color preview on #75655B background

This text has white color on #75655B background.