COLOR #755560

HEX: #755560
RGB: (117,85,96)

Color info

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

RGB color model

#755560 color RGB value is (117,85,96).

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

RGB channels and saturation

R 117 of 255 = 46%
G 85 of 255 = 33%
B 96 of 255 = 38%

117
85
96

R + G + B ~ 39%. #755560 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 85 + 96 = 298 (100%)
R 117 of 298 ~ 39.26%
G 85 of 298 ~ 28.52%
B 96 of 298 ~ 32.21%

%39.26
%28.52
%32.21

CMYK color model

#755560 color CMYK value is (0,27,18,54).

  • cyan value is 0.00%
  • magenta value is 27.35%
  • yellow value is 17.95%
  • key color value is 54.12%
CMYK:
(0,27,18,54)
C0M27Y18K54 
(0%,27%,18%,54%)
(0.00/0.27/0.18/0.54)	

CMYK percentages

%0
%27.35
%17.95
%54.12

Codes

Color #755560 in popluar color models

755560
RGB1178596
HSL339°15.84%39.61%
HSB/HSV339°27.35%45.88%
CMYK0.00%27.35%17.95%
54.12%

Color #755560 in popluar number systems.

HEX755560
Decimal1178596
Binary111010110101011100000
Octal165125140

Shades and tints

Shades of #755560

#755560
(117,85,96)
#6B4E58
(107,78,88)
#614750
(97,71,80)
#574048
(87,64,72)
#4D3940
(77,57,64)
#433238
(67,50,56)
#392B30
(57,43,48)
#2F2428
(47,36,40)
#251D20
(37,29,32)
#1B1618
(27,22,24)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #755560

#755560
(117,85,96)
#81646E
(129,100,110)
#8D737C
(141,115,124)
#99828A
(153,130,138)
#A59198
(165,145,152)
#B1A0A6
(177,160,166)
#BDAFB4
(189,175,180)
#C9BEC2
(201,190,194)
#D5CDD0
(213,205,208)
#E1DCDE
(225,220,222)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755560; }

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

This text font color is #755560.


Background Color

.myBgColor { background-color: #755560; }

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

This div background color is #755560.


Border color

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

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

This div border color is #755560.


Opacity

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

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

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

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

This text has shadow with #755560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755560 on black background.


Color preview on white background

This text has color #755560 on white background.



Black color preview on #755560 background

This text has black color on #755560 background.


White color preview on #755560 background

This text has white color on #755560 background.