COLOR #757F71

HEX: #757F71
RGB: (117,127,113)

Color info

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

RGB color model

#757F71 color RGB value is (117,127,113).

  • red value is 117;
  • green value is 127;
  • blue value is 113.
RGB:
(117,127,113)
(46%,50%,44%)

RGB channels and saturation

R 117 of 255 = 46%
G 127 of 255 = 50%
B 113 of 255 = 44%

117
127
113

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

Portions of RGB colors in percentages

R + G + B =
117 + 127 + 113 = 357 (100%)
R 117 of 357 ~ 32.77%
G 127 of 357 ~ 35.57%
B 113 of 357 ~ 31.65%

%32.77
%35.57
%31.65

CMYK color model

#757F71 color CMYK value is (8,0,11,50).

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 50.20%
CMYK:
(8,0,11,50)
C8M0Y11K50 
(8%,0%,11%,50%)
(0.08/0.00/0.11/0.50)	

CMYK percentages

%7.87
%0
%11.02
%50.2

Codes

Color #757F71 in popluar color models

757F71
RGB117127113
HSL103°5.83%47.06%
HSB/HSV103°11.02%49.80%
CMYK7.87%0.00%11.02%
50.20%

Color #757F71 in popluar number systems.

HEX757F71
Decimal117127113
Binary111010111111111110001
Octal165177161

Shades and tints

Shades of #757F71

#757F71
(117,127,113)
#6B7467
(107,116,103)
#61695D
(97,105,93)
#575E53
(87,94,83)
#4D5349
(77,83,73)
#43483F
(67,72,63)
#393D35
(57,61,53)
#2F322B
(47,50,43)
#252721
(37,39,33)
#1B1C17
(27,28,23)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #757F71

#757F71
(117,127,113)
#818A7D
(129,138,125)
#8D9589
(141,149,137)
#99A095
(153,160,149)
#A5ABA1
(165,171,161)
#B1B6AD
(177,182,173)
#BDC1B9
(189,193,185)
#C9CCC5
(201,204,197)
#D5D7D1
(213,215,209)
#E1E2DD
(225,226,221)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757F71; }

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

This text font color is #757F71.


Background Color

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

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

This div background color is #757F71.


Border color

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

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

This div border color is #757F71.


Opacity

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

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

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

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

This text has shadow with #757F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757F71 on black background.


Color preview on white background

This text has color #757F71 on white background.



Black color preview on #757F71 background

This text has black color on #757F71 background.


White color preview on #757F71 background

This text has white color on #757F71 background.