COLOR #755C43

HEX: #755C43 RGB: (117,92,67)

Color info

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

RGB color model

#755C43 color RGB value is (117,92,67).

RGB: (117,92,67) (46%, 36%, 26%)

RGB channels and saturation

R 117 of 255 = 46%
G 92 of 255 = 36%
B 67 of 255 = 26%

117
92
67

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

Portions of RGB colors in percentages

R + G + B = 117 + 92 + 67 = 276 (100%)
R 117 of 276 ~ 42.39%
G 92 of 276 ~ 33.33%
B 67 of 276 ~ 24.28'%

%42.39
%33.33
%24.28

CMYK color model

#755C43 color CMYK value is (0,21,43,54).

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 42.74%
  • key color value is 54.12%

CMYK: (0,21,43,54)
C0M21Y43K54 (0%, 21%, 43%, 54%)
(0.00 / 0.21 / 0.43 / 0.54)

CMYK percentages

%0
%21.37
%42.74
%54.12

Codes

Color #755C43 in popluar color models

75 5C 43
RGB 117 92 67
HSL 30° 27.17% 36.08%
HSB/HSV 30° 42.74% 45.88%
CMYK 0.00% 21.37% 42.74%
54.12%

Color #755C43 in popluar number systems.

HEX 75 5C 43
Decimal 117 92 67
Binary 1110101 1011100 1000011
Octal 165 134 103

Shades and tints

Shades of #755C43

#755C43
(117,92,67)
#6B543D
(107,84,61)
#614C37
(97,76,55)
#574431
(87,68,49)
#4D3C2B
(77,60,43)
#433425
(67,52,37)
#392C1F
(57,44,31)
#2F2419
(47,36,25)
#251C13
(37,28,19)
#1B140D
(27,20,13)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #755C43

#755C43
(117,92,67)
#816A54
(129,106,84)
#8D7865
(141,120,101)
#998676
(153,134,118)
#A59487
(165,148,135)
#B1A298
(177,162,152)
#BDB0A9
(189,176,169)
#C9BEBA
(201,190,186)
#D5CCCB
(213,204,203)
#E1DADC
(225,218,220)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755C43; }

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

This text font color is #755C43.

Background Color

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

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

This div background color is #755C43.

Border color

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

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

This div border color is #755C43.

Opacity

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

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

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

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

This text has shadow with #755C43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755C43.

Preview

Color preview on black background

This text has color #755C43 on black background.


Color preview on white background

This text has color #755C43 on white background.


Black color preview on #755C43 background

This text has black color on #755C43 background.


White color preview on #755C43 background

This text has white color on #755C43 background.


Related colors

Complementary color

Complementary color for #hex is #8AA3BC.


I love getcolorcode.com

Triadic colors

1 #43755C and #5C4375 with #755C43 are triadic colors.

2 #435C75 and #5C7543 with #755C43 are triadic colors.