COLOR #757F7D

HEX: #757F7D RGB: (117,127,125)

Color info

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

RGB color model

#757F7D color RGB value is (117,127,125).

RGB: (117,127,125) (46%, 50%, 49%)

RGB channels and saturation

R 117 of 255 = 46%
G 127 of 255 = 50%
B 125 of 255 = 49%

117
127
125

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

Portions of RGB colors in percentages

R + G + B = 117 + 127 + 125 = 369 (100%)
R 117 of 369 ~ 31.71%
G 127 of 369 ~ 34.42%
B 125 of 369 ~ 33.88'%

%31.71
%34.42
%33.88

CMYK color model

#757F7D color CMYK value is (8,0,2,50).

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 1.57%
  • key color value is 50.20%

CMYK: (8,0,2,50)
C8M0Y2K50 (8%, 0%, 2%, 50%)
(0.08 / 0.00 / 0.02 / 0.50)

CMYK percentages

%7.87
%0
%1.57
%50.2

Codes

Color #757F7D in popluar color models

75 7F 7D
RGB 117 127 125
HSL 168° 4.10% 47.84%
HSB/HSV 168° 7.87% 49.80%
CMYK 7.87% 0.00% 1.57%
50.20%

Color #757F7D in popluar number systems.

HEX 75 7F 7D
Decimal 117 127 125
Binary 1110101 1111111 1111101
Octal 165 177 175

Shades and tints

Shades of #757F7D

#757F7D
(117,127,125)
#6B7472
(107,116,114)
#616967
(97,105,103)
#575E5C
(87,94,92)
#4D5351
(77,83,81)
#434846
(67,72,70)
#393D3B
(57,61,59)
#2F3230
(47,50,48)
#252725
(37,39,37)
#1B1C1A
(27,28,26)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #757F7D

#757F7D
(117,127,125)
#818A88
(129,138,136)
#8D9593
(141,149,147)
#99A09E
(153,160,158)
#A5ABA9
(165,171,169)
#B1B6B4
(177,182,180)
#BDC1BF
(189,193,191)
#C9CCCA
(201,204,202)
#D5D7D5
(213,215,213)
#E1E2E0
(225,226,224)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757F7D; }

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

This text font color is #757F7D.

Background Color

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

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

This div background color is #757F7D.

Border color

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

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

This div border color is #757F7D.

Opacity

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

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

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

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

This text has shadow with #757F7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757F7D.

Preview

Color preview on black background

This text has color #757F7D on black background.


Color preview on white background

This text has color #757F7D on white background.


Black color preview on #757F7D background

This text has black color on #757F7D background.


White color preview on #757F7D background

This text has white color on #757F7D background.


Related colors

Complementary color

Complementary color for #hex is #8A8082.


I love getcolorcode.com

Triadic colors

1 #7D757F and #7F7D75 with #757F7D are triadic colors.

2 #7D7F75 and #7F757D with #757F7D are triadic colors.