COLOR #755860

HEX: #755860
RGB: (117,88,96)

Color info

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

RGB color model

#755860 color RGB value is (117,88,96).

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

RGB channels and saturation

R 117 of 255 = 46%
G 88 of 255 = 35%
B 96 of 255 = 38%

117
88
96

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

Portions of RGB colors in percentages

R + G + B =
117 + 88 + 96 = 301 (100%)
R 117 of 301 ~ 38.87%
G 88 of 301 ~ 29.24%
B 96 of 301 ~ 31.89%

%38.87
%29.24
%31.89

CMYK color model

#755860 color CMYK value is (0,25,18,54).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 17.95%
  • key color value is 54.12%
CMYK:
(0,25,18,54)
C0M25Y18K54 
(0%,25%,18%,54%)
(0.00/0.25/0.18/0.54)	

CMYK percentages

%0
%24.79
%17.95
%54.12

Codes

Color #755860 in popluar color models

755860
RGB1178896
HSL343°14.15%40.20%
HSB/HSV343°24.79%45.88%
CMYK0.00%24.79%17.95%
54.12%

Color #755860 in popluar number systems.

HEX755860
Decimal1178896
Binary111010110110001100000
Octal165130140

Shades and tints

Shades of #755860

#755860
(117,88,96)
#6B5058
(107,80,88)
#614850
(97,72,80)
#574048
(87,64,72)
#4D3840
(77,56,64)
#433038
(67,48,56)
#392830
(57,40,48)
#2F2028
(47,32,40)
#251820
(37,24,32)
#1B1018
(27,16,24)
#110810
(17,8,16)
#000000
(0,0,0)

Tints of #755860

#755860
(117,88,96)
#81676E
(129,103,110)
#8D767C
(141,118,124)
#99858A
(153,133,138)
#A59498
(165,148,152)
#B1A3A6
(177,163,166)
#BDB2B4
(189,178,180)
#C9C1C2
(201,193,194)
#D5D0D0
(213,208,208)
#E1DFDE
(225,223,222)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755860; }

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

This text font color is #755860.


Background Color

.myBgColor { background-color: #755860; }

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

This div background color is #755860.


Border color

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

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

This div border color is #755860.


Opacity

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

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

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

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

This text has shadow with #755860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755860 on black background.


Color preview on white background

This text has color #755860 on white background.



Black color preview on #755860 background

This text has black color on #755860 background.


White color preview on #755860 background

This text has white color on #755860 background.