COLOR #71767C

HEX: #71767C RGB: (113,118,124)

Color info

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

RGB color model

#71767C color RGB value is (113,118,124).

RGB: (113,118,124) (44%, 46%, 49%)

RGB channels and saturation

R 113 of 255 = 44%
G 118 of 255 = 46%
B 124 of 255 = 49%

113
118
124

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

Portions of RGB colors in percentages

R + G + B = 113 + 118 + 124 = 355 (100%)
R 113 of 355 ~ 31.83%
G 118 of 355 ~ 33.24%
B 124 of 355 ~ 34.93'%

%31.83
%33.24
%34.93

CMYK color model

#71767C color CMYK value is (9,5,0,51).

  • cyan value is 8.87%
  • magenta value is 4.84%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (9,5,0,51)
C9M5Y0K51 (9%, 5%, 0%, 51%)
(0.09 / 0.05 / 0.00 / 0.51)

CMYK percentages

%8.87
%4.84
%0
%51.37

Codes

Color #71767C in popluar color models

71 76 7C
RGB 113 118 124
HSL 213° 4.64% 46.47%
HSB/HSV 213° 8.87% 48.63%
CMYK 8.87% 4.84% 0.00%
51.37%

Color #71767C in popluar number systems.

HEX 71 76 7C
Decimal 113 118 124
Binary 1110001 1110110 1111100
Octal 161 166 174

Shades and tints

Shades of #71767C

#71767C
(113,118,124)
#676C71
(103,108,113)
#5D6266
(93,98,102)
#53585B
(83,88,91)
#494E50
(73,78,80)
#3F4445
(63,68,69)
#353A3A
(53,58,58)
#2B302F
(43,48,47)
#212624
(33,38,36)
#171C19
(23,28,25)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #71767C

#71767C
(113,118,124)
#7D8287
(125,130,135)
#898E92
(137,142,146)
#959A9D
(149,154,157)
#A1A6A8
(161,166,168)
#ADB2B3
(173,178,179)
#B9BEBE
(185,190,190)
#C5CAC9
(197,202,201)
#D1D6D4
(209,214,212)
#DDE2DF
(221,226,223)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71767C color. Also use rgb(113,118,124) instead hex code.

Text Font Color

.myTextColor { color: #71767C; }

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

This text font color is #71767C.

Background Color

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

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

This div background color is #71767C.

Border color

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

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

This div border color is #71767C.

Opacity

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

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

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

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

This text has shadow with #71767C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71767C.

Preview

Color preview on black background

This text has color #71767C on black background.


Color preview on white background

This text has color #71767C on white background.


Black color preview on #71767C background

This text has black color on #71767C background.


White color preview on #71767C background

This text has white color on #71767C background.


Related colors

Complementary color

Complementary color for #hex is #8E8983.


I love getcolorcode.com

Triadic colors

1 #7C7176 and #767C71 with #71767C are triadic colors.

2 #7C7671 and #76717C with #71767C are triadic colors.