COLOR #707976

HEX: #707976 RGB: (112,121,118)

Color info

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

RGB color model

#707976 color RGB value is (112,121,118).

RGB: (112,121,118) (44%, 47%, 46%)

RGB channels and saturation

R 112 of 255 = 44%
G 121 of 255 = 47%
B 118 of 255 = 46%

112
121
118

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

Portions of RGB colors in percentages

R + G + B = 112 + 121 + 118 = 351 (100%)
R 112 of 351 ~ 31.91%
G 121 of 351 ~ 34.47%
B 118 of 351 ~ 33.62'%

%31.91
%34.47
%33.62

CMYK color model

#707976 color CMYK value is (7,0,2,53).

  • cyan value is 7.44%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 52.55%

CMYK: (7,0,2,53)
C7M0Y2K53 (7%, 0%, 2%, 53%)
(0.07 / 0.00 / 0.02 / 0.53)

CMYK percentages

%7.44
%0
%2.48
%52.55

Codes

Color #707976 in popluar color models

70 79 76
RGB 112 121 118
HSL 160° 3.86% 45.69%
HSB/HSV 160° 7.44% 47.45%
CMYK 7.44% 0.00% 2.48%
52.55%

Color #707976 in popluar number systems.

HEX 70 79 76
Decimal 112 121 118
Binary 1110000 1111001 1110110
Octal 160 171 166

Shades and tints

Shades of #707976

#707976
(112,121,118)
#666E6C
(102,110,108)
#5C6362
(92,99,98)
#525858
(82,88,88)
#484D4E
(72,77,78)
#3E4244
(62,66,68)
#34373A
(52,55,58)
#2A2C30
(42,44,48)
#202126
(32,33,38)
#16161C
(22,22,28)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #707976

#707976
(112,121,118)
#7D8582
(125,133,130)
#8A918E
(138,145,142)
#979D9A
(151,157,154)
#A4A9A6
(164,169,166)
#B1B5B2
(177,181,178)
#BEC1BE
(190,193,190)
#CBCDCA
(203,205,202)
#D8D9D6
(216,217,214)
#E5E5E2
(229,229,226)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707976; }

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

This text font color is #707976.

Background Color

.myBgColor { background-color: #707976; }

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

This div background color is #707976.

Border color

.myBorderColor { border: 1px solid #707976; }

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

This div border color is #707976.

Opacity

.myOpacity80 { color: #707976; opacity: 0.8; }

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

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

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

This text has shadow with #707976 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707976.

Preview

Color preview on black background

This text has color #707976 on black background.


Color preview on white background

This text has color #707976 on white background.


Black color preview on #707976 background

This text has black color on #707976 background.


White color preview on #707976 background

This text has white color on #707976 background.


Related colors

Complementary color

Complementary color for #hex is #8F8689.


I love getcolorcode.com

Triadic colors

1 #767079 and #797670 with #707976 are triadic colors.

2 #767970 and #797076 with #707976 are triadic colors.