COLOR #755437

HEX: #755437
RGB: (117,84,55)

Color info

#755437 contains mainly red and green colors. Web safe color of #755437 is #666633 (or #663).

RGB color model

#755437 color RGB value is (117,84,55).

  • red value is 117;
  • green value is 84;
  • blue value is 55.
RGB:
(117,84,55)
(46%,33%,22%)

RGB channels and saturation

R 117 of 255 = 46%
G 84 of 255 = 33%
B 55 of 255 = 22%

117
84
55

R + G + B ~ 34%. #755437 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 84 + 55 = 256 (100%)
R 117 of 256 ~ 45.7%
G 84 of 256 ~ 32.81%
B 55 of 256 ~ 21.48%

%45.7
%32.81
%21.48

CMYK color model

#755437 color CMYK value is (0,28,53,54).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 52.99%
  • key color value is 54.12%
CMYK:
(0,28,53,54)
C0M28Y53K54 
(0%,28%,53%,54%)
(0.00/0.28/0.53/0.54)	

CMYK percentages

%0
%28.21
%52.99
%54.12

Codes

Color #755437 in popluar color models

755437
RGB1178455
HSL28°36.05%33.73%
HSB/HSV28°52.99%45.88%
CMYK0.00%28.21%52.99%
54.12%

Color #755437 in popluar number systems.

HEX755437
Decimal1178455
Binary11101011010100110111
Octal16512467

Shades and tints

Shades of #755437

#755437
(117,84,55)
#6B4D32
(107,77,50)
#61462D
(97,70,45)
#573F28
(87,63,40)
#4D3823
(77,56,35)
#43311E
(67,49,30)
#392A19
(57,42,25)
#2F2314
(47,35,20)
#251C0F
(37,28,15)
#1B150A
(27,21,10)
#110E05
(17,14,5)
#000000
(0,0,0)

Tints of #755437

#755437
(117,84,55)
#816349
(129,99,73)
#8D725B
(141,114,91)
#99816D
(153,129,109)
#A5907F
(165,144,127)
#B19F91
(177,159,145)
#BDAEA3
(189,174,163)
#C9BDB5
(201,189,181)
#D5CCC7
(213,204,199)
#E1DBD9
(225,219,217)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755437 color. Also use rgb(117,84,55) instead hex code.

Text Font Color

.myTextColor { color: #755437; }

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

This text font color is #755437.


Background Color

.myBgColor { background-color: #755437; }

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

This div background color is #755437.


Border color

.myBorderColor { border: 1px solid #755437; }

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

This div border color is #755437.


Opacity

.myOpacity80 { color: #755437; opacity: 0.8; }

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

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

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

This text has shadow with #755437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755437 on black background.


Color preview on white background

This text has color #755437 on white background.



Black color preview on #755437 background

This text has black color on #755437 background.


White color preview on #755437 background

This text has white color on #755437 background.