COLOR #707D7E

HEX: #707D7E
RGB: (112,125,126)

Color info

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

RGB color model

#707D7E color RGB value is (112,125,126).

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

RGB channels and saturation

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

112
125
126

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

Portions of RGB colors in percentages

R + G + B =
112 + 125 + 126 = 363 (100%)
R 112 of 363 ~ 30.85%
G 125 of 363 ~ 34.44%
B 126 of 363 ~ 34.71%

%30.85
%34.44
%34.71

CMYK color model

#707D7E color CMYK value is (11,1,0,51).

  • cyan value is 11.11%
  • magenta value is 0.79%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(11,1,0,51)
C11M1Y0K51 
(11%,1%,0%,51%)
(0.11/0.01/0.00/0.51)	

CMYK percentages

%11.11
%0.79
%0
%50.59

Codes

Color #707D7E in popluar color models

707D7E
RGB112125126
HSL184°5.88%46.67%
HSB/HSV184°11.11%49.41%
CMYK11.11%0.79%0.00%
50.59%

Color #707D7E in popluar number systems.

HEX707D7E
Decimal112125126
Binary111000011111011111110
Octal160175176

Shades and tints

Shades of #707D7E

#707D7E
(112,125,126)
#667273
(102,114,115)
#5C6768
(92,103,104)
#525C5D
(82,92,93)
#485152
(72,81,82)
#3E4647
(62,70,71)
#343B3C
(52,59,60)
#2A3031
(42,48,49)
#202526
(32,37,38)
#161A1B
(22,26,27)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #707D7E

#707D7E
(112,125,126)
#7D8889
(125,136,137)
#8A9394
(138,147,148)
#979E9F
(151,158,159)
#A4A9AA
(164,169,170)
#B1B4B5
(177,180,181)
#BEBFC0
(190,191,192)
#CBCACB
(203,202,203)
#D8D5D6
(216,213,214)
#E5E0E1
(229,224,225)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707D7E; }

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

This text font color is #707D7E.


Background Color

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

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

This div background color is #707D7E.


Border color

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

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

This div border color is #707D7E.


Opacity

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

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

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

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

This text has shadow with #707D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707D7E on black background.


Color preview on white background

This text has color #707D7E on white background.



Black color preview on #707D7E background

This text has black color on #707D7E background.


White color preview on #707D7E background

This text has white color on #707D7E background.