COLOR #707C7F

HEX: #707C7F
RGB: (112,124,127)

Color info

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

RGB color model

#707C7F color RGB value is (112,124,127).

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

RGB channels and saturation

R 112 of 255 = 44%
G 124 of 255 = 49%
B 127 of 255 = 50%

112
124
127

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

Portions of RGB colors in percentages

R + G + B =
112 + 124 + 127 = 363 (100%)
R 112 of 363 ~ 30.85%
G 124 of 363 ~ 34.16%
B 127 of 363 ~ 34.99%

%30.85
%34.16
%34.99

CMYK color model

#707C7F color CMYK value is (12,2,0,50).

  • cyan value is 11.81%
  • magenta value is 2.36%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(12,2,0,50)
C12M2Y0K50 
(12%,2%,0%,50%)
(0.12/0.02/0.00/0.50)	

CMYK percentages

%11.81
%2.36
%0
%50.2

Codes

Color #707C7F in popluar color models

707C7F
RGB112124127
HSL192°6.28%46.86%
HSB/HSV192°11.81%49.80%
CMYK11.81%2.36%0.00%
50.20%

Color #707C7F in popluar number systems.

HEX707C7F
Decimal112124127
Binary111000011111001111111
Octal160174177

Shades and tints

Shades of #707C7F

#707C7F
(112,124,127)
#667174
(102,113,116)
#5C6669
(92,102,105)
#525B5E
(82,91,94)
#485053
(72,80,83)
#3E4548
(62,69,72)
#343A3D
(52,58,61)
#2A2F32
(42,47,50)
#202427
(32,36,39)
#16191C
(22,25,28)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #707C7F

#707C7F
(112,124,127)
#7D878A
(125,135,138)
#8A9295
(138,146,149)
#979DA0
(151,157,160)
#A4A8AB
(164,168,171)
#B1B3B6
(177,179,182)
#BEBEC1
(190,190,193)
#CBC9CC
(203,201,204)
#D8D4D7
(216,212,215)
#E5DFE2
(229,223,226)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707C7F; }

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

This text font color is #707C7F.


Background Color

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

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

This div background color is #707C7F.


Border color

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

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

This div border color is #707C7F.


Opacity

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

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

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

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

This text has shadow with #707C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707C7F on black background.


Color preview on white background

This text has color #707C7F on white background.



Black color preview on #707C7F background

This text has black color on #707C7F background.


White color preview on #707C7F background

This text has white color on #707C7F background.