COLOR #757860

HEX: #757860 RGB: (117,120,96)

Color info

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

RGB color model

#757860 color RGB value is (117,120,96).

RGB: (117,120,96) (46%, 47%, 38%)

RGB channels and saturation

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

117
120
96

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

Portions of RGB colors in percentages

R + G + B = 117 + 120 + 96 = 333 (100%)
R 117 of 333 ~ 35.14%
G 120 of 333 ~ 36.04%
B 96 of 333 ~ 28.83'%

%35.14
%36.04
%28.83

CMYK color model

#757860 color CMYK value is (3,0,20,53).

  • cyan value is 2.50%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 52.94%

CMYK: (3,0,20,53)
C3M0Y20K53 (3%, 0%, 20%, 53%)
(0.03 / 0.00 / 0.20 / 0.53)

CMYK percentages

%2.5
%0
%20
%52.94

Codes

Color #757860 in popluar color models

75 78 60
RGB 117 120 96
HSL 68° 11.11% 42.35%
HSB/HSV 68° 20.00% 47.06%
CMYK 2.50% 0.00% 20.00%
52.94%

Color #757860 in popluar number systems.

HEX 75 78 60
Decimal 117 120 96
Binary 1110101 1111000 1100000
Octal 165 170 140

Shades and tints

Shades of #757860

#757860
(117,120,96)
#6B6E58
(107,110,88)
#616450
(97,100,80)
#575A48
(87,90,72)
#4D5040
(77,80,64)
#434638
(67,70,56)
#393C30
(57,60,48)
#2F3228
(47,50,40)
#252820
(37,40,32)
#1B1E18
(27,30,24)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #757860

#757860
(117,120,96)
#81846E
(129,132,110)
#8D907C
(141,144,124)
#999C8A
(153,156,138)
#A5A898
(165,168,152)
#B1B4A6
(177,180,166)
#BDC0B4
(189,192,180)
#C9CCC2
(201,204,194)
#D5D8D0
(213,216,208)
#E1E4DE
(225,228,222)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757860; }

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

This text font color is #757860.

Background Color

.myBgColor { background-color: #757860; }

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

This div background color is #757860.

Border color

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

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

This div border color is #757860.

Opacity

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

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

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

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

This text has shadow with #757860 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757860.

Preview

Color preview on black background

This text has color #757860 on black background.


Color preview on white background

This text has color #757860 on white background.


Black color preview on #757860 background

This text has black color on #757860 background.


White color preview on #757860 background

This text has white color on #757860 background.


Related colors

Complementary color

Complementary color for #hex is #8A879F.


I love getcolorcode.com

Triadic colors

1 #607578 and #786075 with #757860 are triadic colors.

2 #607875 and #787560 with #757860 are triadic colors.