COLOR #707D7C

HEX: #707D7C RGB: (112,125,124)

Color info

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

RGB color model

#707D7C color RGB value is (112,125,124).

RGB: (112,125,124) (44%, 49%, 49%)

RGB channels and saturation

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

112
125
124

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

Portions of RGB colors in percentages

R + G + B = 112 + 125 + 124 = 361 (100%)
R 112 of 361 ~ 31.02%
G 125 of 361 ~ 34.63%
B 124 of 361 ~ 34.35'%

%31.02
%34.63
%34.35

CMYK color model

#707D7C color CMYK value is (10,0,1,51).

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 50.98%

CMYK: (10,0,1,51)
C10M0Y1K51 (10%, 0%, 1%, 51%)
(0.10 / 0.00 / 0.01 / 0.51)

CMYK percentages

%10.4
%0
%0.8
%50.98

Codes

Color #707D7C in popluar color models

70 7D 7C
RGB 112 125 124
HSL 175° 5.49% 46.47%
HSB/HSV 175° 10.40% 49.02%
CMYK 10.40% 0.00% 0.80%
50.98%

Color #707D7C in popluar number systems.

HEX 70 7D 7C
Decimal 112 125 124
Binary 1110000 1111101 1111100
Octal 160 175 174

Shades and tints

Shades of #707D7C

#707D7C
(112,125,124)
#667271
(102,114,113)
#5C6766
(92,103,102)
#525C5B
(82,92,91)
#485150
(72,81,80)
#3E4645
(62,70,69)
#343B3A
(52,59,58)
#2A302F
(42,48,47)
#202524
(32,37,36)
#161A19
(22,26,25)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #707D7C

#707D7C
(112,125,124)
#7D8887
(125,136,135)
#8A9392
(138,147,146)
#979E9D
(151,158,157)
#A4A9A8
(164,169,168)
#B1B4B3
(177,180,179)
#BEBFBE
(190,191,190)
#CBCAC9
(203,202,201)
#D8D5D4
(216,213,212)
#E5E0DF
(229,224,223)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707D7C; }

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

This text font color is #707D7C.

Background Color

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

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

This div background color is #707D7C.

Border color

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

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

This div border color is #707D7C.

Opacity

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

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

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

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

This text has shadow with #707D7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707D7C.

Preview

Color preview on black background

This text has color #707D7C on black background.


Color preview on white background

This text has color #707D7C on white background.


Black color preview on #707D7C background

This text has black color on #707D7C background.


White color preview on #707D7C background

This text has white color on #707D7C background.


Related colors

Complementary color

Complementary color for #hex is #8F8283.


I love getcolorcode.com

Triadic colors

1 #7C707D and #7D7C70 with #707D7C are triadic colors.

2 #7C7D70 and #7D707C with #707D7C are triadic colors.