COLOR #707860

HEX: #707860
RGB: (112,120,96)

Color info

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

RGB color model

#707860 color RGB value is (112,120,96).

  • red value is 112;
  • green value is 120;
  • blue value is 96.
RGB:
(112,120,96)
(44%,47%,38%)

RGB channels and saturation

R 112 of 255 = 44%
G 120 of 255 = 47%
B 96 of 255 = 38%

112
120
96

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

Portions of RGB colors in percentages

R + G + B =
112 + 120 + 96 = 328 (100%)
R 112 of 328 ~ 34.15%
G 120 of 328 ~ 36.59%
B 96 of 328 ~ 29.27%

%34.15
%36.59
%29.27

CMYK color model

#707860 color CMYK value is (7,0,20,53).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 52.94%
CMYK:
(7,0,20,53)
C7M0Y20K53 
(7%,0%,20%,53%)
(0.07/0.00/0.20/0.53)	

CMYK percentages

%6.67
%0
%20
%52.94

Codes

Color #707860 in popluar color models

707860
RGB11212096
HSL80°11.11%42.35%
HSB/HSV80°20.00%47.06%
CMYK6.67%0.00%20.00%
52.94%

Color #707860 in popluar number systems.

HEX707860
Decimal11212096
Binary111000011110001100000
Octal160170140

Shades and tints

Shades of #707860

#707860
(112,120,96)
#666E58
(102,110,88)
#5C6450
(92,100,80)
#525A48
(82,90,72)
#485040
(72,80,64)
#3E4638
(62,70,56)
#343C30
(52,60,48)
#2A3228
(42,50,40)
#202820
(32,40,32)
#161E18
(22,30,24)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #707860

#707860
(112,120,96)
#7D846E
(125,132,110)
#8A907C
(138,144,124)
#979C8A
(151,156,138)
#A4A898
(164,168,152)
#B1B4A6
(177,180,166)
#BEC0B4
(190,192,180)
#CBCCC2
(203,204,194)
#D8D8D0
(216,216,208)
#E5E4DE
(229,228,222)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707860 color. Also use rgb(112,120,96) instead hex code.

Text Font Color

.myTextColor { color: #707860; }

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

This text font color is #707860.


Background Color

.myBgColor { background-color: #707860; }

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

This div background color is #707860.


Border color

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

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

This div border color is #707860.


Opacity

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

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

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

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

This text has shadow with #707860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707860 on black background.


Color preview on white background

This text has color #707860 on white background.



Black color preview on #707860 background

This text has black color on #707860 background.


White color preview on #707860 background

This text has white color on #707860 background.