COLOR #755F5B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

117
95
91

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

Portions of RGB colors in percentages

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

%38.61
%31.35
%30.03

CMYK color model

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

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

CMYK percentages

%0
%18.8
%22.22
%54.12

Codes

Color #755F5B in popluar color models

755F5B
RGB1179591
HSL12.50%40.78%
HSB/HSV22.22%45.88%
CMYK0.00%18.80%22.22%
54.12%

Color #755F5B in popluar number systems.

HEX755F5B
Decimal1179591
Binary111010110111111011011
Octal165137133

Shades and tints

Shades of #755F5B

#755F5B
(117,95,91)
#6B5753
(107,87,83)
#614F4B
(97,79,75)
#574743
(87,71,67)
#4D3F3B
(77,63,59)
#433733
(67,55,51)
#392F2B
(57,47,43)
#2F2723
(47,39,35)
#251F1B
(37,31,27)
#1B1713
(27,23,19)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #755F5B

#755F5B
(117,95,91)
#816D69
(129,109,105)
#8D7B77
(141,123,119)
#998985
(153,137,133)
#A59793
(165,151,147)
#B1A5A1
(177,165,161)
#BDB3AF
(189,179,175)
#C9C1BD
(201,193,189)
#D5CFCB
(213,207,203)
#E1DDD9
(225,221,217)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755F5B; }

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

This text font color is #755F5B.


Background Color

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

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

This div background color is #755F5B.


Border color

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

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

This div border color is #755F5B.


Opacity

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

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

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

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

This text has shadow with #755F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755F5B on black background.


Color preview on white background

This text has color #755F5B on white background.



Black color preview on #755F5B background

This text has black color on #755F5B background.


White color preview on #755F5B background

This text has white color on #755F5B background.