COLOR #716972

HEX: #716972
RGB: (113,105,114)

Color info

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

RGB color model

#716972 color RGB value is (113,105,114).

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

RGB channels and saturation

R 113 of 255 = 44%
G 105 of 255 = 41%
B 114 of 255 = 45%

113
105
114

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

Portions of RGB colors in percentages

R + G + B =
113 + 105 + 114 = 332 (100%)
R 113 of 332 ~ 34.04%
G 105 of 332 ~ 31.63%
B 114 of 332 ~ 34.34%

%34.04
%31.63
%34.34

CMYK color model

#716972 color CMYK value is (1,8,0,55).

  • cyan value is 0.88%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(1,8,0,55)
C1M8Y0K55 
(1%,8%,0%,55%)
(0.01/0.08/0.00/0.55)	

CMYK percentages

%0.88
%7.89
%0
%55.29

Codes

Color #716972 in popluar color models

716972
RGB113105114
HSL293°4.11%42.94%
HSB/HSV293°7.89%44.71%
CMYK0.88%7.89%0.00%
55.29%

Color #716972 in popluar number systems.

HEX716972
Decimal113105114
Binary111000111010011110010
Octal161151162

Shades and tints

Shades of #716972

#716972
(113,105,114)
#676068
(103,96,104)
#5D575E
(93,87,94)
#534E54
(83,78,84)
#49454A
(73,69,74)
#3F3C40
(63,60,64)
#353336
(53,51,54)
#2B2A2C
(43,42,44)
#212122
(33,33,34)
#171818
(23,24,24)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #716972

#716972
(113,105,114)
#7D767E
(125,118,126)
#89838A
(137,131,138)
#959096
(149,144,150)
#A19DA2
(161,157,162)
#ADAAAE
(173,170,174)
#B9B7BA
(185,183,186)
#C5C4C6
(197,196,198)
#D1D1D2
(209,209,210)
#DDDEDE
(221,222,222)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716972; }

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

This text font color is #716972.


Background Color

.myBgColor { background-color: #716972; }

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

This div background color is #716972.


Border color

.myBorderColor { border: 1px solid #716972; }

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

This div border color is #716972.


Opacity

.myOpacity80 { color: #716972; opacity: 0.8; }

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

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

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

This text has shadow with #716972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716972 on black background.


Color preview on white background

This text has color #716972 on white background.



Black color preview on #716972 background

This text has black color on #716972 background.


White color preview on #716972 background

This text has white color on #716972 background.