COLOR #75777C

HEX: #75777C
RGB: (117,119,124)

Color info

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

RGB color model

#75777C color RGB value is (117,119,124).

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

RGB channels and saturation

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

117
119
124

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

Portions of RGB colors in percentages

R + G + B =
117 + 119 + 124 = 360 (100%)
R 117 of 360 ~ 32.5%
G 119 of 360 ~ 33.06%
B 124 of 360 ~ 34.44%

%32.5
%33.06
%34.44

CMYK color model

#75777C color CMYK value is (6,4,0,51).

  • cyan value is 5.65%
  • magenta value is 4.03%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(6,4,0,51)
C6M4Y0K51 
(6%,4%,0%,51%)
(0.06/0.04/0.00/0.51)	

CMYK percentages

%5.65
%4.03
%0
%51.37

Codes

Color #75777C in popluar color models

75777C
RGB117119124
HSL223°2.90%47.25%
HSB/HSV223°5.65%48.63%
CMYK5.65%4.03%0.00%
51.37%

Color #75777C in popluar number systems.

HEX75777C
Decimal117119124
Binary111010111101111111100
Octal165167174

Shades and tints

Shades of #75777C

#75777C
(117,119,124)
#6B6D71
(107,109,113)
#616366
(97,99,102)
#57595B
(87,89,91)
#4D4F50
(77,79,80)
#434545
(67,69,69)
#393B3A
(57,59,58)
#2F312F
(47,49,47)
#252724
(37,39,36)
#1B1D19
(27,29,25)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #75777C

#75777C
(117,119,124)
#818387
(129,131,135)
#8D8F92
(141,143,146)
#999B9D
(153,155,157)
#A5A7A8
(165,167,168)
#B1B3B3
(177,179,179)
#BDBFBE
(189,191,190)
#C9CBC9
(201,203,201)
#D5D7D4
(213,215,212)
#E1E3DF
(225,227,223)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75777C; }

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

This text font color is #75777C.


Background Color

.myBgColor { background-color: #75777C; }

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

This div background color is #75777C.


Border color

.myBorderColor { border: 1px solid #75777C; }

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

This div border color is #75777C.


Opacity

.myOpacity80 { color: #75777C; opacity: 0.8; }

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

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

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

This text has shadow with #75777C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75777C on black background.


Color preview on white background

This text has color #75777C on white background.



Black color preview on #75777C background

This text has black color on #75777C background.


White color preview on #75777C background

This text has white color on #75777C background.