COLOR #755A56

HEX: #755A56
RGB: (117,90,86)

Color info

#755A56 contains red, green and blue colors in about the same proportion. Web safe color of #755A56 is #666666 (or #666).

RGB color model

#755A56 color RGB value is (117,90,86).

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

RGB channels and saturation

R 117 of 255 = 46%
G 90 of 255 = 35%
B 86 of 255 = 34%

117
90
86

R + G + B ~ 38%. #755A56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 90 + 86 = 293 (100%)
R 117 of 293 ~ 39.93%
G 90 of 293 ~ 30.72%
B 86 of 293 ~ 29.35%

%39.93
%30.72
%29.35

CMYK color model

#755A56 color CMYK value is (0,23,26,54).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 26.50%
  • key color value is 54.12%
CMYK:
(0,23,26,54)
C0M23Y26K54 
(0%,23%,26%,54%)
(0.00/0.23/0.26/0.54)	

CMYK percentages

%0
%23.08
%26.5
%54.12

Codes

Color #755A56 in popluar color models

755A56
RGB1179086
HSL15.27%39.80%
HSB/HSV26.50%45.88%
CMYK0.00%23.08%26.50%
54.12%

Color #755A56 in popluar number systems.

HEX755A56
Decimal1179086
Binary111010110110101010110
Octal165132126

Shades and tints

Shades of #755A56

#755A56
(117,90,86)
#6B524F
(107,82,79)
#614A48
(97,74,72)
#574241
(87,66,65)
#4D3A3A
(77,58,58)
#433233
(67,50,51)
#392A2C
(57,42,44)
#2F2225
(47,34,37)
#251A1E
(37,26,30)
#1B1217
(27,18,23)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #755A56

#755A56
(117,90,86)
#816965
(129,105,101)
#8D7874
(141,120,116)
#998783
(153,135,131)
#A59692
(165,150,146)
#B1A5A1
(177,165,161)
#BDB4B0
(189,180,176)
#C9C3BF
(201,195,191)
#D5D2CE
(213,210,206)
#E1E1DD
(225,225,221)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755A56; }

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

This text font color is #755A56.


Background Color

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

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

This div background color is #755A56.


Border color

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

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

This div border color is #755A56.


Opacity

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

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

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

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

This text has shadow with #755A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755A56 on black background.


Color preview on white background

This text has color #755A56 on white background.



Black color preview on #755A56 background

This text has black color on #755A56 background.


White color preview on #755A56 background

This text has white color on #755A56 background.