COLOR #707864

HEX: #707864
RGB: (112,120,100)

Color info

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

RGB color model

#707864 color RGB value is (112,120,100).

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

RGB channels and saturation

R 112 of 255 = 44%
G 120 of 255 = 47%
B 100 of 255 = 39%

112
120
100

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

Portions of RGB colors in percentages

R + G + B =
112 + 120 + 100 = 332 (100%)
R 112 of 332 ~ 33.73%
G 120 of 332 ~ 36.14%
B 100 of 332 ~ 30.12%

%33.73
%36.14
%30.12

CMYK color model

#707864 color CMYK value is (7,0,17,53).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 52.94%
CMYK:
(7,0,17,53)
C7M0Y17K53 
(7%,0%,17%,53%)
(0.07/0.00/0.17/0.53)	

CMYK percentages

%6.67
%0
%16.67
%52.94

Codes

Color #707864 in popluar color models

707864
RGB112120100
HSL84°9.09%43.14%
HSB/HSV84°16.67%47.06%
CMYK6.67%0.00%16.67%
52.94%

Color #707864 in popluar number systems.

HEX707864
Decimal112120100
Binary111000011110001100100
Octal160170144

Shades and tints

Shades of #707864

#707864
(112,120,100)
#666E5B
(102,110,91)
#5C6452
(92,100,82)
#525A49
(82,90,73)
#485040
(72,80,64)
#3E4637
(62,70,55)
#343C2E
(52,60,46)
#2A3225
(42,50,37)
#20281C
(32,40,28)
#161E13
(22,30,19)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #707864

#707864
(112,120,100)
#7D8472
(125,132,114)
#8A9080
(138,144,128)
#979C8E
(151,156,142)
#A4A89C
(164,168,156)
#B1B4AA
(177,180,170)
#BEC0B8
(190,192,184)
#CBCCC6
(203,204,198)
#D8D8D4
(216,216,212)
#E5E4E2
(229,228,226)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707864; }

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

This text font color is #707864.


Background Color

.myBgColor { background-color: #707864; }

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

This div background color is #707864.


Border color

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

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

This div border color is #707864.


Opacity

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

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

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

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

This text has shadow with #707864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707864 on black background.


Color preview on white background

This text has color #707864 on white background.



Black color preview on #707864 background

This text has black color on #707864 background.


White color preview on #707864 background

This text has white color on #707864 background.