COLOR #707F6F

HEX: #707F6F RGB: (112,127,111)

Color info

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

RGB color model

#707F6F color RGB value is (112,127,111).

RGB: (112,127,111) (44%, 50%, 44%)

RGB channels and saturation

R 112 of 255 = 44%
G 127 of 255 = 50%
B 111 of 255 = 44%

112
127
111

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

Portions of RGB colors in percentages

R + G + B = 112 + 127 + 111 = 350 (100%)
R 112 of 350 ~ 32%
G 127 of 350 ~ 36.29%
B 111 of 350 ~ 31.71'%

%32
%36.29
%31.71

CMYK color model

#707F6F color CMYK value is (12,0,13,50).

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 12.60%
  • key color value is 50.20%

CMYK: (12,0,13,50)
C12M0Y13K50 (12%, 0%, 13%, 50%)
(0.12 / 0.00 / 0.13 / 0.50)

CMYK percentages

%11.81
%0
%12.6
%50.2

Codes

Color #707F6F in popluar color models

70 7F 6F
RGB 112 127 111
HSL 116° 6.72% 46.67%
HSB/HSV 116° 12.60% 49.80%
CMYK 11.81% 0.00% 12.60%
50.20%

Color #707F6F in popluar number systems.

HEX 70 7F 6F
Decimal 112 127 111
Binary 1110000 1111111 1101111
Octal 160 177 157

Shades and tints

Shades of #707F6F

#707F6F
(112,127,111)
#667465
(102,116,101)
#5C695B
(92,105,91)
#525E51
(82,94,81)
#485347
(72,83,71)
#3E483D
(62,72,61)
#343D33
(52,61,51)
#2A3229
(42,50,41)
#20271F
(32,39,31)
#161C15
(22,28,21)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #707F6F

#707F6F
(112,127,111)
#7D8A7C
(125,138,124)
#8A9589
(138,149,137)
#97A096
(151,160,150)
#A4ABA3
(164,171,163)
#B1B6B0
(177,182,176)
#BEC1BD
(190,193,189)
#CBCCCA
(203,204,202)
#D8D7D7
(216,215,215)
#E5E2E4
(229,226,228)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707F6F; }

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

This text font color is #707F6F.

Background Color

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

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

This div background color is #707F6F.

Border color

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

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

This div border color is #707F6F.

Opacity

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

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

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

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

This text has shadow with #707F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707F6F.

Preview

Color preview on black background

This text has color #707F6F on black background.


Color preview on white background

This text has color #707F6F on white background.


Black color preview on #707F6F background

This text has black color on #707F6F background.


White color preview on #707F6F background

This text has white color on #707F6F background.


Related colors

Complementary color

Complementary color for #hex is #8F8090.


I love getcolorcode.com

Triadic colors

1 #6F707F and #7F6F70 with #707F6F are triadic colors.

2 #6F7F70 and #7F706F with #707F6F are triadic colors.