COLOR #757877

HEX: #757877 RGB: (117,120,119)

Color info

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

RGB color model

#757877 color RGB value is (117,120,119).

RGB: (117,120,119) (46%, 47%, 47%)

RGB channels and saturation

R 117 of 255 = 46%
G 120 of 255 = 47%
B 119 of 255 = 47%

117
120
119

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

Portions of RGB colors in percentages

R + G + B = 117 + 120 + 119 = 356 (100%)
R 117 of 356 ~ 32.87%
G 120 of 356 ~ 33.71%
B 119 of 356 ~ 33.43'%

%32.87
%33.71
%33.43

CMYK color model

#757877 color CMYK value is (3,0,1,53).

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

CMYK: (3,0,1,53)
C3M0Y1K53 (3%, 0%, 1%, 53%)
(0.03 / 0.00 / 0.01 / 0.53)

CMYK percentages

%2.5
%0
%0.83
%52.94

Codes

Color #757877 in popluar color models

75 78 77
RGB 117 120 119
HSL 160° 1.27% 46.47%
HSB/HSV 160° 2.50% 47.06%
CMYK 2.50% 0.00% 0.83%
52.94%

Color #757877 in popluar number systems.

HEX 75 78 77
Decimal 117 120 119
Binary 1110101 1111000 1110111
Octal 165 170 167

Shades and tints

Shades of #757877

#757877
(117,120,119)
#6B6E6D
(107,110,109)
#616463
(97,100,99)
#575A59
(87,90,89)
#4D504F
(77,80,79)
#434645
(67,70,69)
#393C3B
(57,60,59)
#2F3231
(47,50,49)
#252827
(37,40,39)
#1B1E1D
(27,30,29)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #757877

#757877
(117,120,119)
#818483
(129,132,131)
#8D908F
(141,144,143)
#999C9B
(153,156,155)
#A5A8A7
(165,168,167)
#B1B4B3
(177,180,179)
#BDC0BF
(189,192,191)
#C9CCCB
(201,204,203)
#D5D8D7
(213,216,215)
#E1E4E3
(225,228,227)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757877; }

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

This text font color is #757877.

Background Color

.myBgColor { background-color: #757877; }

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

This div background color is #757877.

Border color

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

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

This div border color is #757877.

Opacity

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

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

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

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

This text has shadow with #757877 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757877.

Preview

Color preview on black background

This text has color #757877 on black background.


Color preview on white background

This text has color #757877 on white background.


Black color preview on #757877 background

This text has black color on #757877 background.


White color preview on #757877 background

This text has white color on #757877 background.


Related colors

Complementary color

Complementary color for #hex is #8A8788.


I love getcolorcode.com

Triadic colors

1 #777578 and #787775 with #757877 are triadic colors.

2 #777875 and #787577 with #757877 are triadic colors.