COLOR #757871

HEX: #757871 RGB: (117,120,113)

Color info

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

RGB color model

#757871 color RGB value is (117,120,113).

RGB: (117,120,113) (46%, 47%, 44%)

RGB channels and saturation

R 117 of 255 = 46%
G 120 of 255 = 47%
B 113 of 255 = 44%

117
120
113

R + G + B ~ 46%. #757871 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 120 + 113 = 350 (100%)
R 117 of 350 ~ 33.43%
G 120 of 350 ~ 34.29%
B 113 of 350 ~ 32.29'%

%33.43
%34.29
%32.29

CMYK color model

#757871 color CMYK value is (3,0,6,53).

  • cyan value is 2.50%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 52.94%

CMYK: (3,0,6,53)
C3M0Y6K53 (3%, 0%, 6%, 53%)
(0.03 / 0.00 / 0.06 / 0.53)

CMYK percentages

%2.5
%0
%5.83
%52.94

Codes

Color #757871 in popluar color models

75 78 71
RGB 117 120 113
HSL 86° 3.00% 45.69%
HSB/HSV 86° 5.83% 47.06%
CMYK 2.50% 0.00% 5.83%
52.94%

Color #757871 in popluar number systems.

HEX 75 78 71
Decimal 117 120 113
Binary 1110101 1111000 1110001
Octal 165 170 161

Shades and tints

Shades of #757871

#757871
(117,120,113)
#6B6E67
(107,110,103)
#61645D
(97,100,93)
#575A53
(87,90,83)
#4D5049
(77,80,73)
#43463F
(67,70,63)
#393C35
(57,60,53)
#2F322B
(47,50,43)
#252821
(37,40,33)
#1B1E17
(27,30,23)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #757871

#757871
(117,120,113)
#81847D
(129,132,125)
#8D9089
(141,144,137)
#999C95
(153,156,149)
#A5A8A1
(165,168,161)
#B1B4AD
(177,180,173)
#BDC0B9
(189,192,185)
#C9CCC5
(201,204,197)
#D5D8D1
(213,216,209)
#E1E4DD
(225,228,221)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757871; }

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

This text font color is #757871.

Background Color

.myBgColor { background-color: #757871; }

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

This div background color is #757871.

Border color

.myBorderColor { border: 1px solid #757871; }

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

This div border color is #757871.

Opacity

.myOpacity80 { color: #757871; opacity: 0.8; }

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

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

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

This text has shadow with #757871 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757871.

Preview

Color preview on black background

This text has color #757871 on black background.


Color preview on white background

This text has color #757871 on white background.


Black color preview on #757871 background

This text has black color on #757871 background.


White color preview on #757871 background

This text has white color on #757871 background.


Related colors

Complementary color

Complementary color for #hex is #8A878E.


I love getcolorcode.com

Triadic colors

1 #717578 and #787175 with #757871 are triadic colors.

2 #717875 and #787571 with #757871 are triadic colors.