COLOR #71666B

HEX: #71666B RGB: (113,102,107)

Color info

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

RGB color model

#71666B color RGB value is (113,102,107).

RGB: (113,102,107) (44%, 40%, 42%)

RGB channels and saturation

R 113 of 255 = 44%
G 102 of 255 = 40%
B 107 of 255 = 42%

113
102
107

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

Portions of RGB colors in percentages

R + G + B = 113 + 102 + 107 = 322 (100%)
R 113 of 322 ~ 35.09%
G 102 of 322 ~ 31.68%
B 107 of 322 ~ 33.23'%

%35.09
%31.68
%33.23

CMYK color model

#71666B color CMYK value is (0,10,5,56).

  • cyan value is 0.00%
  • magenta value is 9.73%
  • yellow value is 5.31%
  • key color value is 55.69%

CMYK: (0,10,5,56)
C0M10Y5K56 (0%, 10%, 5%, 56%)
(0.00 / 0.10 / 0.05 / 0.56)

CMYK percentages

%0
%9.73
%5.31
%55.69

Codes

Color #71666B in popluar color models

71 66 6B
RGB 113 102 107
HSL 333° 5.12% 42.16%
HSB/HSV 333° 9.73% 44.31%
CMYK 0.00% 9.73% 5.31%
55.69%

Color #71666B in popluar number systems.

HEX 71 66 6B
Decimal 113 102 107
Binary 1110001 1100110 1101011
Octal 161 146 153

Shades and tints

Shades of #71666B

#71666B
(113,102,107)
#675D62
(103,93,98)
#5D5459
(93,84,89)
#534B50
(83,75,80)
#494247
(73,66,71)
#3F393E
(63,57,62)
#353035
(53,48,53)
#2B272C
(43,39,44)
#211E23
(33,30,35)
#17151A
(23,21,26)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #71666B

#71666B
(113,102,107)
#7D7378
(125,115,120)
#898085
(137,128,133)
#958D92
(149,141,146)
#A19A9F
(161,154,159)
#ADA7AC
(173,167,172)
#B9B4B9
(185,180,185)
#C5C1C6
(197,193,198)
#D1CED3
(209,206,211)
#DDDBE0
(221,219,224)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71666B color. Also use rgb(113,102,107) instead hex code.

Text Font Color

.myTextColor { color: #71666B; }

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

This text font color is #71666B.

Background Color

.myBgColor { background-color: #71666B; }

<div style="background-color:#71666B">Inner text</div>

This div background color is #71666B.

Border color

.myBorderColor { border: 1px solid #71666B; }

<div style="border:3px solid #71666B">Div</div>

This div border color is #71666B.

Opacity

.myOpacity80 { color: #71666B; opacity: 0.8; }

<p style="color:#71666B;opacity:0.8;">80%</p>

Text with #71666B 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 #71666B;}

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

This text has shadow with #71666B color.


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

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

This text has shadow with #71666B primary color and red secondary color.


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

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

This text has shadow with #71666B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #71666B.

Preview

Color preview on black background

This text has color #71666B on black background.


Color preview on white background

This text has color #71666B on white background.


Black color preview on #71666B background

This text has black color on #71666B background.


White color preview on #71666B background

This text has white color on #71666B background.


Related colors

Complementary color

Complementary color for #hex is #8E9994.


I love getcolorcode.com

Triadic colors

1 #6B7166 and #666B71 with #71666B are triadic colors.

2 #6B6671 and #66716B with #71666B are triadic colors.