COLOR #77717B

HEX: #77717B RGB: (119,113,123)

Color info

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

RGB color model

#77717B color RGB value is (119,113,123).

RGB: (119,113,123) (47%, 44%, 48%)

RGB channels and saturation

R 119 of 255 = 47%
G 113 of 255 = 44%
B 123 of 255 = 48%

119
113
123

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

Portions of RGB colors in percentages

R + G + B = 119 + 113 + 123 = 355 (100%)
R 119 of 355 ~ 33.52%
G 113 of 355 ~ 31.83%
B 123 of 355 ~ 34.65'%

%33.52
%31.83
%34.65

CMYK color model

#77717B color CMYK value is (3,8,0,52).

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

CMYK: (3,8,0,52)
C3M8Y0K52 (3%, 8%, 0%, 52%)
(0.03 / 0.08 / 0.00 / 0.52)

CMYK percentages

%3.25
%8.13
%0
%51.76

Codes

Color #77717B in popluar color models

77 71 7B
RGB 119 113 123
HSL 276° 4.24% 46.27%
HSB/HSV 276° 8.13% 48.24%
CMYK 3.25% 8.13% 0.00%
51.76%

Color #77717B in popluar number systems.

HEX 77 71 7B
Decimal 119 113 123
Binary 1110111 1110001 1111011
Octal 167 161 173

Shades and tints

Shades of #77717B

#77717B
(119,113,123)
#6D6770
(109,103,112)
#635D65
(99,93,101)
#59535A
(89,83,90)
#4F494F
(79,73,79)
#453F44
(69,63,68)
#3B3539
(59,53,57)
#312B2E
(49,43,46)
#272123
(39,33,35)
#1D1718
(29,23,24)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #77717B

#77717B
(119,113,123)
#837D87
(131,125,135)
#8F8993
(143,137,147)
#9B959F
(155,149,159)
#A7A1AB
(167,161,171)
#B3ADB7
(179,173,183)
#BFB9C3
(191,185,195)
#CBC5CF
(203,197,207)
#D7D1DB
(215,209,219)
#E3DDE7
(227,221,231)
#EFE9F3
(239,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77717B; }

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

This text font color is #77717B.

Background Color

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

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

This div background color is #77717B.

Border color

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

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

This div border color is #77717B.

Opacity

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

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

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

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

This text has shadow with #77717B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77717B.

Preview

Color preview on black background

This text has color #77717B on black background.


Color preview on white background

This text has color #77717B on white background.


Black color preview on #77717B background

This text has black color on #77717B background.


White color preview on #77717B background

This text has white color on #77717B background.


Related colors

Complementary color

Complementary color for #hex is #888E84.


I love getcolorcode.com

Triadic colors

1 #7B7771 and #717B77 with #77717B are triadic colors.

2 #7B7177 and #71777B with #77717B are triadic colors.