COLOR #755D4F

HEX: #755D4F RGB: (117,93,79)

Color info

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

RGB color model

#755D4F color RGB value is (117,93,79).

RGB: (117,93,79) (46%, 36%, 31%)

RGB channels and saturation

R 117 of 255 = 46%
G 93 of 255 = 36%
B 79 of 255 = 31%

117
93
79

R + G + B ~ 38%. #755D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 93 + 79 = 289 (100%)
R 117 of 289 ~ 40.48%
G 93 of 289 ~ 32.18%
B 79 of 289 ~ 27.34'%

%40.48
%32.18
%27.34

CMYK color model

#755D4F color CMYK value is (0,21,32,54).

  • cyan value is 0.00%
  • magenta value is 20.51%
  • yellow value is 32.48%
  • key color value is 54.12%
CMYK: (0,21,32,54) C0M21Y32K54 (0%,21%,32%,54%) (0.00/0.21/0.32/0.54) 

CMYK percentages

%0
%20.51
%32.48
%54.12

Codes

Color #755D4F in popluar color models

75 5D 4F
RGB 117 93 79
HSL 22° 19.39% 38.43%
HSB/HSV 22° 32.48% 45.88%
CMYK 0.00% 20.51% 32.48%
54.12%

Color #755D4F in popluar number systems.

HEX 75 5D 4F
Decimal 117 93 79
Binary 1110101 1011101 1001111
Octal 165 135 117

Shades and tints

Shades of #755D4F

#755D4F
(117,93,79)
#6B5548
(107,85,72)
#614D41
(97,77,65)
#57453A
(87,69,58)
#4D3D33
(77,61,51)
#43352C
(67,53,44)
#392D25
(57,45,37)
#2F251E
(47,37,30)
#251D17
(37,29,23)
#1B1510
(27,21,16)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #755D4F

#755D4F
(117,93,79)
#816B5F
(129,107,95)
#8D796F
(141,121,111)
#99877F
(153,135,127)
#A5958F
(165,149,143)
#B1A39F
(177,163,159)
#BDB1AF
(189,177,175)
#C9BFBF
(201,191,191)
#D5CDCF
(213,205,207)
#E1DBDF
(225,219,223)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755D4F color. Also use rgb(117,93,79) instead hex code.

Text Font Color

.myTextColor { color: #755D4F; }

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

This text font color is #755D4F.

Background Color

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

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

This div background color is #755D4F.

Border color

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

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

This div border color is #755D4F.

Opacity

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

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

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

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

This text has shadow with #755D4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755D4F.

Preview

Color preview on black background

This text has color #755D4F on black background.


Color preview on white background

This text has color #755D4F on white background.


Black color preview on #755D4F background

This text has black color on #755D4F background.


White color preview on #755D4F background

This text has white color on #755D4F background.


Related colors

Complementary color

Complementary color for #hex is #8AA2B0.


I love getcolorcode.com

Triadic colors

1 #4F755D and #5D4F75 with #755D4F are triadic colors.

2 #4F5D75 and #5D754F with #755D4F are triadic colors.