COLOR #71726C

HEX: #71726C
RGB: (113,114,108)

Color info

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

RGB color model

#71726C color RGB value is (113,114,108).

  • red value is 113;
  • green value is 114;
  • blue value is 108.
RGB:
(113,114,108)
(44%,45%,42%)

RGB channels and saturation

R 113 of 255 = 44%
G 114 of 255 = 45%
B 108 of 255 = 42%

113
114
108

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

Portions of RGB colors in percentages

R + G + B =
113 + 114 + 108 = 335 (100%)
R 113 of 335 ~ 33.73%
G 114 of 335 ~ 34.03%
B 108 of 335 ~ 32.24%

%33.73
%34.03
%32.24

CMYK color model

#71726C color CMYK value is (1,0,5,55).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 55.29%
CMYK:
(1,0,5,55)
C1M0Y5K55 
(1%,0%,5%,55%)
(0.01/0.00/0.05/0.55)	

CMYK percentages

%0.88
%0
%5.26
%55.29

Codes

Color #71726C in popluar color models

71726C
RGB113114108
HSL70°2.70%43.53%
HSB/HSV70°5.26%44.71%
CMYK0.88%0.00%5.26%
55.29%

Color #71726C in popluar number systems.

HEX71726C
Decimal113114108
Binary111000111100101101100
Octal161162154

Shades and tints

Shades of #71726C

#71726C
(113,114,108)
#676863
(103,104,99)
#5D5E5A
(93,94,90)
#535451
(83,84,81)
#494A48
(73,74,72)
#3F403F
(63,64,63)
#353636
(53,54,54)
#2B2C2D
(43,44,45)
#212224
(33,34,36)
#17181B
(23,24,27)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #71726C

#71726C
(113,114,108)
#7D7E79
(125,126,121)
#898A86
(137,138,134)
#959693
(149,150,147)
#A1A2A0
(161,162,160)
#ADAEAD
(173,174,173)
#B9BABA
(185,186,186)
#C5C6C7
(197,198,199)
#D1D2D4
(209,210,212)
#DDDEE1
(221,222,225)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71726C; }

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

This text font color is #71726C.


Background Color

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

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

This div background color is #71726C.


Border color

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

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

This div border color is #71726C.


Opacity

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

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

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

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

This text has shadow with #71726C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71726C on black background.


Color preview on white background

This text has color #71726C on white background.



Black color preview on #71726C background

This text has black color on #71726C background.


White color preview on #71726C background

This text has white color on #71726C background.