COLOR #706761

HEX: #706761
RGB: (112,103,97)

Color info

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

RGB color model

#706761 color RGB value is (112,103,97).

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

RGB channels and saturation

R 112 of 255 = 44%
G 103 of 255 = 40%
B 97 of 255 = 38%

112
103
97

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

Portions of RGB colors in percentages

R + G + B =
112 + 103 + 97 = 312 (100%)
R 112 of 312 ~ 35.9%
G 103 of 312 ~ 33.01%
B 97 of 312 ~ 31.09%

%35.9
%33.01
%31.09

CMYK color model

#706761 color CMYK value is (0,8,13,56).

  • cyan value is 0.00%
  • magenta value is 8.04%
  • yellow value is 13.39%
  • key color value is 56.08%
CMYK:
(0,8,13,56)
C0M8Y13K56 
(0%,8%,13%,56%)
(0.00/0.08/0.13/0.56)	

CMYK percentages

%0
%8.04
%13.39
%56.08

Codes

Color #706761 in popluar color models

706761
RGB11210397
HSL24°7.18%40.98%
HSB/HSV24°13.39%43.92%
CMYK0.00%8.04%13.39%
56.08%

Color #706761 in popluar number systems.

HEX706761
Decimal11210397
Binary111000011001111100001
Octal160147141

Shades and tints

Shades of #706761

#706761
(112,103,97)
#665E59
(102,94,89)
#5C5551
(92,85,81)
#524C49
(82,76,73)
#484341
(72,67,65)
#3E3A39
(62,58,57)
#343131
(52,49,49)
#2A2829
(42,40,41)
#201F21
(32,31,33)
#161619
(22,22,25)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #706761

#706761
(112,103,97)
#7D746F
(125,116,111)
#8A817D
(138,129,125)
#978E8B
(151,142,139)
#A49B99
(164,155,153)
#B1A8A7
(177,168,167)
#BEB5B5
(190,181,181)
#CBC2C3
(203,194,195)
#D8CFD1
(216,207,209)
#E5DCDF
(229,220,223)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706761; }

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

This text font color is #706761.


Background Color

.myBgColor { background-color: #706761; }

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

This div background color is #706761.


Border color

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

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

This div border color is #706761.


Opacity

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

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

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

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

This text has shadow with #706761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706761 on black background.


Color preview on white background

This text has color #706761 on white background.



Black color preview on #706761 background

This text has black color on #706761 background.


White color preview on #706761 background

This text has white color on #706761 background.