COLOR #755049

HEX: #755049
RGB: (117,80,73)

Color info

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

RGB color model

#755049 color RGB value is (117,80,73).

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

RGB channels and saturation

R 117 of 255 = 46%
G 80 of 255 = 31%
B 73 of 255 = 29%

117
80
73

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

Portions of RGB colors in percentages

R + G + B =
117 + 80 + 73 = 270 (100%)
R 117 of 270 ~ 43.33%
G 80 of 270 ~ 29.63%
B 73 of 270 ~ 27.04%

%43.33
%29.63
%27.04

CMYK color model

#755049 color CMYK value is (0,32,38,54).

  • cyan value is 0.00%
  • magenta value is 31.62%
  • yellow value is 37.61%
  • key color value is 54.12%
CMYK:
(0,32,38,54)
C0M32Y38K54 
(0%,32%,38%,54%)
(0.00/0.32/0.38/0.54)	

CMYK percentages

%0
%31.62
%37.61
%54.12

Codes

Color #755049 in popluar color models

755049
RGB1178073
HSL10°23.16%37.25%
HSB/HSV10°37.61%45.88%
CMYK0.00%31.62%37.61%
54.12%

Color #755049 in popluar number systems.

HEX755049
Decimal1178073
Binary111010110100001001001
Octal165120111

Shades and tints

Shades of #755049

#755049
(117,80,73)
#6B4943
(107,73,67)
#61423D
(97,66,61)
#573B37
(87,59,55)
#4D3431
(77,52,49)
#432D2B
(67,45,43)
#392625
(57,38,37)
#2F1F1F
(47,31,31)
#251819
(37,24,25)
#1B1113
(27,17,19)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #755049

#755049
(117,80,73)
#815F59
(129,95,89)
#8D6E69
(141,110,105)
#997D79
(153,125,121)
#A58C89
(165,140,137)
#B19B99
(177,155,153)
#BDAAA9
(189,170,169)
#C9B9B9
(201,185,185)
#D5C8C9
(213,200,201)
#E1D7D9
(225,215,217)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755049; }

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

This text font color is #755049.


Background Color

.myBgColor { background-color: #755049; }

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

This div background color is #755049.


Border color

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

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

This div border color is #755049.


Opacity

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

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

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

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

This text has shadow with #755049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755049 on black background.


Color preview on white background

This text has color #755049 on white background.



Black color preview on #755049 background

This text has black color on #755049 background.


White color preview on #755049 background

This text has white color on #755049 background.