COLOR #707E7B

HEX: #707E7B
RGB: (112,126,123)

Color info

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

RGB color model

#707E7B color RGB value is (112,126,123).

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

RGB channels and saturation

R 112 of 255 = 44%
G 126 of 255 = 49%
B 123 of 255 = 48%

112
126
123

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

Portions of RGB colors in percentages

R + G + B =
112 + 126 + 123 = 361 (100%)
R 112 of 361 ~ 31.02%
G 126 of 361 ~ 34.9%
B 123 of 361 ~ 34.07%

%31.02
%34.9
%34.07

CMYK color model

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

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 2.38%
  • 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
%2.38
%50.59

Codes

Color #707E7B in popluar color models

707E7B
RGB112126123
HSL167°5.88%46.67%
HSB/HSV167°11.11%49.41%
CMYK11.11%0.00%2.38%
50.59%

Color #707E7B in popluar number systems.

HEX707E7B
Decimal112126123
Binary111000011111101111011
Octal160176173

Shades and tints

Shades of #707E7B

#707E7B
(112,126,123)
#667370
(102,115,112)
#5C6865
(92,104,101)
#525D5A
(82,93,90)
#48524F
(72,82,79)
#3E4744
(62,71,68)
#343C39
(52,60,57)
#2A312E
(42,49,46)
#202623
(32,38,35)
#161B18
(22,27,24)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #707E7B

#707E7B
(112,126,123)
#7D8987
(125,137,135)
#8A9493
(138,148,147)
#979F9F
(151,159,159)
#A4AAAB
(164,170,171)
#B1B5B7
(177,181,183)
#BEC0C3
(190,192,195)
#CBCBCF
(203,203,207)
#D8D6DB
(216,214,219)
#E5E1E7
(229,225,231)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707E7B; }

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

This text font color is #707E7B.


Background Color

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

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

This div background color is #707E7B.


Border color

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

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

This div border color is #707E7B.


Opacity

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

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

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

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

This text has shadow with #707E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707E7B on black background.


Color preview on white background

This text has color #707E7B on white background.



Black color preview on #707E7B background

This text has black color on #707E7B background.


White color preview on #707E7B background

This text has white color on #707E7B background.