COLOR #706772

HEX: #706772
RGB: (112,103,114)

Color info

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

RGB color model

#706772 color RGB value is (112,103,114).

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

RGB channels and saturation

R 112 of 255 = 44%
G 103 of 255 = 40%
B 114 of 255 = 45%

112
103
114

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

Portions of RGB colors in percentages

R + G + B =
112 + 103 + 114 = 329 (100%)
R 112 of 329 ~ 34.04%
G 103 of 329 ~ 31.31%
B 114 of 329 ~ 34.65%

%34.04
%31.31
%34.65

CMYK color model

#706772 color CMYK value is (2,10,0,55).

  • cyan value is 1.75%
  • magenta value is 9.65%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(2,10,0,55)
C2M10Y0K55 
(2%,10%,0%,55%)
(0.02/0.10/0.00/0.55)	

CMYK percentages

%1.75
%9.65
%0
%55.29

Codes

Color #706772 in popluar color models

706772
RGB112103114
HSL289°5.07%42.55%
HSB/HSV289°9.65%44.71%
CMYK1.75%9.65%0.00%
55.29%

Color #706772 in popluar number systems.

HEX706772
Decimal112103114
Binary111000011001111110010
Octal160147162

Shades and tints

Shades of #706772

#706772
(112,103,114)
#665E68
(102,94,104)
#5C555E
(92,85,94)
#524C54
(82,76,84)
#48434A
(72,67,74)
#3E3A40
(62,58,64)
#343136
(52,49,54)
#2A282C
(42,40,44)
#201F22
(32,31,34)
#161618
(22,22,24)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #706772

#706772
(112,103,114)
#7D747E
(125,116,126)
#8A818A
(138,129,138)
#978E96
(151,142,150)
#A49BA2
(164,155,162)
#B1A8AE
(177,168,174)
#BEB5BA
(190,181,186)
#CBC2C6
(203,194,198)
#D8CFD2
(216,207,210)
#E5DCDE
(229,220,222)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706772; }

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

This text font color is #706772.


Background Color

.myBgColor { background-color: #706772; }

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

This div background color is #706772.


Border color

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

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

This div border color is #706772.


Opacity

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

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

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

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

This text has shadow with #706772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706772 on black background.


Color preview on white background

This text has color #706772 on white background.



Black color preview on #706772 background

This text has black color on #706772 background.


White color preview on #706772 background

This text has white color on #706772 background.