COLOR #755442

HEX: #755442
RGB: (117,84,66)

Color info

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

RGB color model

#755442 color RGB value is (117,84,66).

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

RGB channels and saturation

R 117 of 255 = 46%
G 84 of 255 = 33%
B 66 of 255 = 26%

117
84
66

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

Portions of RGB colors in percentages

R + G + B =
117 + 84 + 66 = 267 (100%)
R 117 of 267 ~ 43.82%
G 84 of 267 ~ 31.46%
B 66 of 267 ~ 24.72%

%43.82
%31.46
%24.72

CMYK color model

#755442 color CMYK value is (0,28,44,54).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 43.59%
  • key color value is 54.12%
CMYK:
(0,28,44,54)
C0M28Y44K54 
(0%,28%,44%,54%)
(0.00/0.28/0.44/0.54)	

CMYK percentages

%0
%28.21
%43.59
%54.12

Codes

Color #755442 in popluar color models

755442
RGB1178466
HSL21°27.87%35.88%
HSB/HSV21°43.59%45.88%
CMYK0.00%28.21%43.59%
54.12%

Color #755442 in popluar number systems.

HEX755442
Decimal1178466
Binary111010110101001000010
Octal165124102

Shades and tints

Shades of #755442

#755442
(117,84,66)
#6B4D3C
(107,77,60)
#614636
(97,70,54)
#573F30
(87,63,48)
#4D382A
(77,56,42)
#433124
(67,49,36)
#392A1E
(57,42,30)
#2F2318
(47,35,24)
#251C12
(37,28,18)
#1B150C
(27,21,12)
#110E06
(17,14,6)
#000000
(0,0,0)

Tints of #755442

#755442
(117,84,66)
#816353
(129,99,83)
#8D7264
(141,114,100)
#998175
(153,129,117)
#A59086
(165,144,134)
#B19F97
(177,159,151)
#BDAEA8
(189,174,168)
#C9BDB9
(201,189,185)
#D5CCCA
(213,204,202)
#E1DBDB
(225,219,219)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755442; }

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

This text font color is #755442.


Background Color

.myBgColor { background-color: #755442; }

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

This div background color is #755442.


Border color

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

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

This div border color is #755442.


Opacity

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

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

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

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

This text has shadow with #755442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755442 on black background.


Color preview on white background

This text has color #755442 on white background.



Black color preview on #755442 background

This text has black color on #755442 background.


White color preview on #755442 background

This text has white color on #755442 background.