COLOR #755E60

HEX: #755E60
RGB: (117,94,96)

Color info

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

RGB color model

#755E60 color RGB value is (117,94,96).

  • red value is 117;
  • green value is 94;
  • blue value is 96.
RGB:
(117,94,96)
(46%,37%,38%)

RGB channels and saturation

R 117 of 255 = 46%
G 94 of 255 = 37%
B 96 of 255 = 38%

117
94
96

R + G + B ~ 40%. #755E60 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 94 + 96 = 307 (100%)
R 117 of 307 ~ 38.11%
G 94 of 307 ~ 30.62%
B 96 of 307 ~ 31.27%

%38.11
%30.62
%31.27

CMYK color model

#755E60 color CMYK value is (0,20,18,54).

  • cyan value is 0.00%
  • magenta value is 19.66%
  • yellow value is 17.95%
  • key color value is 54.12%
CMYK:
(0,20,18,54)
C0M20Y18K54 
(0%,20%,18%,54%)
(0.00/0.20/0.18/0.54)	

CMYK percentages

%0
%19.66
%17.95
%54.12

Codes

Color #755E60 in popluar color models

755E60
RGB1179496
HSL355°10.90%41.37%
HSB/HSV355°19.66%45.88%
CMYK0.00%19.66%17.95%
54.12%

Color #755E60 in popluar number systems.

HEX755E60
Decimal1179496
Binary111010110111101100000
Octal165136140

Shades and tints

Shades of #755E60

#755E60
(117,94,96)
#6B5658
(107,86,88)
#614E50
(97,78,80)
#574648
(87,70,72)
#4D3E40
(77,62,64)
#433638
(67,54,56)
#392E30
(57,46,48)
#2F2628
(47,38,40)
#251E20
(37,30,32)
#1B1618
(27,22,24)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #755E60

#755E60
(117,94,96)
#816C6E
(129,108,110)
#8D7A7C
(141,122,124)
#99888A
(153,136,138)
#A59698
(165,150,152)
#B1A4A6
(177,164,166)
#BDB2B4
(189,178,180)
#C9C0C2
(201,192,194)
#D5CED0
(213,206,208)
#E1DCDE
(225,220,222)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755E60 color. Also use rgb(117,94,96) instead hex code.

Text Font Color

.myTextColor { color: #755E60; }

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

This text font color is #755E60.


Background Color

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

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

This div background color is #755E60.


Border color

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

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

This div border color is #755E60.


Opacity

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

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

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

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

This text has shadow with #755E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755E60 on black background.


Color preview on white background

This text has color #755E60 on white background.



Black color preview on #755E60 background

This text has black color on #755E60 background.


White color preview on #755E60 background

This text has white color on #755E60 background.