COLOR #71696C

HEX: #71696C RGB: (113,105,108)

Color info

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

RGB color model

#71696C color RGB value is (113,105,108).

RGB: (113,105,108) (44%, 41%, 42%)

RGB channels and saturation

R 113 of 255 = 44%
G 105 of 255 = 41%
B 108 of 255 = 42%

113
105
108

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

Portions of RGB colors in percentages

R + G + B = 113 + 105 + 108 = 326 (100%)
R 113 of 326 ~ 34.66%
G 105 of 326 ~ 32.21%
B 108 of 326 ~ 33.13'%

%34.66
%32.21
%33.13

CMYK color model

#71696C color CMYK value is (0,7,4,56).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 4.42%
  • key color value is 55.69%
CMYK: (0,7,4,56) C0M7Y4K56 (0%,7%,4%,56%) (0.00/0.07/0.04/0.56) 

CMYK percentages

%0
%7.08
%4.42
%55.69

Codes

Color #71696C in popluar color models

71 69 6C
RGB 113 105 108
HSL 338° 3.67% 42.75%
HSB/HSV 338° 7.08% 44.31%
CMYK 0.00% 7.08% 4.42%
55.69%

Color #71696C in popluar number systems.

HEX 71 69 6C
Decimal 113 105 108
Binary 1110001 1101001 1101100
Octal 161 151 154

Shades and tints

Shades of #71696C

#71696C
(113,105,108)
#676063
(103,96,99)
#5D575A
(93,87,90)
#534E51
(83,78,81)
#494548
(73,69,72)
#3F3C3F
(63,60,63)
#353336
(53,51,54)
#2B2A2D
(43,42,45)
#212124
(33,33,36)
#17181B
(23,24,27)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #71696C

#71696C
(113,105,108)
#7D7679
(125,118,121)
#898386
(137,131,134)
#959093
(149,144,147)
#A19DA0
(161,157,160)
#ADAAAD
(173,170,173)
#B9B7BA
(185,183,186)
#C5C4C7
(197,196,199)
#D1D1D4
(209,209,212)
#DDDEE1
(221,222,225)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71696C color. Also use rgb(113,105,108) instead hex code.

Text Font Color

.myTextColor { color: #71696C; }

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

This text font color is #71696C.

Background Color

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

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

This div background color is #71696C.

Border color

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

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

This div border color is #71696C.

Opacity

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

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

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

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

This text has shadow with #71696C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71696C.

Preview

Color preview on black background

This text has color #71696C on black background.


Color preview on white background

This text has color #71696C on white background.


Black color preview on #71696C background

This text has black color on #71696C background.


White color preview on #71696C background

This text has white color on #71696C background.


Related colors

Complementary color

Complementary color for #hex is #8E9693.


I love getcolorcode.com

Triadic colors

1 #6C7169 and #696C71 with #71696C are triadic colors.

2 #6C6971 and #69716C with #71696C are triadic colors.