COLOR #757D85

HEX: #757D85 RGB: (117,125,133)

Color info

#757D85 contains red, green and blue colors in about the same proportion. Web safe color of #757D85 is #666699 (or #669).

RGB color model

#757D85 color RGB value is (117,125,133).

RGB: (117,125,133) (46%, 49%, 52%)

RGB channels and saturation

R 117 of 255 = 46%
G 125 of 255 = 49%
B 133 of 255 = 52%

117
125
133

R + G + B ~ 49%. #757D85 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 125 + 133 = 375 (100%)
R 117 of 375 ~ 31.2%
G 125 of 375 ~ 33.33%
B 133 of 375 ~ 35.47'%

%31.2
%33.33
%35.47

CMYK color model

#757D85 color CMYK value is (12,6,0,48).

  • cyan value is 12.03%
  • magenta value is 6.02%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (12,6,0,48)
C12M6Y0K48 (12%, 6%, 0%, 48%)
(0.12 / 0.06 / 0.00 / 0.48)

CMYK percentages

%12.03
%6.02
%0
%47.84

Codes

Color #757D85 in popluar color models

75 7D 85
RGB 117 125 133
HSL 210° 6.40% 49.02%
HSB/HSV 210° 12.03% 52.16%
CMYK 12.03% 6.02% 0.00%
47.84%

Color #757D85 in popluar number systems.

HEX 75 7D 85
Decimal 117 125 133
Binary 1110101 1111101 10000101
Octal 165 175 205

Shades and tints

Shades of #757D85

#757D85
(117,125,133)
#6B7279
(107,114,121)
#61676D
(97,103,109)
#575C61
(87,92,97)
#4D5155
(77,81,85)
#434649
(67,70,73)
#393B3D
(57,59,61)
#2F3031
(47,48,49)
#252525
(37,37,37)
#1B1A19
(27,26,25)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #757D85

#757D85
(117,125,133)
#818890
(129,136,144)
#8D939B
(141,147,155)
#999EA6
(153,158,166)
#A5A9B1
(165,169,177)
#B1B4BC
(177,180,188)
#BDBFC7
(189,191,199)
#C9CAD2
(201,202,210)
#D5D5DD
(213,213,221)
#E1E0E8
(225,224,232)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757D85 color. Also use rgb(117,125,133) instead hex code.

Text Font Color

.myTextColor { color: #757D85; }

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

This text font color is #757D85.

Background Color

.myBgColor { background-color: #757D85; }

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

This div background color is #757D85.

Border color

.myBorderColor { border: 1px solid #757D85; }

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

This div border color is #757D85.

Opacity

.myOpacity80 { color: #757D85; opacity: 0.8; }

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

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

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

This text has shadow with #757D85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757D85.

Preview

Color preview on black background

This text has color #757D85 on black background.


Color preview on white background

This text has color #757D85 on white background.


Black color preview on #757D85 background

This text has black color on #757D85 background.


White color preview on #757D85 background

This text has white color on #757D85 background.


Related colors

Complementary color

Complementary color for #hex is #8A827A.


I love getcolorcode.com

Triadic colors

1 #85757D and #7D8575 with #757D85 are triadic colors.

2 #857D75 and #7D7585 with #757D85 are triadic colors.