COLOR #707A79

HEX: #707A79 RGB: (112,122,121)

Color info

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

RGB color model

#707A79 color RGB value is (112,122,121).

RGB: (112,122,121) (44%, 48%, 47%)

RGB channels and saturation

R 112 of 255 = 44%
G 122 of 255 = 48%
B 121 of 255 = 47%

112
122
121

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

Portions of RGB colors in percentages

R + G + B = 112 + 122 + 121 = 355 (100%)
R 112 of 355 ~ 31.55%
G 122 of 355 ~ 34.37%
B 121 of 355 ~ 34.08'%

%31.55
%34.37
%34.08

CMYK color model

#707A79 color CMYK value is (8,0,1,52).

  • cyan value is 8.20%
  • magenta value is 0.00%
  • yellow value is 0.82%
  • key color value is 52.16%

CMYK: (8,0,1,52)
C8M0Y1K52 (8%, 0%, 1%, 52%)
(0.08 / 0.00 / 0.01 / 0.52)

CMYK percentages

%8.2
%0
%0.82
%52.16

Codes

Color #707A79 in popluar color models

70 7A 79
RGB 112 122 121
HSL 174° 4.27% 45.88%
HSB/HSV 174° 8.20% 47.84%
CMYK 8.20% 0.00% 0.82%
52.16%

Color #707A79 in popluar number systems.

HEX 70 7A 79
Decimal 112 122 121
Binary 1110000 1111010 1111001
Octal 160 172 171

Shades and tints

Shades of #707A79

#707A79
(112,122,121)
#666F6E
(102,111,110)
#5C6463
(92,100,99)
#525958
(82,89,88)
#484E4D
(72,78,77)
#3E4342
(62,67,66)
#343837
(52,56,55)
#2A2D2C
(42,45,44)
#202221
(32,34,33)
#161716
(22,23,22)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #707A79

#707A79
(112,122,121)
#7D8685
(125,134,133)
#8A9291
(138,146,145)
#979E9D
(151,158,157)
#A4AAA9
(164,170,169)
#B1B6B5
(177,182,181)
#BEC2C1
(190,194,193)
#CBCECD
(203,206,205)
#D8DAD9
(216,218,217)
#E5E6E5
(229,230,229)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707A79; }

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

This text font color is #707A79.

Background Color

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

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

This div background color is #707A79.

Border color

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

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

This div border color is #707A79.

Opacity

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

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

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

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

This text has shadow with #707A79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707A79.

Preview

Color preview on black background

This text has color #707A79 on black background.


Color preview on white background

This text has color #707A79 on white background.


Black color preview on #707A79 background

This text has black color on #707A79 background.


White color preview on #707A79 background

This text has white color on #707A79 background.


Related colors

Complementary color

Complementary color for #hex is #8F8586.


I love getcolorcode.com

Triadic colors

1 #79707A and #7A7970 with #707A79 are triadic colors.

2 #797A70 and #7A7079 with #707A79 are triadic colors.