COLOR #707C7D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

112
124
125

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

Portions of RGB colors in percentages

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

%31.02
%34.35
%34.63

CMYK color model

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

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

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

CMYK percentages

%10.4
%0.8
%0
%50.98

Codes

Color #707C7D in popluar color models

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

Color #707C7D in popluar number systems.

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

Shades and tints

Shades of #707C7D

#707C7D
(112,124,125)
#667172
(102,113,114)
#5C6667
(92,102,103)
#525B5C
(82,91,92)
#485051
(72,80,81)
#3E4546
(62,69,70)
#343A3B
(52,58,59)
#2A2F30
(42,47,48)
#202425
(32,36,37)
#16191A
(22,25,26)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #707C7D

#707C7D
(112,124,125)
#7D8788
(125,135,136)
#8A9293
(138,146,147)
#979D9E
(151,157,158)
#A4A8A9
(164,168,169)
#B1B3B4
(177,179,180)
#BEBEBF
(190,190,191)
#CBC9CA
(203,201,202)
#D8D4D5
(216,212,213)
#E5DFE0
(229,223,224)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707C7D; }

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

This text font color is #707C7D.

Background Color

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

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

This div background color is #707C7D.

Border color

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

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

This div border color is #707C7D.

Opacity

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

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

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

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

This text has shadow with #707C7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707C7D.

Preview

Color preview on black background

This text has color #707C7D on black background.


Color preview on white background

This text has color #707C7D on white background.


Black color preview on #707C7D background

This text has black color on #707C7D background.


White color preview on #707C7D background

This text has white color on #707C7D background.


Related colors

Complementary color

Complementary color for #hex is #8F8382.


I love getcolorcode.com

Triadic colors

1 #7D707C and #7C7D70 with #707C7D are triadic colors.

2 #7D7C70 and #7C707D with #707C7D are triadic colors.