COLOR #756060

HEX: #756060
RGB: (117,96,96)

Color info

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

RGB color model

#756060 color RGB value is (117,96,96).

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

RGB channels and saturation

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

117
96
96

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

Portions of RGB colors in percentages

R + G + B =
117 + 96 + 96 = 309 (100%)
R 117 of 309 ~ 37.86%
G 96 of 309 ~ 31.07%
B 96 of 309 ~ 31.07%

%37.86
%31.07
%31.07

CMYK color model

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

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

CMYK percentages

%0
%17.95
%17.95
%54.12

Codes

Color #756060 in popluar color models

756060
RGB1179696
HSL9.86%41.76%
HSB/HSV17.95%45.88%
CMYK0.00%17.95%17.95%
54.12%

Color #756060 in popluar number systems.

HEX756060
Decimal1179696
Binary111010111000001100000
Octal165140140

Shades and tints

Shades of #756060

#756060
(117,96,96)
#6B5858
(107,88,88)
#615050
(97,80,80)
#574848
(87,72,72)
#4D4040
(77,64,64)
#433838
(67,56,56)
#393030
(57,48,48)
#2F2828
(47,40,40)
#252020
(37,32,32)
#1B1818
(27,24,24)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #756060

#756060
(117,96,96)
#816E6E
(129,110,110)
#8D7C7C
(141,124,124)
#998A8A
(153,138,138)
#A59898
(165,152,152)
#B1A6A6
(177,166,166)
#BDB4B4
(189,180,180)
#C9C2C2
(201,194,194)
#D5D0D0
(213,208,208)
#E1DEDE
(225,222,222)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756060; }

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

This text font color is #756060.


Background Color

.myBgColor { background-color: #756060; }

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

This div background color is #756060.


Border color

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

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

This div border color is #756060.


Opacity

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

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

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

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

This text has shadow with #756060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756060 on black background.


Color preview on white background

This text has color #756060 on white background.



Black color preview on #756060 background

This text has black color on #756060 background.


White color preview on #756060 background

This text has white color on #756060 background.