COLOR #71656C

HEX: #71656C RGB: (113,101,108)

Color info

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

RGB color model

#71656C color RGB value is (113,101,108).

RGB: (113,101,108) (44%, 40%, 42%)

RGB channels and saturation

R 113 of 255 = 44%
G 101 of 255 = 40%
B 108 of 255 = 42%

113
101
108

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

Portions of RGB colors in percentages

R + G + B = 113 + 101 + 108 = 322 (100%)
R 113 of 322 ~ 35.09%
G 101 of 322 ~ 31.37%
B 108 of 322 ~ 33.54'%

%35.09
%31.37
%33.54

CMYK color model

#71656C color CMYK value is (0,11,4,56).

  • cyan value is 0.00%
  • magenta value is 10.62%
  • yellow value is 4.42%
  • key color value is 55.69%

CMYK: (0,11,4,56)
C0M11Y4K56 (0%, 11%, 4%, 56%)
(0.00 / 0.11 / 0.04 / 0.56)

CMYK percentages

%0
%10.62
%4.42
%55.69

Codes

Color #71656C in popluar color models

71 65 6C
RGB 113 101 108
HSL 325° 5.61% 41.96%
HSB/HSV 325° 10.62% 44.31%
CMYK 0.00% 10.62% 4.42%
55.69%

Color #71656C in popluar number systems.

HEX 71 65 6C
Decimal 113 101 108
Binary 1110001 1100101 1101100
Octal 161 145 154

Shades and tints

Shades of #71656C

#71656C
(113,101,108)
#675C63
(103,92,99)
#5D535A
(93,83,90)
#534A51
(83,74,81)
#494148
(73,65,72)
#3F383F
(63,56,63)
#352F36
(53,47,54)
#2B262D
(43,38,45)
#211D24
(33,29,36)
#17141B
(23,20,27)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #71656C

#71656C
(113,101,108)
#7D7379
(125,115,121)
#898186
(137,129,134)
#958F93
(149,143,147)
#A19DA0
(161,157,160)
#ADABAD
(173,171,173)
#B9B9BA
(185,185,186)
#C5C7C7
(197,199,199)
#D1D5D4
(209,213,212)
#DDE3E1
(221,227,225)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71656C; }

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

This text font color is #71656C.

Background Color

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

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

This div background color is #71656C.

Border color

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

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

This div border color is #71656C.

Opacity

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

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

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

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

This text has shadow with #71656C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71656C.

Preview

Color preview on black background

This text has color #71656C on black background.


Color preview on white background

This text has color #71656C on white background.


Black color preview on #71656C background

This text has black color on #71656C background.


White color preview on #71656C background

This text has white color on #71656C background.


Related colors

Complementary color

Complementary color for #hex is #8E9A93.


I love getcolorcode.com

Triadic colors

1 #6C7165 and #656C71 with #71656C are triadic colors.

2 #6C6571 and #65716C with #71656C are triadic colors.