COLOR #707A7C

HEX: #707A7C RGB: (112,122,124)

Color info

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

RGB color model

#707A7C color RGB value is (112,122,124).

RGB: (112,122,124) (44%, 48%, 49%)

RGB channels and saturation

R 112 of 255 = 44%
G 122 of 255 = 48%
B 124 of 255 = 49%

112
122
124

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

Portions of RGB colors in percentages

R + G + B = 112 + 122 + 124 = 358 (100%)
R 112 of 358 ~ 31.28%
G 122 of 358 ~ 34.08%
B 124 of 358 ~ 34.64'%

%31.28
%34.08
%34.64

CMYK color model

#707A7C color CMYK value is (10,2,0,51).

  • cyan value is 9.68%
  • magenta value is 1.61%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (10,2,0,51)
C10M2Y0K51 (10%, 2%, 0%, 51%)
(0.10 / 0.02 / 0.00 / 0.51)

CMYK percentages

%9.68
%1.61
%0
%51.37

Codes

Color #707A7C in popluar color models

70 7A 7C
RGB 112 122 124
HSL 190° 5.08% 46.27%
HSB/HSV 190° 9.68% 48.63%
CMYK 9.68% 1.61% 0.00%
51.37%

Color #707A7C in popluar number systems.

HEX 70 7A 7C
Decimal 112 122 124
Binary 1110000 1111010 1111100
Octal 160 172 174

Shades and tints

Shades of #707A7C

#707A7C
(112,122,124)
#666F71
(102,111,113)
#5C6466
(92,100,102)
#52595B
(82,89,91)
#484E50
(72,78,80)
#3E4345
(62,67,69)
#34383A
(52,56,58)
#2A2D2F
(42,45,47)
#202224
(32,34,36)
#161719
(22,23,25)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #707A7C

#707A7C
(112,122,124)
#7D8687
(125,134,135)
#8A9292
(138,146,146)
#979E9D
(151,158,157)
#A4AAA8
(164,170,168)
#B1B6B3
(177,182,179)
#BEC2BE
(190,194,190)
#CBCEC9
(203,206,201)
#D8DAD4
(216,218,212)
#E5E6DF
(229,230,223)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707A7C; }

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

This text font color is #707A7C.

Background Color

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

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

This div background color is #707A7C.

Border color

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

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

This div border color is #707A7C.

Opacity

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

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

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

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

This text has shadow with #707A7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707A7C.

Preview

Color preview on black background

This text has color #707A7C on black background.


Color preview on white background

This text has color #707A7C on white background.


Black color preview on #707A7C background

This text has black color on #707A7C background.


White color preview on #707A7C background

This text has white color on #707A7C background.


Related colors

Complementary color

Complementary color for #hex is #8F8583.


I love getcolorcode.com

Triadic colors

1 #7C707A and #7A7C70 with #707A7C are triadic colors.

2 #7C7A70 and #7A707C with #707A7C are triadic colors.