COLOR #707E7C

HEX: #707E7C
RGB: (112,126,124)

Color info

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

RGB color model

#707E7C color RGB value is (112,126,124).

  • red value is 112;
  • green value is 126;
  • blue value is 124.
RGB:
(112,126,124)
(44%,49%,49%)

RGB channels and saturation

R 112 of 255 = 44%
G 126 of 255 = 49%
B 124 of 255 = 49%

112
126
124

R + G + B ~ 47%. #707E7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 126 + 124 = 362 (100%)
R 112 of 362 ~ 30.94%
G 126 of 362 ~ 34.81%
B 124 of 362 ~ 34.25%

%30.94
%34.81
%34.25

CMYK color model

#707E7C color CMYK value is (11,0,2,51).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 50.59%
CMYK:
(11,0,2,51)
C11M0Y2K51 
(11%,0%,2%,51%)
(0.11/0.00/0.02/0.51)	

CMYK percentages

%11.11
%0
%1.59
%50.59

Codes

Color #707E7C in popluar color models

707E7C
RGB112126124
HSL171°5.88%46.67%
HSB/HSV171°11.11%49.41%
CMYK11.11%0.00%1.59%
50.59%

Color #707E7C in popluar number systems.

HEX707E7C
Decimal112126124
Binary111000011111101111100
Octal160176174

Shades and tints

Shades of #707E7C

#707E7C
(112,126,124)
#667371
(102,115,113)
#5C6866
(92,104,102)
#525D5B
(82,93,91)
#485250
(72,82,80)
#3E4745
(62,71,69)
#343C3A
(52,60,58)
#2A312F
(42,49,47)
#202624
(32,38,36)
#161B19
(22,27,25)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #707E7C

#707E7C
(112,126,124)
#7D8987
(125,137,135)
#8A9492
(138,148,146)
#979F9D
(151,159,157)
#A4AAA8
(164,170,168)
#B1B5B3
(177,181,179)
#BEC0BE
(190,192,190)
#CBCBC9
(203,203,201)
#D8D6D4
(216,214,212)
#E5E1DF
(229,225,223)
#F2ECEA
(242,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707E7C color. Also use rgb(112,126,124) instead hex code.

Text Font Color

.myTextColor { color: #707E7C; }

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

This text font color is #707E7C.


Background Color

.myBgColor { background-color: #707E7C; }

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

This div background color is #707E7C.


Border color

.myBorderColor { border: 1px solid #707E7C; }

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

This div border color is #707E7C.


Opacity

.myOpacity80 { color: #707E7C; opacity: 0.8; }

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

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

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

This text has shadow with #707E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707E7C on black background.


Color preview on white background

This text has color #707E7C on white background.



Black color preview on #707E7C background

This text has black color on #707E7C background.


White color preview on #707E7C background

This text has white color on #707E7C background.