COLOR #755B5F

HEX: #755B5F
RGB: (117,91,95)

Color info

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

RGB color model

#755B5F color RGB value is (117,91,95).

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

RGB channels and saturation

R 117 of 255 = 46%
G 91 of 255 = 36%
B 95 of 255 = 37%

117
91
95

R + G + B ~ 40%. #755B5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 91 + 95 = 303 (100%)
R 117 of 303 ~ 38.61%
G 91 of 303 ~ 30.03%
B 95 of 303 ~ 31.35%

%38.61
%30.03
%31.35

CMYK color model

#755B5F color CMYK value is (0,22,19,54).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 18.80%
  • key color value is 54.12%
CMYK:
(0,22,19,54)
C0M22Y19K54 
(0%,22%,19%,54%)
(0.00/0.22/0.19/0.54)	

CMYK percentages

%0
%22.22
%18.8
%54.12

Codes

Color #755B5F in popluar color models

755B5F
RGB1179195
HSL351°12.50%40.78%
HSB/HSV351°22.22%45.88%
CMYK0.00%22.22%18.80%
54.12%

Color #755B5F in popluar number systems.

HEX755B5F
Decimal1179195
Binary111010110110111011111
Octal165133137

Shades and tints

Shades of #755B5F

#755B5F
(117,91,95)
#6B5357
(107,83,87)
#614B4F
(97,75,79)
#574347
(87,67,71)
#4D3B3F
(77,59,63)
#433337
(67,51,55)
#392B2F
(57,43,47)
#2F2327
(47,35,39)
#251B1F
(37,27,31)
#1B1317
(27,19,23)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #755B5F

#755B5F
(117,91,95)
#81696D
(129,105,109)
#8D777B
(141,119,123)
#998589
(153,133,137)
#A59397
(165,147,151)
#B1A1A5
(177,161,165)
#BDAFB3
(189,175,179)
#C9BDC1
(201,189,193)
#D5CBCF
(213,203,207)
#E1D9DD
(225,217,221)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755B5F color. Also use rgb(117,91,95) instead hex code.

Text Font Color

.myTextColor { color: #755B5F; }

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

This text font color is #755B5F.


Background Color

.myBgColor { background-color: #755B5F; }

<div style="background-color:#755B5F">Inner text</div>

This div background color is #755B5F.


Border color

.myBorderColor { border: 1px solid #755B5F; }

<div style="border:3px solid #755B5F">Div</div>

This div border color is #755B5F.


Opacity

.myOpacity80 { color: #755B5F; opacity: 0.8; }

<p style="color:#755B5F;opacity:0.8;">80%</p>

Text with #755B5F 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 #755B5F;}

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

This text has shadow with #755B5F color.

.textShadow {text-shadow: 3px 3px 1px #755B5F, 3px 3px 1px red;}

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

This text has shadow with #755B5F primary color and red secondary color.


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

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

This text has shadow with #755B5F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755B5F on black background.


Color preview on white background

This text has color #755B5F on white background.



Black color preview on #755B5F background

This text has black color on #755B5F background.


White color preview on #755B5F background

This text has white color on #755B5F background.