COLOR #71726D

HEX: #71726D
RGB: (113,114,109)

Color info

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

RGB color model

#71726D color RGB value is (113,114,109).

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

RGB channels and saturation

R 113 of 255 = 44%
G 114 of 255 = 45%
B 109 of 255 = 43%

113
114
109

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

Portions of RGB colors in percentages

R + G + B =
113 + 114 + 109 = 336 (100%)
R 113 of 336 ~ 33.63%
G 114 of 336 ~ 33.93%
B 109 of 336 ~ 32.44%

%33.63
%33.93
%32.44

CMYK color model

#71726D color CMYK value is (1,0,4,55).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 4.39%
  • key color value is 55.29%
CMYK:
(1,0,4,55)
C1M0Y4K55 
(1%,0%,4%,55%)
(0.01/0.00/0.04/0.55)	

CMYK percentages

%0.88
%0
%4.39
%55.29

Codes

Color #71726D in popluar color models

71726D
RGB113114109
HSL72°2.24%43.73%
HSB/HSV72°4.39%44.71%
CMYK0.88%0.00%4.39%
55.29%

Color #71726D in popluar number systems.

HEX71726D
Decimal113114109
Binary111000111100101101101
Octal161162155

Shades and tints

Shades of #71726D

#71726D
(113,114,109)
#676864
(103,104,100)
#5D5E5B
(93,94,91)
#535452
(83,84,82)
#494A49
(73,74,73)
#3F4040
(63,64,64)
#353637
(53,54,55)
#2B2C2E
(43,44,46)
#212225
(33,34,37)
#17181C
(23,24,28)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #71726D

#71726D
(113,114,109)
#7D7E7A
(125,126,122)
#898A87
(137,138,135)
#959694
(149,150,148)
#A1A2A1
(161,162,161)
#ADAEAE
(173,174,174)
#B9BABB
(185,186,187)
#C5C6C8
(197,198,200)
#D1D2D5
(209,210,213)
#DDDEE2
(221,222,226)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71726D; }

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

This text font color is #71726D.


Background Color

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

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

This div background color is #71726D.


Border color

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

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

This div border color is #71726D.


Opacity

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

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

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

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

This text has shadow with #71726D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71726D on black background.


Color preview on white background

This text has color #71726D on white background.



Black color preview on #71726D background

This text has black color on #71726D background.


White color preview on #71726D background

This text has white color on #71726D background.