COLOR #757280

HEX: #757280 RGB: (117,114,128)

Color info

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

RGB color model

#757280 color RGB value is (117,114,128).

RGB: (117,114,128) (46%, 45%, 50%)

RGB channels and saturation

R 117 of 255 = 46%
G 114 of 255 = 45%
B 128 of 255 = 50%

117
114
128

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

Portions of RGB colors in percentages

R + G + B = 117 + 114 + 128 = 359 (100%)
R 117 of 359 ~ 32.59%
G 114 of 359 ~ 31.75%
B 128 of 359 ~ 35.65'%

%32.59
%31.75
%35.65

CMYK color model

#757280 color CMYK value is (9,11,0,50).

  • cyan value is 8.59%
  • magenta value is 10.94%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (9,11,0,50)
C9M11Y0K50 (9%, 11%, 0%, 50%)
(0.09 / 0.11 / 0.00 / 0.50)

CMYK percentages

%8.59
%10.94
%0
%49.8

Codes

Color #757280 in popluar color models

75 72 80
RGB 117 114 128
HSL 253° 5.79% 47.45%
HSB/HSV 253° 10.94% 50.20%
CMYK 8.59% 10.94% 0.00%
49.80%

Color #757280 in popluar number systems.

HEX 75 72 80
Decimal 117 114 128
Binary 1110101 1110010 10000000
Octal 165 162 200

Shades and tints

Shades of #757280

#757280
(117,114,128)
#6B6875
(107,104,117)
#615E6A
(97,94,106)
#57545F
(87,84,95)
#4D4A54
(77,74,84)
#434049
(67,64,73)
#39363E
(57,54,62)
#2F2C33
(47,44,51)
#252228
(37,34,40)
#1B181D
(27,24,29)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #757280

#757280
(117,114,128)
#817E8B
(129,126,139)
#8D8A96
(141,138,150)
#9996A1
(153,150,161)
#A5A2AC
(165,162,172)
#B1AEB7
(177,174,183)
#BDBAC2
(189,186,194)
#C9C6CD
(201,198,205)
#D5D2D8
(213,210,216)
#E1DEE3
(225,222,227)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757280; }

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

This text font color is #757280.

Background Color

.myBgColor { background-color: #757280; }

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

This div background color is #757280.

Border color

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

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

This div border color is #757280.

Opacity

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

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

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

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

This text has shadow with #757280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757280.

Preview

Color preview on black background

This text has color #757280 on black background.


Color preview on white background

This text has color #757280 on white background.


Black color preview on #757280 background

This text has black color on #757280 background.


White color preview on #757280 background

This text has white color on #757280 background.


Related colors

Complementary color

Complementary color for #757280 is #8A8D7F.


I love getcolorcode.com

Triadic colors

1 #807572 and #728075 with #757280 are triadic colors.

2 #807275 and #727580 with #757280 are triadic colors.