COLOR #707D8C

HEX: #707D8C RGB: (112,125,140)

Color info

#707D8C contains red, green and blue colors in about the same proportion. Web safe color of #707D8C is #666699 (or #669).

RGB color model

#707D8C color RGB value is (112,125,140).

RGB: (112,125,140) (44%, 49%, 55%)

RGB channels and saturation

R 112 of 255 = 44%
G 125 of 255 = 49%
B 140 of 255 = 55%

112
125
140

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

Portions of RGB colors in percentages

R + G + B = 112 + 125 + 140 = 377 (100%)
R 112 of 377 ~ 29.71%
G 125 of 377 ~ 33.16%
B 140 of 377 ~ 37.14'%

%29.71
%33.16
%37.14

CMYK color model

#707D8C color CMYK value is (20,11,0,45).

  • cyan value is 20.00%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (20,11,0,45)
C20M11Y0K45 (20%, 11%, 0%, 45%)
(0.20 / 0.11 / 0.00 / 0.45)

CMYK percentages

%20
%10.71
%0
%45.1

Codes

Color #707D8C in popluar color models

70 7D 8C
RGB 112 125 140
HSL 212° 11.11% 49.41%
HSB/HSV 212° 20.00% 54.90%
CMYK 20.00% 10.71% 0.00%
45.10%

Color #707D8C in popluar number systems.

HEX 70 7D 8C
Decimal 112 125 140
Binary 1110000 1111101 10001100
Octal 160 175 214

Shades and tints

Shades of #707D8C

#707D8C
(112,125,140)
#667280
(102,114,128)
#5C6774
(92,103,116)
#525C68
(82,92,104)
#48515C
(72,81,92)
#3E4650
(62,70,80)
#343B44
(52,59,68)
#2A3038
(42,48,56)
#20252C
(32,37,44)
#161A20
(22,26,32)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #707D8C

#707D8C
(112,125,140)
#7D8896
(125,136,150)
#8A93A0
(138,147,160)
#979EAA
(151,158,170)
#A4A9B4
(164,169,180)
#B1B4BE
(177,180,190)
#BEBFC8
(190,191,200)
#CBCAD2
(203,202,210)
#D8D5DC
(216,213,220)
#E5E0E6
(229,224,230)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707D8C; }

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

This text font color is #707D8C.

Background Color

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

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

This div background color is #707D8C.

Border color

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

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

This div border color is #707D8C.

Opacity

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

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

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

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

This text has shadow with #707D8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707D8C.

Preview

Color preview on black background

This text has color #707D8C on black background.


Color preview on white background

This text has color #707D8C on white background.


Black color preview on #707D8C background

This text has black color on #707D8C background.


White color preview on #707D8C background

This text has white color on #707D8C background.


Related colors

Complementary color

Complementary color for #hex is #8F8273.


I love getcolorcode.com

Triadic colors

1 #8C707D and #7D8C70 with #707D8C are triadic colors.

2 #8C7D70 and #7D708C with #707D8C are triadic colors.