COLOR #755C60

HEX: #755C60
RGB: (117,92,96)

Color info

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

RGB color model

#755C60 color RGB value is (117,92,96).

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

RGB channels and saturation

R 117 of 255 = 46%
G 92 of 255 = 36%
B 96 of 255 = 38%

117
92
96

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

Portions of RGB colors in percentages

R + G + B =
117 + 92 + 96 = 305 (100%)
R 117 of 305 ~ 38.36%
G 92 of 305 ~ 30.16%
B 96 of 305 ~ 31.48%

%38.36
%30.16
%31.48

CMYK color model

#755C60 color CMYK value is (0,21,18,54).

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 17.95%
  • key color value is 54.12%
CMYK:
(0,21,18,54)
C0M21Y18K54 
(0%,21%,18%,54%)
(0.00/0.21/0.18/0.54)	

CMYK percentages

%0
%21.37
%17.95
%54.12

Codes

Color #755C60 in popluar color models

755C60
RGB1179296
HSL350°11.96%40.98%
HSB/HSV350°21.37%45.88%
CMYK0.00%21.37%17.95%
54.12%

Color #755C60 in popluar number systems.

HEX755C60
Decimal1179296
Binary111010110111001100000
Octal165134140

Shades and tints

Shades of #755C60

#755C60
(117,92,96)
#6B5458
(107,84,88)
#614C50
(97,76,80)
#574448
(87,68,72)
#4D3C40
(77,60,64)
#433438
(67,52,56)
#392C30
(57,44,48)
#2F2428
(47,36,40)
#251C20
(37,28,32)
#1B1418
(27,20,24)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #755C60

#755C60
(117,92,96)
#816A6E
(129,106,110)
#8D787C
(141,120,124)
#99868A
(153,134,138)
#A59498
(165,148,152)
#B1A2A6
(177,162,166)
#BDB0B4
(189,176,180)
#C9BEC2
(201,190,194)
#D5CCD0
(213,204,208)
#E1DADE
(225,218,222)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755C60; }

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

This text font color is #755C60.


Background Color

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

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

This div background color is #755C60.


Border color

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

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

This div border color is #755C60.


Opacity

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

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

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

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

This text has shadow with #755C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755C60 on black background.


Color preview on white background

This text has color #755C60 on white background.



Black color preview on #755C60 background

This text has black color on #755C60 background.


White color preview on #755C60 background

This text has white color on #755C60 background.