COLOR #75777E

HEX: #75777E
RGB: (117,119,126)

Color info

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

RGB color model

#75777E color RGB value is (117,119,126).

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

RGB channels and saturation

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

117
119
126

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

Portions of RGB colors in percentages

R + G + B =
117 + 119 + 126 = 362 (100%)
R 117 of 362 ~ 32.32%
G 119 of 362 ~ 32.87%
B 126 of 362 ~ 34.81%

%32.32
%32.87
%34.81

CMYK color model

#75777E color CMYK value is (7,6,0,51).

  • cyan value is 7.14%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(7,6,0,51)
C7M6Y0K51 
(7%,6%,0%,51%)
(0.07/0.06/0.00/0.51)	

CMYK percentages

%7.14
%5.56
%0
%50.59

Codes

Color #75777E in popluar color models

75777E
RGB117119126
HSL227°3.70%47.65%
HSB/HSV227°7.14%49.41%
CMYK7.14%5.56%0.00%
50.59%

Color #75777E in popluar number systems.

HEX75777E
Decimal117119126
Binary111010111101111111110
Octal165167176

Shades and tints

Shades of #75777E

#75777E
(117,119,126)
#6B6D73
(107,109,115)
#616368
(97,99,104)
#57595D
(87,89,93)
#4D4F52
(77,79,82)
#434547
(67,69,71)
#393B3C
(57,59,60)
#2F3131
(47,49,49)
#252726
(37,39,38)
#1B1D1B
(27,29,27)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #75777E

#75777E
(117,119,126)
#818389
(129,131,137)
#8D8F94
(141,143,148)
#999B9F
(153,155,159)
#A5A7AA
(165,167,170)
#B1B3B5
(177,179,181)
#BDBFC0
(189,191,192)
#C9CBCB
(201,203,203)
#D5D7D6
(213,215,214)
#E1E3E1
(225,227,225)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75777E; }

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

This text font color is #75777E.


Background Color

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

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

This div background color is #75777E.


Border color

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

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

This div border color is #75777E.


Opacity

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

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

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

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

This text has shadow with #75777E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75777E on black background.


Color preview on white background

This text has color #75777E on white background.



Black color preview on #75777E background

This text has black color on #75777E background.


White color preview on #75777E background

This text has white color on #75777E background.