COLOR #755C41

HEX: #755C41
RGB: (117,92,65)

Color info

#755C41 contains red, green and blue colors in about the same proportion. Web safe color of #755C41 is #666633 (or #663).

RGB color model

#755C41 color RGB value is (117,92,65).

  • red value is 117;
  • green value is 92;
  • blue value is 65.
RGB:
(117,92,65)
(46%,36%,25%)

RGB channels and saturation

R 117 of 255 = 46%
G 92 of 255 = 36%
B 65 of 255 = 25%

117
92
65

R + G + B ~ 36%. #755C41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 92 + 65 = 274 (100%)
R 117 of 274 ~ 42.7%
G 92 of 274 ~ 33.58%
B 65 of 274 ~ 23.72%

%42.7
%33.58
%23.72

CMYK color model

#755C41 color CMYK value is (0,21,44,54).

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 44.44%
  • key color value is 54.12%
CMYK:
(0,21,44,54)
C0M21Y44K54 
(0%,21%,44%,54%)
(0.00/0.21/0.44/0.54)	

CMYK percentages

%0
%21.37
%44.44
%54.12

Codes

Color #755C41 in popluar color models

755C41
RGB1179265
HSL31°28.57%35.69%
HSB/HSV31°44.44%45.88%
CMYK0.00%21.37%44.44%
54.12%

Color #755C41 in popluar number systems.

HEX755C41
Decimal1179265
Binary111010110111001000001
Octal165134101

Shades and tints

Shades of #755C41

#755C41
(117,92,65)
#6B543C
(107,84,60)
#614C37
(97,76,55)
#574432
(87,68,50)
#4D3C2D
(77,60,45)
#433428
(67,52,40)
#392C23
(57,44,35)
#2F241E
(47,36,30)
#251C19
(37,28,25)
#1B1414
(27,20,20)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #755C41

#755C41
(117,92,65)
#816A52
(129,106,82)
#8D7863
(141,120,99)
#998674
(153,134,116)
#A59485
(165,148,133)
#B1A296
(177,162,150)
#BDB0A7
(189,176,167)
#C9BEB8
(201,190,184)
#D5CCC9
(213,204,201)
#E1DADA
(225,218,218)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755C41 color. Also use rgb(117,92,65) instead hex code.

Text Font Color

.myTextColor { color: #755C41; }

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

This text font color is #755C41.


Background Color

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

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

This div background color is #755C41.


Border color

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

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

This div border color is #755C41.


Opacity

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

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

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

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

This text has shadow with #755C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755C41 on black background.


Color preview on white background

This text has color #755C41 on white background.



Black color preview on #755C41 background

This text has black color on #755C41 background.


White color preview on #755C41 background

This text has white color on #755C41 background.