COLOR #706972

HEX: #706972
RGB: (112,105,114)

Color info

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

RGB color model

#706972 color RGB value is (112,105,114).

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

RGB channels and saturation

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

112
105
114

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

Portions of RGB colors in percentages

R + G + B =
112 + 105 + 114 = 331 (100%)
R 112 of 331 ~ 33.84%
G 105 of 331 ~ 31.72%
B 114 of 331 ~ 34.44%

%33.84
%31.72
%34.44

CMYK color model

#706972 color CMYK value is (2,8,0,55).

  • cyan value is 1.75%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(2,8,0,55)
C2M8Y0K55 
(2%,8%,0%,55%)
(0.02/0.08/0.00/0.55)	

CMYK percentages

%1.75
%7.89
%0
%55.29

Codes

Color #706972 in popluar color models

706972
RGB112105114
HSL287°4.11%42.94%
HSB/HSV287°7.89%44.71%
CMYK1.75%7.89%0.00%
55.29%

Color #706972 in popluar number systems.

HEX706972
Decimal112105114
Binary111000011010011110010
Octal160151162

Shades and tints

Shades of #706972

#706972
(112,105,114)
#666068
(102,96,104)
#5C575E
(92,87,94)
#524E54
(82,78,84)
#48454A
(72,69,74)
#3E3C40
(62,60,64)
#343336
(52,51,54)
#2A2A2C
(42,42,44)
#202122
(32,33,34)
#161818
(22,24,24)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #706972

#706972
(112,105,114)
#7D767E
(125,118,126)
#8A838A
(138,131,138)
#979096
(151,144,150)
#A49DA2
(164,157,162)
#B1AAAE
(177,170,174)
#BEB7BA
(190,183,186)
#CBC4C6
(203,196,198)
#D8D1D2
(216,209,210)
#E5DEDE
(229,222,222)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706972; }

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

This text font color is #706972.


Background Color

.myBgColor { background-color: #706972; }

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

This div background color is #706972.


Border color

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

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

This div border color is #706972.


Opacity

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

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

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

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

This text has shadow with #706972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706972 on black background.


Color preview on white background

This text has color #706972 on white background.



Black color preview on #706972 background

This text has black color on #706972 background.


White color preview on #706972 background

This text has white color on #706972 background.