COLOR #757F7E

HEX: #757F7E RGB: (117,127,126)

Color info

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

RGB color model

#757F7E color RGB value is (117,127,126).

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

RGB channels and saturation

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

117
127
126

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

Portions of RGB colors in percentages

R + G + B = 117 + 127 + 126 = 370 (100%)
R 117 of 370 ~ 31.62%
G 127 of 370 ~ 34.32%
B 126 of 370 ~ 34.05'%

%31.62
%34.32
%34.05

CMYK color model

#757F7E color CMYK value is (8,0,1,50).

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

CMYK: (8,0,1,50)
C8M0Y1K50 (8%, 0%, 1%, 50%)
(0.08 / 0.00 / 0.01 / 0.50)

CMYK percentages

%7.87
%0
%0.79
%50.2

Codes

Color #757F7E in popluar color models

75 7F 7E
RGB 117 127 126
HSL 174° 4.10% 47.84%
HSB/HSV 174° 7.87% 49.80%
CMYK 7.87% 0.00% 0.79%
50.20%

Color #757F7E in popluar number systems.

HEX 75 7F 7E
Decimal 117 127 126
Binary 1110101 1111111 1111110
Octal 165 177 176

Shades and tints

Shades of #757F7E

#757F7E
(117,127,126)
#6B7473
(107,116,115)
#616968
(97,105,104)
#575E5D
(87,94,93)
#4D5352
(77,83,82)
#434847
(67,72,71)
#393D3C
(57,61,60)
#2F3231
(47,50,49)
#252726
(37,39,38)
#1B1C1B
(27,28,27)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #757F7E

#757F7E
(117,127,126)
#818A89
(129,138,137)
#8D9594
(141,149,148)
#99A09F
(153,160,159)
#A5ABAA
(165,171,170)
#B1B6B5
(177,182,181)
#BDC1C0
(189,193,192)
#C9CCCB
(201,204,203)
#D5D7D6
(213,215,214)
#E1E2E1
(225,226,225)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757F7E; }

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

This text font color is #757F7E.

Background Color

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

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

This div background color is #757F7E.

Border color

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

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

This div border color is #757F7E.

Opacity

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

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

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

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

This text has shadow with #757F7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757F7E.

Preview

Color preview on black background

This text has color #757F7E on black background.


Color preview on white background

This text has color #757F7E on white background.


Black color preview on #757F7E background

This text has black color on #757F7E background.


White color preview on #757F7E background

This text has white color on #757F7E background.


Related colors

Complementary color

Complementary color for #hex is #8A8081.


I love getcolorcode.com

Triadic colors

1 #7E757F and #7F7E75 with #757F7E are triadic colors.

2 #7E7F75 and #7F757E with #757F7E are triadic colors.