COLOR #707080

HEX: #707080
RGB: (112,112,128)

Color info

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

RGB color model

#707080 color RGB value is (112,112,128).

  • red value is 112;
  • green value is 112;
  • blue value is 128.
RGB:
(112,112,128)
(44%,44%,50%)

RGB channels and saturation

R 112 of 255 = 44%
G 112 of 255 = 44%
B 128 of 255 = 50%

112
112
128

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

Portions of RGB colors in percentages

R + G + B =
112 + 112 + 128 = 352 (100%)
R 112 of 352 ~ 31.82%
G 112 of 352 ~ 31.82%
B 128 of 352 ~ 36.36%

%31.82
%31.82
%36.36

CMYK color model

#707080 color CMYK value is (13,13,0,50).

  • cyan value is 12.50%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(13,13,0,50)
C13M13Y0K50 
(13%,13%,0%,50%)
(0.13/0.13/0.00/0.50)	

CMYK percentages

%12.5
%12.5
%0
%49.8

Codes

Color #707080 in popluar color models

707080
RGB112112128
HSL240°6.67%47.06%
HSB/HSV240°12.50%50.20%
CMYK12.50%12.50%0.00%
49.80%

Color #707080 in popluar number systems.

HEX707080
Decimal112112128
Binary1110000111000010000000
Octal160160200

Shades and tints

Shades of #707080

#707080
(112,112,128)
#666675
(102,102,117)
#5C5C6A
(92,92,106)
#52525F
(82,82,95)
#484854
(72,72,84)
#3E3E49
(62,62,73)
#34343E
(52,52,62)
#2A2A33
(42,42,51)
#202028
(32,32,40)
#16161D
(22,22,29)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #707080

#707080
(112,112,128)
#7D7D8B
(125,125,139)
#8A8A96
(138,138,150)
#9797A1
(151,151,161)
#A4A4AC
(164,164,172)
#B1B1B7
(177,177,183)
#BEBEC2
(190,190,194)
#CBCBCD
(203,203,205)
#D8D8D8
(216,216,216)
#E5E5E3
(229,229,227)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707080; }

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

This text font color is #707080.


Background Color

.myBgColor { background-color: #707080; }

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

This div background color is #707080.


Border color

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

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

This div border color is #707080.


Opacity

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

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

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

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

This text has shadow with #707080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707080 on black background.


Color preview on white background

This text has color #707080 on white background.



Black color preview on #707080 background

This text has black color on #707080 background.


White color preview on #707080 background

This text has white color on #707080 background.