COLOR #757080

HEX: #757080 RGB: (117,112,128)

Color info

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

RGB color model

#757080 color RGB value is (117,112,128).

RGB: (117,112,128) (46%, 44%, 50%)

RGB channels and saturation

R 117 of 255 = 46%
G 112 of 255 = 44%
B 128 of 255 = 50%

117
112
128

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

Portions of RGB colors in percentages

R + G + B = 117 + 112 + 128 = 357 (100%)
R 117 of 357 ~ 32.77%
G 112 of 357 ~ 31.37%
B 128 of 357 ~ 35.85'%

%32.77
%31.37
%35.85

CMYK color model

#757080 color CMYK value is (9,13,0,50).

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

CMYK: (9,13,0,50)
C9M13Y0K50 (9%, 13%, 0%, 50%)
(0.09 / 0.13 / 0.00 / 0.50)

CMYK percentages

%8.59
%12.5
%0
%49.8

Codes

Color #757080 in popluar color models

75 70 80
RGB 117 112 128
HSL 259° 6.67% 47.06%
HSB/HSV 259° 12.50% 50.20%
CMYK 8.59% 12.50% 0.00%
49.80%

Color #757080 in popluar number systems.

HEX 75 70 80
Decimal 117 112 128
Binary 1110101 1110000 10000000
Octal 165 160 200

Shades and tints

Shades of #757080

#757080
(117,112,128)
#6B6675
(107,102,117)
#615C6A
(97,92,106)
#57525F
(87,82,95)
#4D4854
(77,72,84)
#433E49
(67,62,73)
#39343E
(57,52,62)
#2F2A33
(47,42,51)
#252028
(37,32,40)
#1B161D
(27,22,29)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #757080

#757080
(117,112,128)
#817D8B
(129,125,139)
#8D8A96
(141,138,150)
#9997A1
(153,151,161)
#A5A4AC
(165,164,172)
#B1B1B7
(177,177,183)
#BDBEC2
(189,190,194)
#C9CBCD
(201,203,205)
#D5D8D8
(213,216,216)
#E1E5E3
(225,229,227)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757080; }

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

This text font color is #757080.

Background Color

.myBgColor { background-color: #757080; }

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

This div background color is #757080.

Border color

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

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

This div border color is #757080.

Opacity

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

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

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

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

This text has shadow with #757080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757080.

Preview

Color preview on black background

This text has color #757080 on black background.


Color preview on white background

This text has color #757080 on white background.


Black color preview on #757080 background

This text has black color on #757080 background.


White color preview on #757080 background

This text has white color on #757080 background.


Related colors

Complementary color

Complementary color for #hex is #8A8F7F.


I love getcolorcode.com

Triadic colors

1 #807570 and #708075 with #757080 are triadic colors.

2 #807075 and #707580 with #757080 are triadic colors.