COLOR #75777B

HEX: #75777B RGB: (117,119,123)

Color info

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

RGB color model

#75777B color RGB value is (117,119,123).

RGB: (117,119,123) (46%, 47%, 48%)

RGB channels and saturation

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

117
119
123

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

Portions of RGB colors in percentages

R + G + B = 117 + 119 + 123 = 359 (100%)
R 117 of 359 ~ 32.59%
G 119 of 359 ~ 33.15%
B 123 of 359 ~ 34.26'%

%32.59
%33.15
%34.26

CMYK color model

#75777B color CMYK value is (5,3,0,52).

  • cyan value is 4.88%
  • magenta value is 3.25%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (5,3,0,52)
C5M3Y0K52 (5%, 3%, 0%, 52%)
(0.05 / 0.03 / 0.00 / 0.52)

CMYK percentages

%4.88
%3.25
%0
%51.76

Codes

Color #75777B in popluar color models

75 77 7B
RGB 117 119 123
HSL 220° 2.50% 47.06%
HSB/HSV 220° 4.88% 48.24%
CMYK 4.88% 3.25% 0.00%
51.76%

Color #75777B in popluar number systems.

HEX 75 77 7B
Decimal 117 119 123
Binary 1110101 1110111 1111011
Octal 165 167 173

Shades and tints

Shades of #75777B

#75777B
(117,119,123)
#6B6D70
(107,109,112)
#616365
(97,99,101)
#57595A
(87,89,90)
#4D4F4F
(77,79,79)
#434544
(67,69,68)
#393B39
(57,59,57)
#2F312E
(47,49,46)
#252723
(37,39,35)
#1B1D18
(27,29,24)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #75777B

#75777B
(117,119,123)
#818387
(129,131,135)
#8D8F93
(141,143,147)
#999B9F
(153,155,159)
#A5A7AB
(165,167,171)
#B1B3B7
(177,179,183)
#BDBFC3
(189,191,195)
#C9CBCF
(201,203,207)
#D5D7DB
(213,215,219)
#E1E3E7
(225,227,231)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75777B; }

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

This text font color is #75777B.

Background Color

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

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

This div background color is #75777B.

Border color

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

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

This div border color is #75777B.

Opacity

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

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

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

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

This text has shadow with #75777B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75777B.

Preview

Color preview on black background

This text has color #75777B on black background.


Color preview on white background

This text has color #75777B on white background.


Black color preview on #75777B background

This text has black color on #75777B background.


White color preview on #75777B background

This text has white color on #75777B background.


Related colors

Complementary color

Complementary color for #hex is #8A8884.


I love getcolorcode.com

Triadic colors

1 #7B7577 and #777B75 with #75777B are triadic colors.

2 #7B7775 and #77757B with #75777B are triadic colors.