COLOR #757380

HEX: #757380 RGB: (117,115,128)

Color info

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

RGB color model

#757380 color RGB value is (117,115,128).

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

RGB channels and saturation

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

117
115
128

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

Portions of RGB colors in percentages

R + G + B = 117 + 115 + 128 = 360 (100%)
R 117 of 360 ~ 32.5%
G 115 of 360 ~ 31.94%
B 128 of 360 ~ 35.56'%

%32.5
%31.94
%35.56

CMYK color model

#757380 color CMYK value is (9,10,0,50).

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

CMYK: (9,10,0,50)
C9M10Y0K50 (9%, 10%, 0%, 50%)
(0.09 / 0.10 / 0.00 / 0.50)

CMYK percentages

%8.59
%10.16
%0
%49.8

Codes

Color #757380 in popluar color models

75 73 80
RGB 117 115 128
HSL 249° 5.35% 47.65%
HSB/HSV 249° 10.16% 50.20%
CMYK 8.59% 10.16% 0.00%
49.80%

Color #757380 in popluar number systems.

HEX 75 73 80
Decimal 117 115 128
Binary 1110101 1110011 10000000
Octal 165 163 200

Shades and tints

Shades of #757380

#757380
(117,115,128)
#6B6975
(107,105,117)
#615F6A
(97,95,106)
#57555F
(87,85,95)
#4D4B54
(77,75,84)
#434149
(67,65,73)
#39373E
(57,55,62)
#2F2D33
(47,45,51)
#252328
(37,35,40)
#1B191D
(27,25,29)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #757380

#757380
(117,115,128)
#817F8B
(129,127,139)
#8D8B96
(141,139,150)
#9997A1
(153,151,161)
#A5A3AC
(165,163,172)
#B1AFB7
(177,175,183)
#BDBBC2
(189,187,194)
#C9C7CD
(201,199,205)
#D5D3D8
(213,211,216)
#E1DFE3
(225,223,227)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757380; }

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

This text font color is #757380.

Background Color

.myBgColor { background-color: #757380; }

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

This div background color is #757380.

Border color

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

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

This div border color is #757380.

Opacity

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

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

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

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

This text has shadow with #757380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757380.

Preview

Color preview on black background

This text has color #757380 on black background.


Color preview on white background

This text has color #757380 on white background.


Black color preview on #757380 background

This text has black color on #757380 background.


White color preview on #757380 background

This text has white color on #757380 background.


Related colors

Complementary color

Complementary color for #hex is #8A8C7F.


I love getcolorcode.com

Triadic colors

1 #807573 and #738075 with #757380 are triadic colors.

2 #807375 and #737580 with #757380 are triadic colors.