COLOR #71777E

HEX: #71777E RGB: (113,119,126)

Color info

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

RGB color model

#71777E color RGB value is (113,119,126).

RGB: (113,119,126) (44%, 47%, 49%)

RGB channels and saturation

R 113 of 255 = 44%
G 119 of 255 = 47%
B 126 of 255 = 49%

113
119
126

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

Portions of RGB colors in percentages

R + G + B = 113 + 119 + 126 = 358 (100%)
R 113 of 358 ~ 31.56%
G 119 of 358 ~ 33.24%
B 126 of 358 ~ 35.2'%

%31.56
%33.24
%35.2

CMYK color model

#71777E color CMYK value is (10,6,0,51).

  • cyan value is 10.32%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (10,6,0,51)
C10M6Y0K51 (10%, 6%, 0%, 51%)
(0.10 / 0.06 / 0.00 / 0.51)

CMYK percentages

%10.32
%5.56
%0
%50.59

Codes

Color #71777E in popluar color models

71 77 7E
RGB 113 119 126
HSL 212° 5.44% 46.86%
HSB/HSV 212° 10.32% 49.41%
CMYK 10.32% 5.56% 0.00%
50.59%

Color #71777E in popluar number systems.

HEX 71 77 7E
Decimal 113 119 126
Binary 1110001 1110111 1111110
Octal 161 167 176

Shades and tints

Shades of #71777E

#71777E
(113,119,126)
#676D73
(103,109,115)
#5D6368
(93,99,104)
#53595D
(83,89,93)
#494F52
(73,79,82)
#3F4547
(63,69,71)
#353B3C
(53,59,60)
#2B3131
(43,49,49)
#212726
(33,39,38)
#171D1B
(23,29,27)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #71777E

#71777E
(113,119,126)
#7D8389
(125,131,137)
#898F94
(137,143,148)
#959B9F
(149,155,159)
#A1A7AA
(161,167,170)
#ADB3B5
(173,179,181)
#B9BFC0
(185,191,192)
#C5CBCB
(197,203,203)
#D1D7D6
(209,215,214)
#DDE3E1
(221,227,225)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71777E; }

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

This text font color is #71777E.

Background Color

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

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

This div background color is #71777E.

Border color

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

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

This div border color is #71777E.

Opacity

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

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

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

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

This text has shadow with #71777E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71777E.

Preview

Color preview on black background

This text has color #71777E on black background.


Color preview on white background

This text has color #71777E on white background.


Black color preview on #71777E background

This text has black color on #71777E background.


White color preview on #71777E background

This text has white color on #71777E background.


Related colors

Complementary color

Complementary color for #hex is #8E8881.


I love getcolorcode.com

Triadic colors

1 #7E7177 and #777E71 with #71777E are triadic colors.

2 #7E7771 and #77717E with #71777E are triadic colors.