COLOR #707F8E

HEX: #707F8E RGB: (112,127,142)

Color info

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

RGB color model

#707F8E color RGB value is (112,127,142).

RGB: (112,127,142) (44%, 50%, 56%)

RGB channels and saturation

R 112 of 255 = 44%
G 127 of 255 = 50%
B 142 of 255 = 56%

112
127
142

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

Portions of RGB colors in percentages

R + G + B = 112 + 127 + 142 = 381 (100%)
R 112 of 381 ~ 29.4%
G 127 of 381 ~ 33.33%
B 142 of 381 ~ 37.27'%

%29.4
%33.33
%37.27

CMYK color model

#707F8E color CMYK value is (21,11,0,44).

  • cyan value is 21.13%
  • magenta value is 10.56%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (21,11,0,44)
C21M11Y0K44 (21%, 11%, 0%, 44%)
(0.21 / 0.11 / 0.00 / 0.44)

CMYK percentages

%21.13
%10.56
%0
%44.31

Codes

Color #707F8E in popluar color models

70 7F 8E
RGB 112 127 142
HSL 210° 11.81% 49.80%
HSB/HSV 210° 21.13% 55.69%
CMYK 21.13% 10.56% 0.00%
44.31%

Color #707F8E in popluar number systems.

HEX 70 7F 8E
Decimal 112 127 142
Binary 1110000 1111111 10001110
Octal 160 177 216

Shades and tints

Shades of #707F8E

#707F8E
(112,127,142)
#667482
(102,116,130)
#5C6976
(92,105,118)
#525E6A
(82,94,106)
#48535E
(72,83,94)
#3E4852
(62,72,82)
#343D46
(52,61,70)
#2A323A
(42,50,58)
#20272E
(32,39,46)
#161C22
(22,28,34)
#0C1116
(12,17,22)
#000000
(0,0,0)

Tints of #707F8E

#707F8E
(112,127,142)
#7D8A98
(125,138,152)
#8A95A2
(138,149,162)
#97A0AC
(151,160,172)
#A4ABB6
(164,171,182)
#B1B6C0
(177,182,192)
#BEC1CA
(190,193,202)
#CBCCD4
(203,204,212)
#D8D7DE
(216,215,222)
#E5E2E8
(229,226,232)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707F8E; }

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

This text font color is #707F8E.

Background Color

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

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

This div background color is #707F8E.

Border color

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

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

This div border color is #707F8E.

Opacity

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

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

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

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

This text has shadow with #707F8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707F8E.

Preview

Color preview on black background

This text has color #707F8E on black background.


Color preview on white background

This text has color #707F8E on white background.


Black color preview on #707F8E background

This text has black color on #707F8E background.


White color preview on #707F8E background

This text has white color on #707F8E background.


Related colors

Complementary color

Complementary color for #hex is #8F8071.


I love getcolorcode.com

Triadic colors

1 #8E707F and #7F8E70 with #707F8E are triadic colors.

2 #8E7F70 and #7F708E with #707F8E are triadic colors.