COLOR #707376

HEX: #707376
RGB: (112,115,118)

Color info

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

RGB color model

#707376 color RGB value is (112,115,118).

  • red value is 112;
  • green value is 115;
  • blue value is 118.
RGB:
(112,115,118)
(44%,45%,46%)

RGB channels and saturation

R 112 of 255 = 44%
G 115 of 255 = 45%
B 118 of 255 = 46%

112
115
118

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

Portions of RGB colors in percentages

R + G + B =
112 + 115 + 118 = 345 (100%)
R 112 of 345 ~ 32.46%
G 115 of 345 ~ 33.33%
B 118 of 345 ~ 34.2%

%32.46
%33.33
%34.2

CMYK color model

#707376 color CMYK value is (5,3,0,54).

  • cyan value is 5.08%
  • magenta value is 2.54%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(5,3,0,54)
C5M3Y0K54 
(5%,3%,0%,54%)
(0.05/0.03/0.00/0.54)	

CMYK percentages

%5.08
%2.54
%0
%53.73

Codes

Color #707376 in popluar color models

707376
RGB112115118
HSL210°2.61%45.10%
HSB/HSV210°5.08%46.27%
CMYK5.08%2.54%0.00%
53.73%

Color #707376 in popluar number systems.

HEX707376
Decimal112115118
Binary111000011100111110110
Octal160163166

Shades and tints

Shades of #707376

#707376
(112,115,118)
#66696C
(102,105,108)
#5C5F62
(92,95,98)
#525558
(82,85,88)
#484B4E
(72,75,78)
#3E4144
(62,65,68)
#34373A
(52,55,58)
#2A2D30
(42,45,48)
#202326
(32,35,38)
#16191C
(22,25,28)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #707376

#707376
(112,115,118)
#7D7F82
(125,127,130)
#8A8B8E
(138,139,142)
#97979A
(151,151,154)
#A4A3A6
(164,163,166)
#B1AFB2
(177,175,178)
#BEBBBE
(190,187,190)
#CBC7CA
(203,199,202)
#D8D3D6
(216,211,214)
#E5DFE2
(229,223,226)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707376; }

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

This text font color is #707376.


Background Color

.myBgColor { background-color: #707376; }

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

This div background color is #707376.


Border color

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

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

This div border color is #707376.


Opacity

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

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

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

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

This text has shadow with #707376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707376 on black background.


Color preview on white background

This text has color #707376 on white background.



Black color preview on #707376 background

This text has black color on #707376 background.


White color preview on #707376 background

This text has white color on #707376 background.