COLOR #755B37

HEX: #755B37
RGB: (117,91,55)

Color info

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

RGB color model

#755B37 color RGB value is (117,91,55).

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

RGB channels and saturation

R 117 of 255 = 46%
G 91 of 255 = 36%
B 55 of 255 = 22%

117
91
55

R + G + B ~ 35%. #755B37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 91 + 55 = 263 (100%)
R 117 of 263 ~ 44.49%
G 91 of 263 ~ 34.6%
B 55 of 263 ~ 20.91%

%44.49
%34.6
%20.91

CMYK color model

#755B37 color CMYK value is (0,22,53,54).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 52.99%
  • key color value is 54.12%
CMYK:
(0,22,53,54)
C0M22Y53K54 
(0%,22%,53%,54%)
(0.00/0.22/0.53/0.54)	

CMYK percentages

%0
%22.22
%52.99
%54.12

Codes

Color #755B37 in popluar color models

755B37
RGB1179155
HSL35°36.05%33.73%
HSB/HSV35°52.99%45.88%
CMYK0.00%22.22%52.99%
54.12%

Color #755B37 in popluar number systems.

HEX755B37
Decimal1179155
Binary11101011011011110111
Octal16513367

Shades and tints

Shades of #755B37

#755B37
(117,91,55)
#6B5332
(107,83,50)
#614B2D
(97,75,45)
#574328
(87,67,40)
#4D3B23
(77,59,35)
#43331E
(67,51,30)
#392B19
(57,43,25)
#2F2314
(47,35,20)
#251B0F
(37,27,15)
#1B130A
(27,19,10)
#110B05
(17,11,5)
#000000
(0,0,0)

Tints of #755B37

#755B37
(117,91,55)
#816949
(129,105,73)
#8D775B
(141,119,91)
#99856D
(153,133,109)
#A5937F
(165,147,127)
#B1A191
(177,161,145)
#BDAFA3
(189,175,163)
#C9BDB5
(201,189,181)
#D5CBC7
(213,203,199)
#E1D9D9
(225,217,217)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755B37; }

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

This text font color is #755B37.


Background Color

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

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

This div background color is #755B37.


Border color

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

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

This div border color is #755B37.


Opacity

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

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

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

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

This text has shadow with #755B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755B37 on black background.


Color preview on white background

This text has color #755B37 on white background.



Black color preview on #755B37 background

This text has black color on #755B37 background.


White color preview on #755B37 background

This text has white color on #755B37 background.