COLOR #71767A

HEX: #71767A RGB: (113,118,122)

Color info

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

RGB color model

#71767A color RGB value is (113,118,122).

RGB: (113,118,122) (44%, 46%, 48%)

RGB channels and saturation

R 113 of 255 = 44%
G 118 of 255 = 46%
B 122 of 255 = 48%

113
118
122

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

Portions of RGB colors in percentages

R + G + B = 113 + 118 + 122 = 353 (100%)
R 113 of 353 ~ 32.01%
G 118 of 353 ~ 33.43%
B 122 of 353 ~ 34.56'%

%32.01
%33.43
%34.56

CMYK color model

#71767A color CMYK value is (7,3,0,52).

  • cyan value is 7.38%
  • magenta value is 3.28%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (7,3,0,52)
C7M3Y0K52 (7%, 3%, 0%, 52%)
(0.07 / 0.03 / 0.00 / 0.52)

CMYK percentages

%7.38
%3.28
%0
%52.16

Codes

Color #71767A in popluar color models

71 76 7A
RGB 113 118 122
HSL 207° 3.83% 46.08%
HSB/HSV 207° 7.38% 47.84%
CMYK 7.38% 3.28% 0.00%
52.16%

Color #71767A in popluar number systems.

HEX 71 76 7A
Decimal 113 118 122
Binary 1110001 1110110 1111010
Octal 161 166 172

Shades and tints

Shades of #71767A

#71767A
(113,118,122)
#676C6F
(103,108,111)
#5D6264
(93,98,100)
#535859
(83,88,89)
#494E4E
(73,78,78)
#3F4443
(63,68,67)
#353A38
(53,58,56)
#2B302D
(43,48,45)
#212622
(33,38,34)
#171C17
(23,28,23)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #71767A

#71767A
(113,118,122)
#7D8286
(125,130,134)
#898E92
(137,142,146)
#959A9E
(149,154,158)
#A1A6AA
(161,166,170)
#ADB2B6
(173,178,182)
#B9BEC2
(185,190,194)
#C5CACE
(197,202,206)
#D1D6DA
(209,214,218)
#DDE2E6
(221,226,230)
#E9EEF2
(233,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71767A; }

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

This text font color is #71767A.

Background Color

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

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

This div background color is #71767A.

Border color

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

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

This div border color is #71767A.

Opacity

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

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

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

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

This text has shadow with #71767A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71767A.

Preview

Color preview on black background

This text has color #71767A on black background.


Color preview on white background

This text has color #71767A on white background.


Black color preview on #71767A background

This text has black color on #71767A background.


White color preview on #71767A background

This text has white color on #71767A background.


Related colors

Complementary color

Complementary color for #hex is #8E8985.


I love getcolorcode.com

Triadic colors

1 #7A7176 and #767A71 with #71767A are triadic colors.

2 #7A7671 and #76717A with #71767A are triadic colors.