COLOR #755A49

HEX: #755A49
RGB: (117,90,73)

Color info

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

RGB color model

#755A49 color RGB value is (117,90,73).

  • red value is 117;
  • green value is 90;
  • blue value is 73.
RGB:
(117,90,73)
(46%,35%,29%)

RGB channels and saturation

R 117 of 255 = 46%
G 90 of 255 = 35%
B 73 of 255 = 29%

117
90
73

R + G + B ~ 37%. #755A49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 90 + 73 = 280 (100%)
R 117 of 280 ~ 41.79%
G 90 of 280 ~ 32.14%
B 73 of 280 ~ 26.07%

%41.79
%32.14
%26.07

CMYK color model

#755A49 color CMYK value is (0,23,38,54).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 37.61%
  • key color value is 54.12%
CMYK:
(0,23,38,54)
C0M23Y38K54 
(0%,23%,38%,54%)
(0.00/0.23/0.38/0.54)	

CMYK percentages

%0
%23.08
%37.61
%54.12

Codes

Color #755A49 in popluar color models

755A49
RGB1179073
HSL23°23.16%37.25%
HSB/HSV23°37.61%45.88%
CMYK0.00%23.08%37.61%
54.12%

Color #755A49 in popluar number systems.

HEX755A49
Decimal1179073
Binary111010110110101001001
Octal165132111

Shades and tints

Shades of #755A49

#755A49
(117,90,73)
#6B5243
(107,82,67)
#614A3D
(97,74,61)
#574237
(87,66,55)
#4D3A31
(77,58,49)
#43322B
(67,50,43)
#392A25
(57,42,37)
#2F221F
(47,34,31)
#251A19
(37,26,25)
#1B1213
(27,18,19)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #755A49

#755A49
(117,90,73)
#816959
(129,105,89)
#8D7869
(141,120,105)
#998779
(153,135,121)
#A59689
(165,150,137)
#B1A599
(177,165,153)
#BDB4A9
(189,180,169)
#C9C3B9
(201,195,185)
#D5D2C9
(213,210,201)
#E1E1D9
(225,225,217)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755A49 color. Also use rgb(117,90,73) instead hex code.

Text Font Color

.myTextColor { color: #755A49; }

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

This text font color is #755A49.


Background Color

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

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

This div background color is #755A49.


Border color

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

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

This div border color is #755A49.


Opacity

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

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

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

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

This text has shadow with #755A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755A49 on black background.


Color preview on white background

This text has color #755A49 on white background.



Black color preview on #755A49 background

This text has black color on #755A49 background.


White color preview on #755A49 background

This text has white color on #755A49 background.