COLOR #706676

HEX: #706676
RGB: (112,102,118)

Color info

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

RGB color model

#706676 color RGB value is (112,102,118).

  • red value is 112;
  • green value is 102;
  • blue value is 118.
RGB:
(112,102,118)
(44%,40%,46%)

RGB channels and saturation

R 112 of 255 = 44%
G 102 of 255 = 40%
B 118 of 255 = 46%

112
102
118

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

Portions of RGB colors in percentages

R + G + B =
112 + 102 + 118 = 332 (100%)
R 112 of 332 ~ 33.73%
G 102 of 332 ~ 30.72%
B 118 of 332 ~ 35.54%

%33.73
%30.72
%35.54

CMYK color model

#706676 color CMYK value is (5,14,0,54).

  • cyan value is 5.08%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(5,14,0,54)
C5M14Y0K54 
(5%,14%,0%,54%)
(0.05/0.14/0.00/0.54)	

CMYK percentages

%5.08
%13.56
%0
%53.73

Codes

Color #706676 in popluar color models

706676
RGB112102118
HSL278°7.27%43.14%
HSB/HSV278°13.56%46.27%
CMYK5.08%13.56%0.00%
53.73%

Color #706676 in popluar number systems.

HEX706676
Decimal112102118
Binary111000011001101110110
Octal160146166

Shades and tints

Shades of #706676

#706676
(112,102,118)
#665D6C
(102,93,108)
#5C5462
(92,84,98)
#524B58
(82,75,88)
#48424E
(72,66,78)
#3E3944
(62,57,68)
#34303A
(52,48,58)
#2A2730
(42,39,48)
#201E26
(32,30,38)
#16151C
(22,21,28)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #706676

#706676
(112,102,118)
#7D7382
(125,115,130)
#8A808E
(138,128,142)
#978D9A
(151,141,154)
#A49AA6
(164,154,166)
#B1A7B2
(177,167,178)
#BEB4BE
(190,180,190)
#CBC1CA
(203,193,202)
#D8CED6
(216,206,214)
#E5DBE2
(229,219,226)
#F2E8EE
(242,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706676 color. Also use rgb(112,102,118) instead hex code.

Text Font Color

.myTextColor { color: #706676; }

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

This text font color is #706676.


Background Color

.myBgColor { background-color: #706676; }

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

This div background color is #706676.


Border color

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

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

This div border color is #706676.


Opacity

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

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

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

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

This text has shadow with #706676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706676 on black background.


Color preview on white background

This text has color #706676 on white background.



Black color preview on #706676 background

This text has black color on #706676 background.


White color preview on #706676 background

This text has white color on #706676 background.