COLOR #706D7A

HEX: #706D7A
RGB: (112,109,122)

Color info

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

RGB color model

#706D7A color RGB value is (112,109,122).

  • red value is 112;
  • green value is 109;
  • blue value is 122.
RGB:
(112,109,122)
(44%,43%,48%)

RGB channels and saturation

R 112 of 255 = 44%
G 109 of 255 = 43%
B 122 of 255 = 48%

112
109
122

R + G + B ~ 45%. #706D7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 109 + 122 = 343 (100%)
R 112 of 343 ~ 32.65%
G 109 of 343 ~ 31.78%
B 122 of 343 ~ 35.57%

%32.65
%31.78
%35.57

CMYK color model

#706D7A color CMYK value is (8,11,0,52).

  • cyan value is 8.20%
  • magenta value is 10.66%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(8,11,0,52)
C8M11Y0K52 
(8%,11%,0%,52%)
(0.08/0.11/0.00/0.52)	

CMYK percentages

%8.2
%10.66
%0
%52.16

Codes

Color #706D7A in popluar color models

706D7A
RGB112109122
HSL254°5.63%45.29%
HSB/HSV254°10.66%47.84%
CMYK8.20%10.66%0.00%
52.16%

Color #706D7A in popluar number systems.

HEX706D7A
Decimal112109122
Binary111000011011011111010
Octal160155172

Shades and tints

Shades of #706D7A

#706D7A
(112,109,122)
#66646F
(102,100,111)
#5C5B64
(92,91,100)
#525259
(82,82,89)
#48494E
(72,73,78)
#3E4043
(62,64,67)
#343738
(52,55,56)
#2A2E2D
(42,46,45)
#202522
(32,37,34)
#161C17
(22,28,23)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #706D7A

#706D7A
(112,109,122)
#7D7A86
(125,122,134)
#8A8792
(138,135,146)
#97949E
(151,148,158)
#A4A1AA
(164,161,170)
#B1AEB6
(177,174,182)
#BEBBC2
(190,187,194)
#CBC8CE
(203,200,206)
#D8D5DA
(216,213,218)
#E5E2E6
(229,226,230)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706D7A color. Also use rgb(112,109,122) instead hex code.

Text Font Color

.myTextColor { color: #706D7A; }

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

This text font color is #706D7A.


Background Color

.myBgColor { background-color: #706D7A; }

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

This div background color is #706D7A.


Border color

.myBorderColor { border: 1px solid #706D7A; }

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

This div border color is #706D7A.


Opacity

.myOpacity80 { color: #706D7A; opacity: 0.8; }

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

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

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

This text has shadow with #706D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706D7A on black background.


Color preview on white background

This text has color #706D7A on white background.



Black color preview on #706D7A background

This text has black color on #706D7A background.


White color preview on #706D7A background

This text has white color on #706D7A background.