COLOR #71726B

HEX: #71726B
RGB: (113,114,107)

Color info

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

RGB color model

#71726B color RGB value is (113,114,107).

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

RGB channels and saturation

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

113
114
107

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

Portions of RGB colors in percentages

R + G + B =
113 + 114 + 107 = 334 (100%)
R 113 of 334 ~ 33.83%
G 114 of 334 ~ 34.13%
B 107 of 334 ~ 32.04%

%33.83
%34.13
%32.04

CMYK color model

#71726B color CMYK value is (1,0,6,55).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 6.14%
  • key color value is 55.29%
CMYK:
(1,0,6,55)
C1M0Y6K55 
(1%,0%,6%,55%)
(0.01/0.00/0.06/0.55)	

CMYK percentages

%0.88
%0
%6.14
%55.29

Codes

Color #71726B in popluar color models

71726B
RGB113114107
HSL69°3.17%43.33%
HSB/HSV69°6.14%44.71%
CMYK0.88%0.00%6.14%
55.29%

Color #71726B in popluar number systems.

HEX71726B
Decimal113114107
Binary111000111100101101011
Octal161162153

Shades and tints

Shades of #71726B

#71726B
(113,114,107)
#676862
(103,104,98)
#5D5E59
(93,94,89)
#535450
(83,84,80)
#494A47
(73,74,71)
#3F403E
(63,64,62)
#353635
(53,54,53)
#2B2C2C
(43,44,44)
#212223
(33,34,35)
#17181A
(23,24,26)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #71726B

#71726B
(113,114,107)
#7D7E78
(125,126,120)
#898A85
(137,138,133)
#959692
(149,150,146)
#A1A29F
(161,162,159)
#ADAEAC
(173,174,172)
#B9BAB9
(185,186,185)
#C5C6C6
(197,198,198)
#D1D2D3
(209,210,211)
#DDDEE0
(221,222,224)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71726B; }

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

This text font color is #71726B.


Background Color

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

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

This div background color is #71726B.


Border color

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

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

This div border color is #71726B.


Opacity

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

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

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

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

This text has shadow with #71726B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71726B on black background.


Color preview on white background

This text has color #71726B on white background.



Black color preview on #71726B background

This text has black color on #71726B background.


White color preview on #71726B background

This text has white color on #71726B background.