COLOR #757A7F

HEX: #757A7F RGB: (117,122,127)

Color info

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

RGB color model

#757A7F color RGB value is (117,122,127).

RGB: (117,122,127) (46%, 48%, 50%)

RGB channels and saturation

R 117 of 255 = 46%
G 122 of 255 = 48%
B 127 of 255 = 50%

117
122
127

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

Portions of RGB colors in percentages

R + G + B = 117 + 122 + 127 = 366 (100%)
R 117 of 366 ~ 31.97%
G 122 of 366 ~ 33.33%
B 127 of 366 ~ 34.7'%

%31.97
%33.33
%34.7

CMYK color model

#757A7F color CMYK value is (8,4,0,50).

  • cyan value is 7.87%
  • magenta value is 3.94%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (8,4,0,50) C8M4Y0K50 (8%,4%,0%,50%) (0.08/0.04/0.00/0.50) 

CMYK percentages

%7.87
%3.94
%0
%50.2

Codes

Color #757A7F in popluar color models

75 7A 7F
RGB 117 122 127
HSL 210° 4.10% 47.84%
HSB/HSV 210° 7.87% 49.80%
CMYK 7.87% 3.94% 0.00%
50.20%

Color #757A7F in popluar number systems.

HEX 75 7A 7F
Decimal 117 122 127
Binary 1110101 1111010 1111111
Octal 165 172 177

Shades and tints

Shades of #757A7F

#757A7F
(117,122,127)
#6B6F74
(107,111,116)
#616469
(97,100,105)
#57595E
(87,89,94)
#4D4E53
(77,78,83)
#434348
(67,67,72)
#39383D
(57,56,61)
#2F2D32
(47,45,50)
#252227
(37,34,39)
#1B171C
(27,23,28)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #757A7F

#757A7F
(117,122,127)
#81868A
(129,134,138)
#8D9295
(141,146,149)
#999EA0
(153,158,160)
#A5AAAB
(165,170,171)
#B1B6B6
(177,182,182)
#BDC2C1
(189,194,193)
#C9CECC
(201,206,204)
#D5DAD7
(213,218,215)
#E1E6E2
(225,230,226)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757A7F; }

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

This text font color is #757A7F.

Background Color

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

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

This div background color is #757A7F.

Border color

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

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

This div border color is #757A7F.

Opacity

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

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

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

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

This text has shadow with #757A7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757A7F.

Preview

Color preview on black background

This text has color #757A7F on black background.


Color preview on white background

This text has color #757A7F on white background.


Black color preview on #757A7F background

This text has black color on #757A7F background.


White color preview on #757A7F background

This text has white color on #757A7F background.


Related colors

Complementary color

Complementary color for #hex is #8A8580.


I love getcolorcode.com

Triadic colors

1 #7F757A and #7A7F75 with #757A7F are triadic colors.

2 #7F7A75 and #7A757F with #757A7F are triadic colors.