COLOR #71676F

HEX: #71676F RGB: (113,103,111)

Color info

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

RGB color model

#71676F color RGB value is (113,103,111).

RGB: (113,103,111) (44%, 40%, 44%)

RGB channels and saturation

R 113 of 255 = 44%
G 103 of 255 = 40%
B 111 of 255 = 44%

113
103
111

R + G + B ~ 43%. #71676F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 103 + 111 = 327 (100%)
R 113 of 327 ~ 34.56%
G 103 of 327 ~ 31.5%
B 111 of 327 ~ 33.94'%

%34.56
%31.5
%33.94

CMYK color model

#71676F color CMYK value is (0,9,2,56).

  • cyan value is 0.00%
  • magenta value is 8.85%
  • yellow value is 1.77%
  • key color value is 55.69%

CMYK: (0,9,2,56)
C0M9Y2K56 (0%, 9%, 2%, 56%)
(0.00 / 0.09 / 0.02 / 0.56)

CMYK percentages

%0
%8.85
%1.77
%55.69

Codes

Color #71676F in popluar color models

71 67 6F
RGB 113 103 111
HSL 312° 4.63% 42.35%
HSB/HSV 312° 8.85% 44.31%
CMYK 0.00% 8.85% 1.77%
55.69%

Color #71676F in popluar number systems.

HEX 71 67 6F
Decimal 113 103 111
Binary 1110001 1100111 1101111
Octal 161 147 157

Shades and tints

Shades of #71676F

#71676F
(113,103,111)
#675E65
(103,94,101)
#5D555B
(93,85,91)
#534C51
(83,76,81)
#494347
(73,67,71)
#3F3A3D
(63,58,61)
#353133
(53,49,51)
#2B2829
(43,40,41)
#211F1F
(33,31,31)
#171615
(23,22,21)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #71676F

#71676F
(113,103,111)
#7D747C
(125,116,124)
#898189
(137,129,137)
#958E96
(149,142,150)
#A19BA3
(161,155,163)
#ADA8B0
(173,168,176)
#B9B5BD
(185,181,189)
#C5C2CA
(197,194,202)
#D1CFD7
(209,207,215)
#DDDCE4
(221,220,228)
#E9E9F1
(233,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71676F color. Also use rgb(113,103,111) instead hex code.

Text Font Color

.myTextColor { color: #71676F; }

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

This text font color is #71676F.

Background Color

.myBgColor { background-color: #71676F; }

<div style="background-color:#71676F">Inner text</div>

This div background color is #71676F.

Border color

.myBorderColor { border: 1px solid #71676F; }

<div style="border:3px solid #71676F">Div</div>

This div border color is #71676F.

Opacity

.myOpacity80 { color: #71676F; opacity: 0.8; }

<p style="color:#71676F;opacity:0.8;">80%</p>

Text with #71676F 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 #71676F;}

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

This text has shadow with #71676F color.


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

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

This text has shadow with #71676F primary color and red secondary color.


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

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

This text has shadow with #71676F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #71676F.

Preview

Color preview on black background

This text has color #71676F on black background.


Color preview on white background

This text has color #71676F on white background.


Black color preview on #71676F background

This text has black color on #71676F background.


White color preview on #71676F background

This text has white color on #71676F background.


Related colors

Complementary color

Complementary color for #hex is #8E9890.


I love getcolorcode.com

Triadic colors

1 #6F7167 and #676F71 with #71676F are triadic colors.

2 #6F6771 and #67716F with #71676F are triadic colors.