COLOR #707F9E

HEX: #707F9E RGB: (112,127,158)

Color info

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

RGB color model

#707F9E color RGB value is (112,127,158).

RGB: (112,127,158) (44%, 50%, 62%)

RGB channels and saturation

R 112 of 255 = 44%
G 127 of 255 = 50%
B 158 of 255 = 62%

112
127
158

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

Portions of RGB colors in percentages

R + G + B = 112 + 127 + 158 = 397 (100%)
R 112 of 397 ~ 28.21%
G 127 of 397 ~ 31.99%
B 158 of 397 ~ 39.8'%

%28.21
%31.99
%39.8

CMYK color model

#707F9E color CMYK value is (29,20,0,38).

  • cyan value is 29.11%
  • magenta value is 19.62%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (29,20,0,38)
C29M20Y0K38 (29%, 20%, 0%, 38%)
(0.29 / 0.20 / 0.00 / 0.38)

CMYK percentages

%29.11
%19.62
%0
%38.04

Codes

Color #707F9E in popluar color models

70 7F 9E
RGB 112 127 158
HSL 220° 19.17% 52.94%
HSB/HSV 220° 29.11% 61.96%
CMYK 29.11% 19.62% 0.00%
38.04%

Color #707F9E in popluar number systems.

HEX 70 7F 9E
Decimal 112 127 158
Binary 1110000 1111111 10011110
Octal 160 177 236

Shades and tints

Shades of #707F9E

#707F9E
(112,127,158)
#667490
(102,116,144)
#5C6982
(92,105,130)
#525E74
(82,94,116)
#485366
(72,83,102)
#3E4858
(62,72,88)
#343D4A
(52,61,74)
#2A323C
(42,50,60)
#20272E
(32,39,46)
#161C20
(22,28,32)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #707F9E

#707F9E
(112,127,158)
#7D8AA6
(125,138,166)
#8A95AE
(138,149,174)
#97A0B6
(151,160,182)
#A4ABBE
(164,171,190)
#B1B6C6
(177,182,198)
#BEC1CE
(190,193,206)
#CBCCD6
(203,204,214)
#D8D7DE
(216,215,222)
#E5E2E6
(229,226,230)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707F9E; }

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

This text font color is #707F9E.

Background Color

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

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

This div background color is #707F9E.

Border color

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

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

This div border color is #707F9E.

Opacity

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

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

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

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

This text has shadow with #707F9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707F9E.

Preview

Color preview on black background

This text has color #707F9E on black background.


Color preview on white background

This text has color #707F9E on white background.


Black color preview on #707F9E background

This text has black color on #707F9E background.


White color preview on #707F9E background

This text has white color on #707F9E background.


Related colors

Complementary color

Complementary color for #hex is #8F8061.


I love getcolorcode.com

Triadic colors

1 #9E707F and #7F9E70 with #707F9E are triadic colors.

2 #9E7F70 and #7F709E with #707F9E are triadic colors.