COLOR #757777

HEX: #757777
RGB: (117,119,119)

Color info

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

RGB color model

#757777 color RGB value is (117,119,119).

  • red value is 117;
  • green value is 119;
  • blue value is 119.
RGB:
(117,119,119)
(46%,47%,47%)

RGB channels and saturation

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

117
119
119

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

Portions of RGB colors in percentages

R + G + B =
117 + 119 + 119 = 355 (100%)
R 117 of 355 ~ 32.96%
G 119 of 355 ~ 33.52%
B 119 of 355 ~ 33.52%

%32.96
%33.52
%33.52

CMYK color model

#757777 color CMYK value is (2,0,0,53).

  • cyan value is 1.68%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(2,0,0,53)
C2M0Y0K53 
(2%,0%,0%,53%)
(0.02/0.00/0.00/0.53)	

CMYK percentages

%1.68
%0
%0
%53.33

Codes

Color #757777 in popluar color models

757777
RGB117119119
HSL180°0.85%46.27%
HSB/HSV180°1.68%46.67%
CMYK1.68%0.00%0.00%
53.33%

Color #757777 in popluar number systems.

HEX757777
Decimal117119119
Binary111010111101111110111
Octal165167167

Shades and tints

Shades of #757777

#757777
(117,119,119)
#6B6D6D
(107,109,109)
#616363
(97,99,99)
#575959
(87,89,89)
#4D4F4F
(77,79,79)
#434545
(67,69,69)
#393B3B
(57,59,59)
#2F3131
(47,49,49)
#252727
(37,39,39)
#1B1D1D
(27,29,29)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #757777

#757777
(117,119,119)
#818383
(129,131,131)
#8D8F8F
(141,143,143)
#999B9B
(153,155,155)
#A5A7A7
(165,167,167)
#B1B3B3
(177,179,179)
#BDBFBF
(189,191,191)
#C9CBCB
(201,203,203)
#D5D7D7
(213,215,215)
#E1E3E3
(225,227,227)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757777; }

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

This text font color is #757777.


Background Color

.myBgColor { background-color: #757777; }

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

This div background color is #757777.


Border color

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

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

This div border color is #757777.


Opacity

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

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

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

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

This text has shadow with #757777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757777 on black background.


Color preview on white background

This text has color #757777 on white background.



Black color preview on #757777 background

This text has black color on #757777 background.


White color preview on #757777 background

This text has white color on #757777 background.